linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@xenotime.net>
To: LKML <linux-kernel@vger.kernel.org>
Cc: linux-kbuild@vger.kernel.org, Michal Marek <mmarek@suse.cz>
Subject: [PATCH 3/3] scripts/patch-kernel: update comments to 3.x
Date: Sun, 20 May 2012 19:49:39 -0700	[thread overview]
Message-ID: <4FB9AD43.1020608@xenotime.net> (raw)

From: Randy Dunlap <rdunlap@xenotime.net>

Update comments from 2.6.x to 3.x.

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

--- lnx-34-rc7-pk.orig/scripts/patch-kernel
+++ lnx-34-rc7-pk/scripts/patch-kernel
@@ -7,8 +7,10 @@
 #   scripts/patch-kernel . ..
 #      Update the kernel tree in the current directory using patches in the
 #      directory above to the latest Linus kernel
-#   scripts/patch-kernel . .. 2.4.9
-#      Gets standard kernel 2.4.9
+#   scripts/patch-kernel . .. 3.2.5
+#      Gets standard kernel 3.2.5
+#   scripts/patch-kernel . .. 3.3-rc4
+#      Gets standard kernel 3.3-rc4
 #
 # It determines the current kernel version from the top-level Makefile.
 # It then looks for patches for the next sublevel in the patch directory.
@@ -203,7 +205,7 @@ else
 	STOPEXTRA=9999
 fi
 
-# This all assumes a 2.6.x[.y] kernel tree.
+# This all assumes a 3.x[.y] kernel tree.
 # Don't allow backwards/reverse patching.
 if [ $STOPSUBLEVEL -lt $SUBLEVEL ]; then
 	backwards
@@ -222,10 +224,10 @@ if [ x$EXTRAVER != "x" ]; then
 	reversePatch ${patch} || exit 1
 fi
 
-# now current is 2.6.x, with no EXTRA applied,
-# so update to target SUBLEVEL (2.6.SUBLEVEL)
-# and then to target EXTRAVER (2.6.SUB.EXTRAVER) if requested.
-# If not ending sublevel is specified, it is incremented until
+# now current is 3.x, with no EXTRA applied,
+# so update to target SUBLEVEL (3.PATCHLEVEL.SUBLEVEL)
+# and then to target EXTRAVER (3.PATCHLEVEL.SUBLEVEL.EXTRAVER) if requested.
+# If no ending sublevel is specified, it is incremented until
 # no further sublevels are found.
 
 if [ $STOPSUBLEVEL -gt $SUBLEVEL ]; then

                 reply	other threads:[~2012-05-21  2:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4FB9AD43.1020608@xenotime.net \
    --to=rdunlap@xenotime.net \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mmarek@suse.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).