From: Hans Petter Selasky Date: Mon, 8 Sep 2014 07:35:35 +0000 (+0200) Subject: HID: fix ignore_special_drivers modparam description X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=643727a92e92efd657fbbbe70b3c35a49e537010;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git HID: fix ignore_special_drivers modparam description Signed-off-by: Hans Petter Selasky Signed-off-by: Jiri Kosina --- 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); 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.