public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] scripts/patch-kernel: fix typos and compression comment
@ 2012-05-21  2:49 Randy Dunlap
  2012-05-21 11:35 ` Michal Marek
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2012-05-21  2:49 UTC (permalink / raw)
  To: LKML; +Cc: linux-kbuild, Michal Marek

From: Randy Dunlap <rdunlap@xenotime.net>

Fix typo, drop trailing whitespace, and add "xz" to list of
compression types supported.

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
---
 scripts/patch-kernel |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

--- lnx-34-rc7-pk.orig/scripts/patch-kernel
+++ lnx-34-rc7-pk/scripts/patch-kernel
@@ -26,8 +26,8 @@
 #
 #       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. 
+# Added support for handling multiple types of compression. That includes
+# gzip, bzip, bzip2, zip, compress, xz, 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;
 }
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-05-21 14:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-21  2:49 [PATCH 1/3] scripts/patch-kernel: fix typos and compression comment Randy Dunlap
2012-05-21 11:35 ` Michal Marek
2012-05-21 14:53   ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox