Commit 236d6a77 authored by Dmitry Torokhov's avatar Dmitry Torokhov

Input: atkbd - fix a typo in a message

Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent 8a0b6c5d
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment