Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306594
b: refs/heads/master
c: f57fe78
h: refs/heads/master
v: v3
  • Loading branch information
Jesper Juhl authored and Dmitry Torokhov committed Apr 24, 2012
1 parent 7aeedee commit 56487ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5d066474cd64a5877391e3711e8c7973e6478cc8
refs/heads/master: f57fe78ee48f7aa1f859e7e9c4d6987276a72ecc
2 changes: 1 addition & 1 deletion trunk/drivers/input/keyboard/atkbd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 56487ab

Please sign in to comment.