mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 21:51:05 +00:00
kbuild: trivial - remove trailing spaces
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Signed-off-by: Michal Marek <mmarek@suse.cz>
This commit is contained in:
parent
9319f4539c
commit
38385f8f01
10 changed files with 25 additions and 25 deletions
|
@ -68,7 +68,7 @@ UTS_TRUNCATE="cut -b -$UTS_LEN"
|
|||
|
||||
( echo /\* This file is auto generated, version $VERSION \*/
|
||||
if [ -n "$CONFIG_FLAGS" ] ; then echo "/* $CONFIG_FLAGS */"; fi
|
||||
|
||||
|
||||
echo \#define UTS_MACHINE \"$ARCH\"
|
||||
|
||||
echo \#define UTS_VERSION \"`echo $UTS_VERSION | $UTS_TRUNCATE`\"
|
||||
|
@ -84,7 +84,7 @@ UTS_TRUNCATE="cut -b -$UTS_LEN"
|
|||
# recompilations.
|
||||
# We don't consider the file changed if only the date/time changed.
|
||||
# A kernel config change will increase the generation number, thus
|
||||
# causing compile.h to be updated (including date/time) due to the
|
||||
# causing compile.h to be updated (including date/time) due to the
|
||||
# changed comment in the
|
||||
# first line.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue