From: "Ozan Çağlayan" <ozancag@gmail.com>
To: mcgrof@kernel.org
Cc: linux-wireless@vger.kernel.org, "Ozan Çağlayan" <ozancag@gmail.com>
Subject: [PATCH 2/2] compat-wireless: Small cosmetic changes
Date: Mon, 6 Aug 2012 21:55:07 +0300 [thread overview]
Message-ID: <1344279307-2929-2-git-send-email-ozancag@gmail.com> (raw)
In-Reply-To: <1344279307-2929-1-git-send-email-ozancag@gmail.com>
Change old tree names to reflect the new ones, continue to replace
occurences of compat-* with compat-drivers.
Signed-off-by: Ozan Çağlayan <ozancag@gmail.com>
---
scripts/admin-clean.sh | 2 +-
scripts/gen-compat-autoconf.sh | 2 +-
scripts/gen-stable-release.sh | 6 +++---
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/scripts/admin-clean.sh b/scripts/admin-clean.sh
index 340a197..dd26670 100755
--- a/scripts/admin-clean.sh
+++ b/scripts/admin-clean.sh
@@ -11,4 +11,4 @@ rm -f .compat_base_tree
rm -f .compat_base_tree_version
rm -f .compat_version
rm -f code-metrics.txt
-echo "Cleaned wireless-bt-compat-2.6"
+echo "Cleaned compat-drivers"
diff --git a/scripts/gen-compat-autoconf.sh b/scripts/gen-compat-autoconf.sh
index 41b1973..f9fed36 100755
--- a/scripts/gen-compat-autoconf.sh
+++ b/scripts/gen-compat-autoconf.sh
@@ -136,7 +136,7 @@ cat <<EOF
* Automatically generated C config: don't edit
* $DATE
* compat-drivers: $CREL
- * linux-2.6: $KREL
+ * linux: $KREL
*/
#define COMPAT_RELEASE "$CREL"
#define COMPAT_KERNEL_RELEASE "$KREL"
diff --git a/scripts/gen-stable-release.sh b/scripts/gen-stable-release.sh
index c28e2cd..e787052 100755
--- a/scripts/gen-stable-release.sh
+++ b/scripts/gen-stable-release.sh
@@ -110,7 +110,7 @@ function check_for_updates()
git fetch
git reset --hard origin
;;
- *) # Based on a stable 2.6.x.y release, lets just move to the target branch
+ *) # Based on a stable {2.6.x.y, 3.x.y} release, lets just move to the target branch
# we'll only ask for object updates if and only if you asked us to with -f,
# otherwise we eat up whatever you already have on your existing branch.
git checkout -f
@@ -121,7 +121,7 @@ function check_for_updates()
esac
}
-# We will not update your linux-2.6-allstable git tree by default. You can force
+# We will not update your linux-stable git tree by default. You can force
# an update by two methods:
#
# a) Specifying a different target branch
@@ -134,7 +134,7 @@ fi
echo "On $ALL_STABLE_TREE: $TARGET_BRANCH"
-# At this point your linux-2.6-allstable tree should be up to date
+# At this point your linux-stable tree should be up to date
# with the target kernel you want to use. Lets now make sure you are
# on matching compat-drivers branch.
--
1.7.11.2
next prev parent reply other threads:[~2012-08-06 18:56 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-06 18:55 [PATCH 1/2] compat-wireless: Minor cosmetic changes in admin-update.sh Ozan Çağlayan
2012-08-06 18:55 ` Ozan Çağlayan [this message]
2012-08-06 19:32 ` [PATCH 2/2] compat-wireless: Small cosmetic changes Luis R. Rodriguez
2012-08-06 19:31 ` [PATCH 1/2] compat-wireless: Minor cosmetic changes in admin-update.sh Luis R. Rodriguez
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=1344279307-2929-2-git-send-email-ozancag@gmail.com \
--to=ozancag@gmail.com \
--cc=linux-wireless@vger.kernel.org \
--cc=mcgrof@kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.