]> git.neil.brown.name Git - history.git/commitdiff
input: Add a missing space in atkbd warning message.
authorVojtech Pavlik <vojtech@ucw.cz>
Mon, 19 Jan 2004 22:45:45 +0000 (23:45 +0100)
committerVojtech Pavlik <vojtech@ucw.cz>
Mon, 19 Jan 2004 22:45:45 +0000 (23:45 +0100)
drivers/input/keyboard/atkbd.c

index 8c906b77ed800ff636322e60b54fdc14fc01718c..a0f9fc24b54574a96112f25c620ab22514c785f5 100644 (file)
@@ -270,7 +270,7 @@ static irqreturn_t atkbd_interrupt(struct serio *serio, unsigned char data,
                                atkbd->set, code, serio->phys);
                        if (atkbd->translated && atkbd->set == 2 && code == 0x7a)
                                printk(KERN_WARNING "atkbd.c: This is an XFree86 bug. It shouldn't access"
-                                       "hardware directly.\n");
+                                       " hardware directly.\n");
                        else
                                printk(KERN_WARNING "atkbd.c: Use 'setkeycodes %s%02x <keycode>' to make it known.\n",                                          code & 0x80 ? "e0" : "", code & 0x7f);
                        break;