aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-core.c
diff options
context:
space:
mode:
authorHans Petter Selasky <hps@selasky.org>2014-09-08 03:35:35 -0400
committerJiri Kosina <jkosina@suse.cz>2014-09-08 03:35:35 -0400
commit643727a92e92efd657fbbbe70b3c35a49e537010 (patch)
treee0d21fa2ef6a45f00a7db3e9d14165377400c703 /drivers/hid/hid-core.c
parentffe51d0d8abce3139a970c640ed48e73e9c360bb (diff)
HID: fix ignore_special_drivers modparam description
Signed-off-by: Hans Petter Selasky <hps@selasky.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-core.c')
-rw-r--r--drivers/hid/hid-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c
index 6827196be3fc..c527f5ec4cfc 100644
--- a/drivers/hid/hid-core.c
+++ b/drivers/hid/hid-core.c
@@ -52,7 +52,7 @@ EXPORT_SYMBOL_GPL(hid_debug);
52 52
53static int hid_ignore_special_drivers = 0; 53static int hid_ignore_special_drivers = 0;
54module_param_named(ignore_special_drivers, hid_ignore_special_drivers, int, 0600); 54module_param_named(ignore_special_drivers, hid_ignore_special_drivers, int, 0600);
55MODULE_PARM_DESC(debug, "Ignore any special drivers and handle all devices by generic driver"); 55MODULE_PARM_DESC(ignore_special_drivers, "Ignore any special drivers and handle all devices by generic driver");
56 56
57/* 57/*
58 * Register a new report for a device. 58 * Register a new report for a device.