linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] rsi: fix a typo "throld" -> "threshold"
@ 2020-04-02 14:17 Qiujun Huang
  2020-04-14 15:04 ` Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: Qiujun Huang @ 2020-04-02 14:17 UTC (permalink / raw)
  To: amitkarwar, siva8118, kvalo
  Cc: davem, linux-wireless, netdev, linux-kernel, Qiujun Huang

There is a typo in debug message. Fix it.
s/throld/threshold

Signed-off-by: Qiujun Huang <hqjagain@gmail.com>
---
 drivers/net/wireless/rsi/rsi_91x_mac80211.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/rsi/rsi_91x_mac80211.c b/drivers/net/wireless/rsi/rsi_91x_mac80211.c
index 4400882..5c0adb0 100644
--- a/drivers/net/wireless/rsi/rsi_91x_mac80211.c
+++ b/drivers/net/wireless/rsi/rsi_91x_mac80211.c
@@ -832,7 +832,7 @@ static void rsi_mac80211_bss_info_changed(struct ieee80211_hw *hw,
 		common->cqm_info.last_cqm_event_rssi = 0;
 		common->cqm_info.rssi_thold = bss_conf->cqm_rssi_thold;
 		common->cqm_info.rssi_hyst = bss_conf->cqm_rssi_hyst;
-		rsi_dbg(INFO_ZONE, "RSSI throld & hysteresis are: %d %d\n",
+		rsi_dbg(INFO_ZONE, "RSSI threshold & hysteresis are: %d %d\n",
 			common->cqm_info.rssi_thold,
 			common->cqm_info.rssi_hyst);
 	}
-- 
1.8.3.1


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

* Re: [PATCH] rsi: fix a typo "throld" -> "threshold"
  2020-04-02 14:17 [PATCH] rsi: fix a typo "throld" -> "threshold" Qiujun Huang
@ 2020-04-14 15:04 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2020-04-14 15:04 UTC (permalink / raw)
  To: Qiujun Huang
  Cc: amitkarwar, siva8118, davem, linux-wireless, netdev,
	linux-kernel, Qiujun Huang

Qiujun Huang <hqjagain@gmail.com> wrote:

> There is a typo in debug message. Fix it.
> s/throld/threshold
> 
> Signed-off-by: Qiujun Huang <hqjagain@gmail.com>

Patch applied to wireless-drivers-next.git, thanks.

f9f46bca59d1 rsi: fix a typo "throld" -> "threshold"

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

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

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

end of thread, other threads:[~2020-04-14 15:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-02 14:17 [PATCH] rsi: fix a typo "throld" -> "threshold" Qiujun Huang
2020-04-14 15:04 ` Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).