Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1470925 > unrolled thread

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

Started byColin King <colin.king@canonical.com>
First post2016-08-26 20:20 +0200
Last post2016-09-02 18:10 +0200
Articles 3 — 3 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] ath10k: fix spelling mistake "montior" -> "monitor" Colin King <colin.king@canonical.com> - 2016-08-26 20:20 +0200
    Re: [PATCH] ath10k: fix spelling mistake "montior" -> "monitor" Julian Calaby <julian.calaby@gmail.com> - 2016-08-27 15:30 +0200
    Re: ath10k: fix spelling mistake "montior" -> "monitor" Kalle Valo <kvalo@qca.qualcomm.com> - 2016-09-02 18:10 +0200

#1470925 — [PATCH] ath10k: fix spelling mistake "montior" -> "monitor"

FromColin King <colin.king@canonical.com>
Date2016-08-26 20:20 +0200
Subject[PATCH] ath10k: fix spelling mistake "montior" -> "monitor"
Message-ID<satTs-266-5@gated-at.bofh.it>
From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in ath10k_warn message.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 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

[toc] | [next] | [standalone]


#1471172

FromJulian Calaby <julian.calaby@gmail.com>
Date2016-08-27 15:30 +0200
Message-ID<saLQl-53G-11@gated-at.bofh.it>
In reply to#1470925
Hi All,

On Sat, Aug 27, 2016 at 4:08 AM, Colin King <colin.king@canonical.com> wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Trivial fix to spelling mistake in ath10k_warn message.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Reviewed-by: Julian Calaby <julian.calaby@gmail.com>

Thanks,

-- 
Julian Calaby

Email: julian.calaby@gmail.com
Profile: http://www.google.com/profiles/julian.calaby/

[toc] | [prev] | [next] | [standalone]


#1475316 — Re: ath10k: fix spelling mistake "montior" -> "monitor"

FromKalle Valo <kvalo@qca.qualcomm.com>
Date2016-09-02 18:10 +0200
SubjectRe: ath10k: fix spelling mistake "montior" -> "monitor"
Message-ID<scZct-1CU-11@gated-at.bofh.it>
In reply to#1470925
Colin Ian King <colin.king@canonical.com> wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fix to spelling mistake in ath10k_warn message.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> Reviewed-by: Julian Calaby <julian.calaby@gmail.com>

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/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web