diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2012-12-31 15:42:51 -0500 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2013-01-17 03:28:07 -0500 |
commit | 236d6a77eeac702abb8e908a6ec11a37507c5071 (patch) | |
tree | a53552ad41d489dc2e800251f0fd6618ccb86ca9 /drivers/input/keyboard | |
parent | 8a0b6c5d14bbaf62a4f19131ac16ac81ed909fda (diff) |
Input: atkbd - fix a typo in a message
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/keyboard')
-rw-r--r-- | drivers/input/keyboard/atkbd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/keyboard/atkbd.c b/drivers/input/keyboard/atkbd.c index add5ffd9fe26..33d0fcde441c 100644 --- a/drivers/input/keyboard/atkbd.c +++ b/drivers/input/keyboard/atkbd.c | |||
@@ -726,7 +726,7 @@ static int atkbd_probe(struct atkbd *atkbd) | |||
726 | 726 | ||
727 | if (atkbd->id == 0xaca1 && atkbd->translated) { | 727 | if (atkbd->id == 0xaca1 && atkbd->translated) { |
728 | dev_err(&ps2dev->serio->dev, | 728 | dev_err(&ps2dev->serio->dev, |
729 | "NCD terminal keyboards are only supported on non-translating controlelrs. " | 729 | "NCD terminal keyboards are only supported on non-translating controllers. " |
730 | "Use i8042.direct=1 to disable translation.\n"); | 730 | "Use i8042.direct=1 to disable translation.\n"); |
731 | return -1; | 731 | return -1; |
732 | } | 732 | } |