Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jesper Juhl and committed by
Dmitry Torokhov
f57fe78e 5d066474

+1 -1
+1 -1
drivers/input/keyboard/atkbd.c
··· 433 433 if (printk_ratelimit()) 434 434 dev_warn(&serio->dev, 435 435 "Spurious %s on %s. " 436 - "Some program might be trying access hardware directly.\n", 436 + "Some program might be trying to access hardware directly.\n", 437 437 data == ATKBD_RET_ACK ? "ACK" : "NAK", serio->phys); 438 438 goto out; 439 439 case ATKBD_RET_ERR: