[PATCH] missing space in printk message (was Re: 2.6.1-mm5)

From: Sean Neakums (sneakums_at_zork.net)
Date: 01/20/04

  • Next message: David Woodhouse: "Re: [PATCH] some more fixes for inode.c"
    To: Andrew Morton <akpm@osdl.org>, vojtech@suse.cz
    Date:	Tue, 20 Jan 2004 13:45:01 +0000
    
    

    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);
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/


  • Next message: David Woodhouse: "Re: [PATCH] some more fixes for inode.c"