wifi: rtw89: 8852b: Fix spelling mistake KIP_RESOTRE -> KIP_RESTORE
authorColin Ian King <colin.i.king@gmail.com>
Thu, 20 Oct 2022 07:26:46 +0000 (08:26 +0100)
committerKalle Valo <kvalo@kernel.org>
Tue, 1 Nov 2022 09:27:51 +0000 (11:27 +0200)
Ther is a spelling mistake in a rtw89_debug message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Acked-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20221020072646.1513307-1-colin.i.king@gmail.com
drivers/net/wireless/realtek/rtw89/rtw8852b_rfk.c

index 8fd01502ac5be1e60e2facc0f1e2568e1fd32542..722ae34b09c1fcc2efc993b0b6a51190993b6775 100644 (file)
@@ -1754,7 +1754,7 @@ static void _dpk_one_shot(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy,
                    id == 0x14 ? "PWR_CAL" :
                    id == 0x15 ? "DPK_RXAGC" :
                    id == 0x16 ? "KIP_PRESET" :
-                   id == 0x17 ? "KIP_RESOTRE" : "DPK_TXAGC",
+                   id == 0x17 ? "KIP_RESTORE" : "DPK_TXAGC",
                    dpk_cmd);
 }