From: Masahiro Yamada Date: Mon, 5 Jan 2015 06:57:16 +0000 (+0900) Subject: kbuild: remove redundant line from bounds.h/asm-offsets.h X-Git-Tag: firefly_0821_release~176^2~2278^2~8 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=343d3e6cc861297fc837e5b5274084751307f790;p=firefly-linux-kernel-4.4.55.git kbuild: remove redundant line from bounds.h/asm-offsets.h This line produces an extra comment line for bounds.h and asm-offsets.h. Signed-off-by: Masahiro Yamada Signed-off-by: Michal Marek --- diff --git a/Kbuild b/Kbuild index 3ec73e9c6a68..ab8ded92e870 100644 --- a/Kbuild +++ b/Kbuild @@ -22,7 +22,6 @@ define cmd_offsets echo " * DO NOT MODIFY."; \ echo " *"; \ echo " * This file was generated by Kbuild"; \ - echo " *"; \ echo " */"; \ echo ""; \ sed -ne $(sed-y) $<; \