[PATCH] arm64: Fix a broken copyright header in gen_vdso_offsets.sh

From: Palmer Dabbelt
Date: Sat Oct 17 2020 - 01:34:57 EST


From: Palmer Dabbelt <palmerdabbelt@xxxxxxxxxx>

I was going to copy this but I didn't want to chase around the build
system stuff so I did it a different way.

Signed-off-by: Palmer Dabbelt <palmerdabbelt@xxxxxxxxxx>
---
arch/arm64/kernel/vdso/gen_vdso_offsets.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/kernel/vdso/gen_vdso_offsets.sh b/arch/arm64/kernel/vdso/gen_vdso_offsets.sh
index 0664acaf61ff..8b806eacd0a6 100755
--- a/arch/arm64/kernel/vdso/gen_vdso_offsets.sh
+++ b/arch/arm64/kernel/vdso/gen_vdso_offsets.sh
@@ -8,7 +8,7 @@
# Doing this inside the Makefile will break the $(filter-out) function,
# causing Kbuild to rebuild the vdso-offsets header file every time.
#
-# Author: Will Deacon <will.deacon@xxxxxxx
+# Author: Will Deacon <will.deacon@xxxxxxx>
#

LC_ALL=C
--
2.29.0.rc1.297.gfa9743e501-goog