mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +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
|
@ -27,7 +27,7 @@
|
|||
# Nick Holloway <Nick.Holloway@alfie.demon.co.uk>, 2nd January 1995.
|
||||
#
|
||||
# Added support for handling multiple types of compression. What includes
|
||||
# gzip, bzip, bzip2, zip, compress, and plaintext.
|
||||
# gzip, bzip, bzip2, zip, compress, and plaintext.
|
||||
#
|
||||
# Adam Sulmicki <adam@cfar.umd.edu>, 1st January 1997.
|
||||
#
|
||||
|
@ -159,7 +159,7 @@ applyPatch () {
|
|||
fi
|
||||
# Remove backup files
|
||||
find $sourcedir/ '(' -name '*.orig' -o -name '.*.orig' ')' -exec rm -f {} \;
|
||||
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue