[PATCH] staging: unisys: visorchannel: correct variable misspelling

Luis de Bethencourt luisbg at osg.samsung.com
Thu May 5 10:54:12 UTC 2016


On 05/05/16 05:54, David Kershner wrote:
> From: David Binder <david.binder at unisys.com>
> 
> Fixes the spelling of a global variable passed into a kernel macro.
> 
> Signed-off-by: David Binder <david.binder at unisys.com>
> Signed-off-by: David Kershner <david.kershner at unisys.com>
> ---
>  drivers/staging/unisys/visorbus/visorchipset.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/unisys/visorbus/visorchipset.c b/drivers/staging/unisys/visorbus/visorchipset.c
> index bb0ca31..83faf63 100644
> --- a/drivers/staging/unisys/visorbus/visorchipset.c
> +++ b/drivers/staging/unisys/visorbus/visorchipset.c
> @@ -2342,7 +2342,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);
> 

Good catch! Now it matches the integer declared in line 61.

Looks good,
Luis



More information about the devel mailing list