From: Palmer Dabbelt <[email protected]> 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 <[email protected]> --- 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 <[email protected] +# Author: Will Deacon <[email protected]> # LC_ALL=C -- 2.29.0.rc1.297.gfa9743e501-goog

