]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
wifi: rtw89: 8852bt: rfk: Fix spelling mistake "KIP_RESOTRE" -> "KIP_RESTORE"
authorColin Ian King <colin.i.king@gmail.com>
Wed, 10 Jul 2024 11:22:53 +0000 (12:22 +0100)
committerPing-Ke Shih <pkshih@realtek.com>
Wed, 17 Jul 2024 04:17:17 +0000 (12:17 +0800)
There is a spelling mistake in a literal string. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Acked-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://patch.msgid.link/20240710112253.228171-1-colin.i.king@gmail.com
drivers/net/wireless/realtek/rtw89/rtw8852bt_rfk.c

index fa0e49d581126d036e2e064f7fed15c26d6a71a8..5bdabb45e9686c560234208c75ea7957c96f894b 100644 (file)
@@ -1863,7 +1863,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" :
+                   id == 0x17 ? "KIP_RESTORE" :
                    "DPK_TXAGC", dpk_cmd);
 }