diff mbox series

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

Message ID 1585837078-6149-1-git-send-email-hqjagain@gmail.com (mailing list archive)
State Accepted
Commit f9f46bca59d11d0fa04087c840e23ca94cd239b5
Delegated to: Kalle Valo
Headers show
Series rsi: fix a typo "throld" -> "threshold" | expand

Commit Message

Qiujun Huang April 2, 2020, 2:17 p.m. UTC
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(-)

Comments

Kalle Valo April 14, 2020, 3:04 p.m. UTC | #1
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"
diff mbox series

Patch

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);
 	}