Skip to content

Commit

Permalink
arm64: Fix a broken copyright header in gen_vdso_offsets.sh
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Palmer Dabbelt authored and Will Deacon committed Oct 20, 2020
1 parent 45544ee commit 7bdf468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/kernel/vdso/gen_vdso_offsets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7bdf468

Please sign in to comment.