mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-01 10:45:49 +00:00
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 <yamada.m@jp.panasonic.com> Signed-off-by: Michal Marek <mmarek@suse.cz>
This commit is contained in:
parent
39664e2f3c
commit
343d3e6cc8
1
Kbuild
1
Kbuild
@ -22,7 +22,6 @@ define cmd_offsets
|
|||||||
echo " * DO NOT MODIFY."; \
|
echo " * DO NOT MODIFY."; \
|
||||||
echo " *"; \
|
echo " *"; \
|
||||||
echo " * This file was generated by Kbuild"; \
|
echo " * This file was generated by Kbuild"; \
|
||||||
echo " *"; \
|
|
||||||
echo " */"; \
|
echo " */"; \
|
||||||
echo ""; \
|
echo ""; \
|
||||||
sed -ne $(sed-y) $<; \
|
sed -ne $(sed-y) $<; \
|
||||||
|
Loading…
Reference in New Issue
Block a user