mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-04 04:21:36 -04:00
wifi: rtw89: 8852bt: 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 <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
This commit is contained in:
committed by
Ping-Ke Shih
parent
8fbcaa3085
commit
d64270128b
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user