> 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.

