On 11/23/15 05:41, Masanari Iida wrote:
> This patch fix spelling typo in host_interface.c
> 
> Signed-off-by: Masanari Iida <standby2...@gmail.com>
> ---
>  drivers/staging/wilc1000/host_interface.c | 30 +++++++++++++++---------------
>  1 file changed, 15 insertions(+), 15 deletions(-)
> 
> diff --git a/drivers/staging/wilc1000/host_interface.c 
> b/drivers/staging/wilc1000/host_interface.c
> index d5b7725..b9f9541 100644
> --- a/drivers/staging/wilc1000/host_interface.c
> +++ b/drivers/staging/wilc1000/host_interface.c
> @@ -844,7 +844,7 @@ static s32 Handle_Scan(struct host_if_drv *hif_drv,
>       }
>  
>       if (g_obtainingIP || connecting) {
> -             PRINT_D(GENERIC_DBG, "[handle_scan]: Don't do obss scan until 
> IP adresss is obtained\n");
> +             PRINT_D(GENERIC_DBG, "[handle_scan]: Don't do obss scan until 
> IP addresses is obtained\n");

                                                                                
 address

>               PRINT_ER("Don't do obss scan\n");
>               result = -EBUSY;
>               goto ERRORHANDLER;

> @@ -2518,7 +2518,7 @@ static int Handle_RemainOnChan(struct host_if_drv 
> *hif_drv,
>       }
>  
>       if (g_obtainingIP || connecting) {
> -             PRINT_D(GENERIC_DBG, "[handle_scan]: Don't do obss scan until 
> IP adresss is obtained\n");
> +             PRINT_D(GENERIC_DBG, "[handle_scan]: Don't do obss scan until 
> IP addresses is obtained\n");

                                                                                
 address

>               result = -EBUSY;
>               goto ERRORHANDLER;
>       }


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

Reply via email to