Skip to content

Commit

Permalink
HID: fix ignore_special_drivers modparam description
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Petter Selasky <hps@selasky.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Hans Petter Selasky authored and Jiri Kosina committed Sep 8, 2014
1 parent ffe51d0 commit 643727a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/hid/hid-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 643727a

Please sign in to comment.