diff options
author | Palmer Dabbelt | 2020-10-16 17:26:37 -0700 |
---|---|---|
committer | Will Deacon | 2020-10-20 12:33:01 +0100 |
commit | 7bdf468a5b40bbf1776e17eb1313d145d3e3ce28 (patch) | |
tree | fd8f6109dff270c67d9ef3d201c69fd6ce38b405 | |
parent | 45544eee96065cf183fbb937fe1f45a172b06f4e (diff) |
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>
-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 |