diff options
author | Jesper Juhl <jj@chaosbits.net> | 2012-04-22 23:18:11 -0700 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2012-04-23 23:35:53 -0700 |
commit | f57fe78ee48f7aa1f859e7e9c4d6987276a72ecc (patch) | |
tree | 9e9aee6c443c43c7fd9f6ba1a70f2fa939cff540 /drivers/input/keyboard/atkbd.c | |
parent | 5d066474cd64a5877391e3711e8c7973e6478cc8 (diff) | |
download | talos-op-linux-f57fe78ee48f7aa1f859e7e9c4d6987276a72ecc.tar.gz talos-op-linux-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/atkbd.c')
-rw-r--r-- | drivers/input/keyboard/atkbd.c | 2 |
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: |