projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d99884a
)
wifi: ath11k: Fix spelling mistake "chnange" -> "change"
author
Colin Ian King
<colin.i.king@gmail.com>
Wed, 28 Sep 2022 14:38:34 +0000
(15:38 +0100)
committer
Kalle Valo
<quic_kvalo@quicinc.com>
Mon, 10 Oct 2022 09:39:03 +0000
(12:39 +0300)
There is a spelling mistake in an ath11k_dbg debug message. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link:
https://lore.kernel.org/r/20220928143834.35189-1-colin.i.king@gmail.com
drivers/net/wireless/ath/ath11k/wmi.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath11k/wmi.c
b/drivers/net/wireless/ath/ath11k/wmi.c
index fad9f8d308a207ab35a402af24deb61fd66bb2df..2a8a3e3dcff66d1aaf9b53d9aeee6fd205f266ec 100644
(file)
--- a/
drivers/net/wireless/ath/ath11k/wmi.c
+++ b/
drivers/net/wireless/ath/ath11k/wmi.c
@@
-6829,7
+6829,7
@@
static void ath11k_wmi_event_peer_sta_ps_state_chg(struct ath11k_base *ab,
}
ath11k_dbg(ab, ATH11K_DBG_WMI,
- "peer sta ps ch
n
ange ev addr %pM state %u sup_bitmap %x ps_valid %u ts %u\n",
+ "peer sta ps change ev addr %pM state %u sup_bitmap %x ps_valid %u ts %u\n",
ev->peer_macaddr.addr, ev->peer_ps_state,
ev->ps_supported_bitmap, ev->peer_ps_valid,
ev->peer_ps_timestamp);