From: margitsw@t-online.de (Margit Schubert-While)
To: linux-kernel@vger.kernel.org
Subject: drivers/char/sysrq.c
Date: Fri, 30 May 2003 16:44:55 +0200 [thread overview]
Message-ID: <5.1.0.14.2.20030530164138.00aeee40@pop.t-online.de> (raw)
In drivers/char/sysrq.c (2.4 and 2.5) we have :
if ((key >= '0') & (key <= '9')) {
retval = key - '0';
} else if ((key >= 'a') & (key <= 'z')) {
Shouldn't the "&" be (pedantically) "&&" ?
Margit
next reply other threads:[~2003-05-30 14:31 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-05-30 14:44 Margit Schubert-While [this message]
2003-05-30 14:58 ` drivers/char/sysrq.c Jörn Engel
2003-05-30 15:13 ` drivers/char/sysrq.c J.A. Magallon
2003-05-30 18:01 ` drivers/char/sysrq.c Jörn Engel
2003-05-30 20:24 ` drivers/char/sysrq.c H. Peter Anvin
2003-05-30 16:11 drivers/char/sysrq.c Margit Schubert-While
2003-05-31 3:18 ` drivers/char/sysrq.c Valdis.Kletnieks
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=5.1.0.14.2.20030530164138.00aeee40@pop.t-online.de \
--to=margitsw@t-online.de \
--cc=linux-kernel@vger.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 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®