diff options
author | David Binder <[email protected]> | 2016-05-06 13:11:16 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2016-05-09 14:15:18 +0200 |
commit | 80bee2617ac0c39925023b78a883f154c2b1f86b (patch) | |
tree | f480d7ed22cccd5ffa2f6e1831feb1f93e3df3b8 | |
parent | 9136d04fe9255522c4c8ef5124be899906de7dd1 (diff) |
staging: unisys: visorchannel: correct variable misspelling
Fixes the spelling of a global variable passed into a kernel macro.
Signed-off-by: David Binder <[email protected]>
Signed-off-by: David Kershner <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/staging/unisys/visorbus/visorchipset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/unisys/visorbus/visorchipset.c b/drivers/staging/unisys/visorbus/visorchipset.c index 6d9bbae401b3..7522559df3e4 100644 --- a/drivers/staging/unisys/visorbus/visorchipset.c +++ b/drivers/staging/unisys/visorbus/visorchipset.c @@ -2348,7 +2348,7 @@ module_param_named(major, visorchipset_major, int, S_IRUGO); MODULE_PARM_DESC(visorchipset_major, "major device number to use for the device node"); module_param_named(visorbusregwait, visorchipset_visorbusregwait, int, S_IRUGO); -MODULE_PARM_DESC(visorchipset_visorbusreqwait, +MODULE_PARM_DESC(visorchipset_visorbusregwait, "1 to have the module wait for the visor bus to register"); module_init(init_unisys); |