Commit 8fa68170 authored by Colin Ian King's avatar Colin Ian King Committed by Kalle Valo

wifi: rtw89: 8852b: Fix spelling mistake KIP_RESOTRE -> KIP_RESTORE

Ther is a spelling mistake in a rtw89_debug message. Fix it.
Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Acked-by: default avatarPing-Ke Shih <pkshih@realtek.com>
Signed-off-by: default avatarKalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20221020072646.1513307-1-colin.i.king@gmail.com
parent d2b68e95
...@@ -1754,7 +1754,7 @@ static void _dpk_one_shot(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, ...@@ -1754,7 +1754,7 @@ static void _dpk_one_shot(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy,
id == 0x14 ? "PWR_CAL" : id == 0x14 ? "PWR_CAL" :
id == 0x15 ? "DPK_RXAGC" : id == 0x15 ? "DPK_RXAGC" :
id == 0x16 ? "KIP_PRESET" : id == 0x16 ? "KIP_PRESET" :
id == 0x17 ? "KIP_RESOTRE" : "DPK_TXAGC", id == 0x17 ? "KIP_RESTORE" : "DPK_TXAGC",
dpk_cmd); dpk_cmd);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment