From: Jesper Juhl Date: Mon, 23 Apr 2012 06:18:11 +0000 (-0700) Subject: Input: atkbd - fix language in a printed message X-Git-Tag: v3.5-rc1~103^2^2~33 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=f57fe78ee48f7aa1f859e7e9c4d6987276a72ecc;p=~emulex%2Finfiniband.git 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 Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/keyboard/atkbd.c b/drivers/input/keyboard/atkbd.c index e05a2e7073c..add5ffd9fe2 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: