Skip to content

Commit

Permalink
Input: atkbd - fix a typo in a message
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
  • Loading branch information
Dmitry Torokhov committed Jan 17, 2013
1 parent 8a0b6c5 commit 236d6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/input/keyboard/atkbd.c
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ static int atkbd_probe(struct atkbd *atkbd)

if (atkbd->id == 0xaca1 && atkbd->translated) {
dev_err(&ps2dev->serio->dev,
"NCD terminal keyboards are only supported on non-translating controlelrs. "
"NCD terminal keyboards are only supported on non-translating controllers. "
"Use i8042.direct=1 to disable translation.\n");
return -1;
}
Expand Down

0 comments on commit 236d6a7

Please sign in to comment.