All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Ozan Çağlayan" <ozancag@gmail.com>
To: backports@vger.kernel.org
Cc: mcgrof@kernel.org, "Ozan Çağlayan" <ozancag@gmail.com>
Subject: [PATCH 5/7] compat-drivers: Fix comments
Date: Sun, 28 Oct 2012 19:04:19 +0200	[thread overview]
Message-ID: <1351443861-26280-5-git-send-email-ozancag@gmail.com> (raw)
In-Reply-To: <1351443861-26280-1-git-send-email-ozancag@gmail.com>

The comments were wrong causing a misunderstanding while analyzing
the script's function.

Signed-off-by: Ozan Çağlayan <ozancag@gmail.com>
---
 scripts/check_config.sh | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/scripts/check_config.sh b/scripts/check_config.sh
index e7041bd..648c05b 100755
--- a/scripts/check_config.sh
+++ b/scripts/check_config.sh
@@ -3,10 +3,11 @@
 # regenerates the compat_autoconf header.
 
 # These variables are expected to be exported:
-#COMPAT_CONFIG=".config"
-#COMPAT_CONFIG_CW="config"
-#CONFIG_CHECK=".${COMPAT_CONFIG}.md5"
-#COMPAT_AUTOCONF="include/linux/compat_autoconf.h"
+#COMPAT_CONFIG_CW=$(PWD)/config.mk
+#COMPAT_CONFIG=$(PWD)/.config
+#CONFIG_CHECK=$(PWD)/.config.mk_md5sum.txt
+#COMPAT_AUTOCONF=include/linux/compat_autoconf.h
+
 
 function gen_compat_autoconf {
 	echo "./scripts/gen-compat-autoconf.sh $COMPAT_CONFIG $COMPAT_CONFIG_CW > $COMPAT_AUTOCONF"
-- 
1.7.11.7

  parent reply	other threads:[~2012-10-28 17:04 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-28 17:04 [PATCH 1/7] compat-drivers: Handle int's when generating compat_autoconf.h Ozan Çağlayan
2012-10-28 17:04 ` [PATCH 2/7] compat-drivers: Rename CONFIG_* vars in nouveau driver Ozan Çağlayan
2012-10-28 17:04 ` [PATCH 3/7] compat-drivers: Add missing config check Ozan Çağlayan
2012-10-28 17:04 ` [PATCH 4/7] compat-drivers: Rename CONFIG_DRM_NOUVEAU_BACKLIGHT Ozan Çağlayan
2012-10-28 17:04 ` Ozan Çağlayan [this message]
2012-10-28 17:04 ` [PATCH 6/7] compat-drivers: Enable nouveau DRM driver for kernels >= 3.3 Ozan Çağlayan
2012-10-28 17:04 ` [PATCH 7/7] compat-drivers: Update README Ozan Çağlayan

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=1351443861-26280-5-git-send-email-ozancag@gmail.com \
    --to=ozancag@gmail.com \
    --cc=backports@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.