diff options
author | Palmer Dabbelt <palmerdabbelt@google.com> | 2020-10-17 03:26:37 +0300 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2020-10-20 14:33:01 +0300 |
commit | 7bdf468a5b40bbf1776e17eb1313d145d3e3ce28 (patch) | |
tree | fd8f6109dff270c67d9ef3d201c69fd6ce38b405 /arch | |
parent | 45544eee96065cf183fbb937fe1f45a172b06f4e (diff) | |
download | linux-7bdf468a5b40bbf1776e17eb1313d145d3e3ce28.tar.xz |
arm64: Fix a broken copyright header in gen_vdso_offsets.sh
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@google.com>
Link: https://lore.kernel.org/r/20201017002637.503579-1-palmer@dabbelt.com
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'arch')
-rwxr-xr-x | arch/arm64/kernel/vdso/gen_vdso_offsets.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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@arm.com +# Author: Will Deacon <will.deacon@arm.com> # LC_ALL=C |