All of lore.kernel.org
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: Masanari Iida <standby24x7@gmail.com>,
	gregkh@linuxfoundation.org, devel@driverdev.osuosl.org,
	chris.park@atmel.com, austin.shin@atmel.com,
	johnny.kim@atmel.com, linux-wireless@vger.kernel.org
Subject: Re: [PATCH 2/4] staging: wilc1000: Fix typo in host_interface.c
Date: Mon, 23 Nov 2015 10:23:40 -0800	[thread overview]
Message-ID: <565359AC.7020505@infradead.org> (raw)
In-Reply-To: <1448286080-14787-2-git-send-email-standby24x7@gmail.com>

On 11/23/15 05:41, Masanari Iida wrote:
> This patch fix spelling typo in host_interface.c
> 
> Signed-off-by: Masanari Iida <standby24x7@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

  reply	other threads:[~2015-11-23 18:23 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-23 13:41 [PATCH 1/4] staging: wilc1000: Fix typo in wilc_msgqueue.h Masanari Iida
2015-11-23 13:41 ` [PATCH 2/4] staging: wilc1000: Fix typo in host_interface.c Masanari Iida
2015-11-23 18:23   ` Randy Dunlap [this message]
2015-11-23 13:41 ` [PATCH 3/4] staging: wilc1000: Fix typo in linux_wlan.c Masanari Iida
2015-11-23 18:26   ` Randy Dunlap
2015-12-18 22:48   ` Greg KH
2015-11-23 13:41 ` [PATCH 4/4] staging: wilc1000: Fix typo in wilc_wfi_cfgoperations.c Masanari Iida
2015-11-23 18:31   ` Randy Dunlap
2015-11-23 18:33 ` [PATCH 1/4] staging: wilc1000: Fix typo in wilc_msgqueue.h Randy Dunlap

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=565359AC.7020505@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=austin.shin@atmel.com \
    --cc=chris.park@atmel.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=johnny.kim@atmel.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=standby24x7@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.