Browse Source

staging: unisys: visorchannel: correct variable misspelling

Fixes the spelling of a global variable passed into a kernel macro.

Signed-off-by: David Binder <david.binder@unisys.com>
Signed-off-by: David Kershner <david.kershner@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
David Binder 9 years ago
parent
commit
80bee2617a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/unisys/visorbus/visorchipset.c

+ 1 - 1
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);