Skip to content

Commit 643727a

Browse files
hselaskyJiri Kosina
authored andcommitted
HID: fix ignore_special_drivers modparam description
Signed-off-by: Hans Petter Selasky <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent ffe51d0 commit 643727a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/hid/hid-core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ EXPORT_SYMBOL_GPL(hid_debug);
5252

5353
static int hid_ignore_special_drivers = 0;
5454
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");
5656

5757
/*
5858
* Register a new report for a device.

0 commit comments

Comments
 (0)