diff mbox

[v2,2/2] kbuild: remove redundant line from bounds.h/asm-offsets.h

Message ID 1420441036-5289-3-git-send-email-yamada.m@jp.panasonic.com (mailing list archive)
State New, archived
Headers show

Commit Message

Masahiro Yamada Jan. 5, 2015, 6:57 a.m. UTC
This line produces an extra comment line for bounds.h and
asm-offsets.h.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
---

Changes in v2: None

 Kbuild | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

diff --git a/Kbuild b/Kbuild
index 68febf4..ef1c627 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) $<; \