Re: [RFC][PATCH 9/9] -Wshadow: fixes for drivers/char/keyboard.c
From: Dmitry Torokhov
Date: Mon Jul 10 2006 - 09:05:44 EST
On 7/10/06, Jesper Juhl <jesper.juhl@xxxxxxxxx> wrote:
-static void kbd_keycode(unsigned int keycode, int down,
+static void kbd_keycode(unsigned int keycode, int _down,
int hw_raw, struct pt_regs *regs)
{
I dont like the "_down" name, feels artificial. If you don't mind I'll
change it to "key_down" before applying.
--
Dmitry
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/