4b52252ef3487431455dfbb2dc5f095dc0113707
[openwrt/staging/hauke.git] / package / kernel / mac80211 / patches / ath11k / 0005-wifi-ath11k-Fix-spelling-mistake-chnange-change.patch
1 From a797f479bf3e02c6d179c2e6aeace7f9b22b0acd Mon Sep 17 00:00:00 2001
2 From: Colin Ian King <colin.i.king@gmail.com>
3 Date: Wed, 28 Sep 2022 15:38:34 +0100
4 Subject: [PATCH] wifi: ath11k: Fix spelling mistake "chnange" -> "change"
5
6 There is a spelling mistake in an ath11k_dbg debug message. Fix it.
7
8 Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
9 Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
10 Link: https://lore.kernel.org/r/20220928143834.35189-1-colin.i.king@gmail.com
11 ---
12 drivers/net/wireless/ath/ath11k/wmi.c | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 --- a/drivers/net/wireless/ath/ath11k/wmi.c
16 +++ b/drivers/net/wireless/ath/ath11k/wmi.c
17 @@ -6829,7 +6829,7 @@ static void ath11k_wmi_event_peer_sta_ps
18 }
19
20 ath11k_dbg(ab, ATH11K_DBG_WMI,
21 - "peer sta ps chnange ev addr %pM state %u sup_bitmap %x ps_valid %u ts %u\n",
22 + "peer sta ps change ev addr %pM state %u sup_bitmap %x ps_valid %u ts %u\n",
23 ev->peer_macaddr.addr, ev->peer_ps_state,
24 ev->ps_supported_bitmap, ev->peer_ps_valid,
25 ev->peer_ps_timestamp);