2016-08-26 18:10:11

by Colin King

[permalink] [raw]
Subject: [PATCH] ath10k: fix spelling mistake "montior" -> "monitor"

From: Colin Ian King <[email protected]>

Trivial fix to spelling mistake in ath10k_warn message.

Signed-off-by: Colin Ian King <[email protected]>
---
drivers/net/wireless/ath/ath10k/mac.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/ath/ath10k/mac.c b/drivers/net/wireless/ath/ath10k/mac.c
index 0bbd0a0..841f288 100644
--- a/drivers/net/wireless/ath/ath10k/mac.c
+++ b/drivers/net/wireless/ath/ath10k/mac.c
@@ -5186,7 +5186,7 @@ static void ath10k_configure_filter(struct ieee80211_hw *hw,

ret = ath10k_monitor_recalc(ar);
if (ret)
- ath10k_warn(ar, "failed to recalc montior: %d\n", ret);
+ ath10k_warn(ar, "failed to recalc monitor: %d\n", ret);

mutex_unlock(&ar->conf_mutex);
}
--
2.9.3


2016-08-27 13:24:24

by Julian Calaby

[permalink] [raw]
Subject: Re: [PATCH] ath10k: fix spelling mistake "montior" -> "monitor"

Hi All,

On Sat, Aug 27, 2016 at 4:08 AM, Colin King <[email protected]> wrote:
> From: Colin Ian King <[email protected]>
>
> Trivial fix to spelling mistake in ath10k_warn message.
>
> Signed-off-by: Colin Ian King <[email protected]>

Reviewed-by: Julian Calaby <[email protected]>

Thanks,

--
Julian Calaby

Email: [email protected]
Profile: http://www.google.com/profiles/julian.calaby/

2016-09-02 16:04:08

by Kalle Valo

[permalink] [raw]
Subject: Re: ath10k: fix spelling mistake "montior" -> "monitor"

Colin Ian King <[email protected]> wrote:
> From: Colin Ian King <[email protected]>
>
> Trivial fix to spelling mistake in ath10k_warn message.
>
> Signed-off-by: Colin Ian King <[email protected]>
> Reviewed-by: Julian Calaby <[email protected]>

Thanks, 1 patch applied to ath-next branch of ath.git:

7f03d3069381 ath10k: fix spelling mistake "montior" -> "monitor"

--
Sent by pwcli
https://patchwork.kernel.org/patch/9301869/