Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

HID: fix ignore_special_drivers modparam description

Signed-off-by: Hans Petter Selasky <hps@selasky.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Hans Petter Selasky and committed by
Jiri Kosina
643727a9 ffe51d0d

+1 -1
+1 -1
drivers/hid/hid-core.c
··· 52 52 53 53 static int hid_ignore_special_drivers = 0; 54 54 module_param_named(ignore_special_drivers, hid_ignore_special_drivers, int, 0600); 55 - MODULE_PARM_DESC(debug, "Ignore any special drivers and handle all devices by generic driver"); 55 + MODULE_PARM_DESC(ignore_special_drivers, "Ignore any special drivers and handle all devices by generic driver"); 56 56 57 57 /* 58 58 * Register a new report for a device.