[<prev] [next>] [day] [month] [year] [list]
Message-ID: <alpine.LNX.2.00.1204222144550.27455@swampdragon.chaosbits.net>
Date: Sun, 22 Apr 2012 21:54:19 +0200 (CEST)
From: Jesper Juhl <jj@...osbits.net>
To: Dmitry Torokhov <dmitry.torokhov@...il.com>
cc: JJ Ding <dgdunix@...il.com>, Axel Lin <axel.lin@...il.com>,
Vojtech Pavlik <vojtech@...e.cz>, linux-input@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] Input: atkbd - Fix language in a printed message
I believe that "trying to access hardware" is more correct english
than "trying acess hardware".
Signed-off-by: Jesper Juhl <jj@...osbits.net>
---
drivers/input/keyboard/atkbd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/input/keyboard/atkbd.c b/drivers/input/keyboard/atkbd.c
index e05a2e7..add5ffd 100644
--- a/drivers/input/keyboard/atkbd.c
+++ b/drivers/input/keyboard/atkbd.c
@@ -433,7 +433,7 @@ static irqreturn_t atkbd_interrupt(struct serio *serio, unsigned char data,
if (printk_ratelimit())
dev_warn(&serio->dev,
"Spurious %s on %s. "
- "Some program might be trying access hardware directly.\n",
+ "Some program might be trying to access hardware directly.\n",
data == ATKBD_RET_ACK ? "ACK" : "NAK", serio->phys);
goto out;
case ATKBD_RET_ERR:
--
1.7.10
--
Jesper Juhl <jj@...osbits.net> http://www.chaosbits.net/
Don't top-post http://www.catb.org/jargon/html/T/top-post.html
Plain text mails only, please.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists