lkml.org 
[lkml]   [2005]   [Mar]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] i8042: MODULE_PARM_DESC
Date
For 2.6.11.x, already fixed in 2.6.12-rc1.

Replace duplicate "dumbkbd" with "noloop".

Signed-off-by: Magnus Damm <damm@opensource.se>

--- 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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 14:11    [W:0.023 / U:0.216 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site