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>
This commit is contained in:

committed by
Dmitry Torokhov

parent
5d066474cd
commit
f57fe78ee4
@@ -433,7 +433,7 @@ static irqreturn_t atkbd_interrupt(struct serio *serio, unsigned char data,
|
|||||||
if (printk_ratelimit())
|
if (printk_ratelimit())
|
||||||
dev_warn(&serio->dev,
|
dev_warn(&serio->dev,
|
||||||
"Spurious %s on %s. "
|
"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);
|
data == ATKBD_RET_ACK ? "ACK" : "NAK", serio->phys);
|
||||||
goto out;
|
goto out;
|
||||||
case ATKBD_RET_ERR:
|
case ATKBD_RET_ERR:
|
||||||
|
Reference in New Issue
Block a user