Re: [PATCH] missing space in printk message (was Re: 2.6.1-mm5)
From: Vojtech Pavlik <hidden>
Date: 2004-01-20 13:54:17
Also in:
lkml
On Tue, Jan 20, 2004 at 01:45:01PM +0000, Sean Neakums wrote:
quoted hunk ↗ jump to hunk
Against 2.6.1-mm5.--- S1-mm5/drivers/input/keyboard/atkbd.c~ 2004-01-20 13:36:13.000000000 +0000 +++ S1-mm5/drivers/input/keyboard/atkbd.c 2004-01-20 13:36:24.000000000 +0000@@ -279,7 +279,7 @@ atkbd->translated ? "translated" : "raw", 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" + printk(KERN_WARNING "atkbd.c: This is an XFree86 bug. It shouldn't access " "hardware directly.\n"); else printk(KERN_WARNING "atkbd.c: Use 'setkeycodes %s%02x <keycode>' to make it known.\n", code & 0x80 ? "e0" : "", code & 0x7f);
Fixed already in my version. Thanks for pointing it out. Other than that, does keyboard work OK for you? -- Vojtech Pavlik SuSE Labs, SuSE CR -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"aart@kvack.org"> aart@kvack.org </a>