All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][next] wil6210: fix spelling mistake: "preperation"-> "preparation"
@ 2018-01-30 19:27 Colin King
  2018-02-16  8:14   ` merez
  2018-02-26 14:53   ` Kalle Valo
  0 siblings, 2 replies; 5+ messages in thread
From: Colin King @ 2018-01-30 19:27 UTC (permalink / raw)
  To: Maya Erez, Kalle Valo, linux-wireless, wil6210, netdev
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in debug error message text.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/net/wireless/ath/wil6210/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/ath/wil6210/main.c b/drivers/net/wireless/ath/wil6210/main.c
index 0c61a6c13991..04c8651274d9 100644
--- a/drivers/net/wireless/ath/wil6210/main.c
+++ b/drivers/net/wireless/ath/wil6210/main.c
@@ -715,7 +715,7 @@ static void wil_bl_prepare_halt(struct wil6210_priv *wil)
 		    offsetof(struct bl_dedicated_registers_v0,
 			     boot_loader_struct_version));
 	if (!tmp) {
-		wil_dbg_misc(wil, "old BL, skipping halt preperation\n");
+		wil_dbg_misc(wil, "old BL, skipping halt preparation\n");
 		return;
 	}
 
-- 
2.15.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH][next] wil6210: fix spelling mistake: "preperation"-> "preparation"
  2018-01-30 19:27 [PATCH][next] wil6210: fix spelling mistake: "preperation"-> "preparation" Colin King
@ 2018-02-16  8:14   ` merez
  2018-02-26 14:53   ` Kalle Valo
  1 sibling, 0 replies; 5+ messages in thread
From: merez @ 2018-02-16  8:14 UTC (permalink / raw)
  To: Colin King
  Cc: Kalle Valo, linux-wireless, wil6210, netdev, kernel-janitors,
	linux-kernel, linux-wireless-owner

On 2018-01-30 21:27, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fix to spelling mistake in debug error message text.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  drivers/net/wireless/ath/wil6210/main.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/net/wireless/ath/wil6210/main.c
> b/drivers/net/wireless/ath/wil6210/main.c
> index 0c61a6c13991..04c8651274d9 100644
> --- a/drivers/net/wireless/ath/wil6210/main.c
> +++ b/drivers/net/wireless/ath/wil6210/main.c
> @@ -715,7 +715,7 @@ static void wil_bl_prepare_halt(struct wil6210_priv 
> *wil)
>  		    offsetof(struct bl_dedicated_registers_v0,
>  			     boot_loader_struct_version));
>  	if (!tmp) {
> -		wil_dbg_misc(wil, "old BL, skipping halt preperation\n");
> +		wil_dbg_misc(wil, "old BL, skipping halt preparation\n");
>  		return;
>  	}

Reviewed-by: Maya Erez <merez@codeaurora.org>

-- 
Maya Erez
Qualcomm Israel, Inc. on behalf of Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a 
Linux Foundation Collaborative Project

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH][next] wil6210: fix spelling mistake: "preperation"-> "preparation"
@ 2018-02-16  8:14   ` merez
  0 siblings, 0 replies; 5+ messages in thread
From: merez @ 2018-02-16  8:14 UTC (permalink / raw)
  To: Colin King
  Cc: Kalle Valo, linux-wireless, wil6210, netdev, kernel-janitors,
	linux-kernel, linux-wireless-owner

On 2018-01-30 21:27, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fix to spelling mistake in debug error message text.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  drivers/net/wireless/ath/wil6210/main.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/net/wireless/ath/wil6210/main.c
> b/drivers/net/wireless/ath/wil6210/main.c
> index 0c61a6c13991..04c8651274d9 100644
> --- a/drivers/net/wireless/ath/wil6210/main.c
> +++ b/drivers/net/wireless/ath/wil6210/main.c
> @@ -715,7 +715,7 @@ static void wil_bl_prepare_halt(struct wil6210_priv 
> *wil)
>  		    offsetof(struct bl_dedicated_registers_v0,
>  			     boot_loader_struct_version));
>  	if (!tmp) {
> -		wil_dbg_misc(wil, "old BL, skipping halt preperation\n");
> +		wil_dbg_misc(wil, "old BL, skipping halt preparation\n");
>  		return;
>  	}

Reviewed-by: Maya Erez <merez@codeaurora.org>

-- 
Maya Erez
Qualcomm Israel, Inc. on behalf of Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a 
Linux Foundation Collaborative Project

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [next] wil6210: fix spelling mistake: "preperation"-> "preparation"
  2018-01-30 19:27 [PATCH][next] wil6210: fix spelling mistake: "preperation"-> "preparation" Colin King
@ 2018-02-26 14:53   ` Kalle Valo
  2018-02-26 14:53   ` Kalle Valo
  1 sibling, 0 replies; 5+ messages in thread
From: Kalle Valo @ 2018-02-26 14:53 UTC (permalink / raw)
  To: Colin Ian King
  Cc: Maya Erez, linux-wireless, wil6210, netdev, kernel-janitors,
	linux-kernel

Colin Ian King <colin.king@canonical.com> wrote:

> Trivial fix to spelling mistake in debug error message text.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>

Patch applied to ath-next branch of ath.git, thanks.

77b83829ebf6 wil6210: fix spelling mistake: "preperation"-> "preparation"

-- 
https://patchwork.kernel.org/patch/10192357/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [next] wil6210: fix spelling mistake: "preperation"-> "preparation"
@ 2018-02-26 14:53   ` Kalle Valo
  0 siblings, 0 replies; 5+ messages in thread
From: Kalle Valo @ 2018-02-26 14:53 UTC (permalink / raw)
  To: Colin Ian King
  Cc: Maya Erez, linux-wireless, wil6210, netdev, kernel-janitors,
	linux-kernel

Colin Ian King <colin.king@canonical.com> wrote:

> Trivial fix to spelling mistake in debug error message text.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>

Patch applied to ath-next branch of ath.git, thanks.

77b83829ebf6 wil6210: fix spelling mistake: "preperation"-> "preparation"

-- 
https://patchwork.kernel.org/patch/10192357/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-02-26 14:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-30 19:27 [PATCH][next] wil6210: fix spelling mistake: "preperation"-> "preparation" Colin King
2018-02-16  8:14 ` merez
2018-02-16  8:14   ` merez
2018-02-26 14:53 ` [next] " Kalle Valo
2018-02-26 14:53   ` Kalle Valo

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.