On 05/05/16 05:54, David Kershner wrote:
> From: David Binder <david.bin...@unisys.com>
> 
> Fixes the spelling of a global variable passed into a kernel macro.
> 
> Signed-off-by: David Binder <david.bin...@unisys.com>
> Signed-off-by: David Kershner <david.kersh...@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

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to