[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4FB9AD3C.3040909@xenotime.net>
Date: Sun, 20 May 2012 19:49:32 -0700
From: Randy Dunlap <rdunlap@...otime.net>
To: LKML <linux-kernel@...r.kernel.org>
CC: linux-kbuild@...r.kernel.org, Michal Marek <mmarek@...e.cz>
Subject: [PATCH 1/3] scripts/patch-kernel: fix typos and compression comment
From: Randy Dunlap <rdunlap@...otime.net>
Fix typo, drop trailing whitespace, and add "xz" to list of
compression types supported.
Signed-off-by: Randy Dunlap <rdunlap@...otime.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@...ie.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@...r.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;
}
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists