mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 15:51:40 -04:00
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: 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
This commit is contained in:
committed by
Kalle Valo
parent
d2b68e95b5
commit
8fa6817031
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user