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

From: Palmer Dabbelt
Date: Sat Oct 17 2020 - 01:35:14 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/nds32/kernel/vdso/gen_vdso_offsets.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/nds32/kernel/vdso/gen_vdso_offsets.sh b/arch/nds32/kernel/vdso/gen_vdso_offsets.sh
index 01924ff071ad..5b329aed3501 100755
--- a/arch/nds32/kernel/vdso/gen_vdso_offsets.sh
+++ b/arch/nds32/kernel/vdso/gen_vdso_offsets.sh
@@ -7,7 +7,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