Input: atkbd - fix a typo in a message
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
This commit is contained in:
parent
8a0b6c5d14
commit
236d6a77ee
1 changed files with 1 additions and 1 deletions
|
@ -726,7 +726,7 @@ static int atkbd_probe(struct atkbd *atkbd)
|
||||||
|
|
||||||
if (atkbd->id == 0xaca1 && atkbd->translated) {
|
if (atkbd->id == 0xaca1 && atkbd->translated) {
|
||||||
dev_err(&ps2dev->serio->dev,
|
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");
|
"Use i8042.direct=1 to disable translation.\n");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue