From: "Stefan-W. Hahn" <stefan.hahn@s-hahn.de>
To: linux-kernel@vger.kernel.org
Cc: mec@shout.net
Subject: [PATCH] Corrected faulty syntax in drivers/input/Config.in
Date: Sun, 26 Feb 2006 13:43:51 +0100 [thread overview]
Message-ID: <20060226124351.GA7239@scotty.home> (raw)
[PATCH] Corrected faulty syntax in drivers/input/Config.in
If statement in drivers/input/Config.in for "make xconfig" corrected.
Signed-off-by: Stefan-W. Hahn <stefan.hahn@s-hahn.de>
---
Surely this is just for Linux 2.4.33-pre2!
drivers/input/Config.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
81f9e154659df0504179612968d61912da9c135c
diff --git a/drivers/input/Config.in b/drivers/input/Config.in
index 56fd537..d24d0fb 100644
--- a/drivers/input/Config.in
+++ b/drivers/input/Config.in
@@ -8,7 +8,7 @@ comment 'Input core support'
tristate 'Input core support' CONFIG_INPUT
dep_tristate ' Keyboard support' CONFIG_INPUT_KEYBDEV $CONFIG_INPUT
-if [ "$CONFIG_INPUT_KEYBDEV" == "n" ]; then
+if [ "$CONFIG_INPUT_KEYBDEV" = "n" ]; then
bool ' Use dummy keyboard driver' CONFIG_DUMMY_KEYB $CONFIG_INPUT
fi
--
1.2.3.g8fcf1
--
Stefan-W. Hahn It is easy to make things.
/ mailto:stefan.hahn@s-hahn.de / It is hard to make things simple.
reply other threads:[~2006-02-26 12:43 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=20060226124351.GA7239@scotty.home \
--to=stefan.hahn@s-hahn.de \
--cc=linux-kernel@vger.kernel.org \
--cc=mec@shout.net \
/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
all inboxes | Powered by JetHome®