diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-04-28 16:26:18 +0900 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2014-04-30 17:34:32 +0200 |
commit | 38385f8f0180322513a6350234737fbc02172d06 (patch) | |
tree | f6ede8e57818723084cdd25ec27a8645642306ae /scripts/mkcompile_h | |
parent | 9319f4539c18ada539d37a1b4398c636b877c027 (diff) | |
download | linux-38385f8f0180322513a6350234737fbc02172d06.tar.gz linux-38385f8f0180322513a6350234737fbc02172d06.tar.bz2 linux-38385f8f0180322513a6350234737fbc02172d06.zip |
kbuild: trivial - remove trailing spaces
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'scripts/mkcompile_h')
-rwxr-xr-x | scripts/mkcompile_h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/mkcompile_h b/scripts/mkcompile_h index cfb8440cc0b2..6fdc97ef6023 100755 --- a/scripts/mkcompile_h +++ b/scripts/mkcompile_h @@ -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. |