Re: [PATCH] arm64/lib: add accelerated do_csum for arm64

From: Christoph Hellwig
Date: Thu Jan 03 2019 - 03:13:27 EST


> diff --git a/arch/arm64/lib/checksum.c b/arch/arm64/lib/checksum.c
> new file mode 100644
> index 000000000000..6931ef13ef87
> --- /dev/null
> +++ b/arch/arm64/lib/checksum.c
> @@ -0,0 +1,144 @@
> +/*
> + * arch/arm64/lib/checksum.c
> + *

No need to mention the file name. On the other hand it really should
have a SPDX tag, and preferably a copyright notice.