HID: fix ignore_special_drivers modparam description
authorHans Petter Selasky <hps@selasky.org>
Mon, 8 Sep 2014 07:35:35 +0000 (09:35 +0200)
committerJiri Kosina <jkosina@suse.cz>
Mon, 8 Sep 2014 07:35:35 +0000 (09:35 +0200)
Signed-off-by: Hans Petter Selasky <hps@selasky.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-core.c

index 6827196..c527f5e 100644 (file)
@@ -52,7 +52,7 @@ EXPORT_SYMBOL_GPL(hid_debug);
 
 static int hid_ignore_special_drivers = 0;
 module_param_named(ignore_special_drivers, hid_ignore_special_drivers, int, 0600);
-MODULE_PARM_DESC(debug, "Ignore any special drivers and handle all devices by generic driver");
+MODULE_PARM_DESC(ignore_special_drivers, "Ignore any special drivers and handle all devices by generic driver");
 
 /*
  * Register a new report for a device.