[PATCH] i8042: MODULE_PARM_DESC

From: Magnus Damm
Date: Sun Mar 20 2005 - 13:32:40 EST


For 2.6.11.x, already fixed in 2.6.12-rc1.

Replace duplicate "dumbkbd" with "noloop".

Signed-off-by: Magnus Damm <damm@xxxxxxxxxxxxx>

--- linux-2.6.11.4/drivers/input/serio/i8042.c 2005-03-16 10:56:16.000000000 +0100
+++ linux-2.6.11.4-i8042_parm_desc/drivers/input/serio/i8042.c 2005-03-20 17:49:02.329667144 +0100
@@ -52,7 +52,7 @@

static unsigned int i8042_noloop;
module_param_named(noloop, i8042_noloop, bool, 0);
-MODULE_PARM_DESC(dumbkbd, "Disable the AUX Loopback command while probing for the AUX port");
+MODULE_PARM_DESC(noloop, "Disable the AUX Loopback command while probing for the AUX port");

#ifdef CONFIG_ACPI
static int i8042_noacpi;
-
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/