aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2023-05-22 09:59:24 +0100
committerKalle Valo <[email protected]>2023-05-25 19:13:53 +0300
commit56fc4d482783f5e45a6a2b3ec0d9f557908cdf77 (patch)
treef951fd1e6e7c00ee461c79ea3731e729902747e3
parent68012b44dfc723a114748a5e67f98a99b2943852 (diff)
wifi: rtw89: 8851b: rfk: Fix spelling mistake KIP_RESOTRE -> KIP_RESTORE
There is a spelling mistake in a literal string. Fix it. Signed-off-by: Colin Ian King <[email protected]> Reviewed-by: Simon Horman <[email protected]> Signed-off-by: Kalle Valo <[email protected]> Link: https://lore.kernel.org/r/[email protected]
-rw-r--r--drivers/net/wireless/realtek/rtw89/rtw8851b_rfk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/realtek/rtw89/rtw8851b_rfk.c b/drivers/net/wireless/realtek/rtw89/rtw8851b_rfk.c
index d58d6935e7b8..1899a5d69a81 100644
--- a/drivers/net/wireless/realtek/rtw89/rtw8851b_rfk.c
+++ b/drivers/net/wireless/realtek/rtw89/rtw8851b_rfk.c
@@ -1705,7 +1705,7 @@ static void _dpk_one_shot(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy,
id == 0x2c ? "GAIN_LOSS" :
id == 0x2d ? "MDPK_IDL" :
id == 0x2f ? "DPK_GAIN_NORM" :
- id == 0x31 ? "KIP_RESOTRE" :
+ id == 0x31 ? "KIP_RESTORE" :
id == 0x6 ? "LBK_RXIQK" : "Unknown id",
dpk_cmd);
}