aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard
diff options
context:
space:
mode:
authorJesper Juhl <jj@chaosbits.net>2012-04-22 23:18:11 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2012-04-23 23:35:53 -0700
commitf57fe78ee48f7aa1f859e7e9c4d6987276a72ecc (patch)
tree9e9aee6c443c43c7fd9f6ba1a70f2fa939cff540 /drivers/input/keyboard
parentInput: use module_pci_driver (diff)
downloadlinux-dev-f57fe78ee48f7aa1f859e7e9c4d6987276a72ecc.tar.xz
linux-dev-f57fe78ee48f7aa1f859e7e9c4d6987276a72ecc.zip
Input: atkbd - fix language in a printed message
I believe that "trying to access hardware" is more correct English than "trying access hardware". Signed-off-by: Jesper Juhl <jj@chaosbits.net> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/keyboard')
-rw-r--r--drivers/input/keyboard/atkbd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/keyboard/atkbd.c b/drivers/input/keyboard/atkbd.c
index e05a2e7073c6..add5ffd9fe26 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: