mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 04:31:50 +00:00
wifi: rtw89: fix spelling typo of IQK debug messages
Fix spelling typo of IQK debug messages. Signed-off-by: Dmitry Antipov <dmantipov@yandex.ru> Acked-by: Ping-Ke Shih <pkshih@realtek.com> Signed-off-by: Kalle Valo <kvalo@kernel.org> Link: https://lore.kernel.org/r/20230614081555.91395-3-dmantipov@yandex.ru
This commit is contained in:
parent
686317a246
commit
5bc9a34ce8
@ -1586,7 +1586,7 @@ static void _doiqk(struct rtw89_dev *rtwdev, bool force,
|
||||
BTC_WRFK_ONESHOT_START);
|
||||
|
||||
rtw89_debug(rtwdev, RTW89_DBG_RFK,
|
||||
"[IQK]==========IQK strat!!!!!==========\n");
|
||||
"[IQK]==========IQK start!!!!!==========\n");
|
||||
iqk_info->iqk_times++;
|
||||
iqk_info->version = RTW8851B_IQK_VER;
|
||||
|
||||
|
@ -1617,7 +1617,7 @@ static void _doiqk(struct rtw89_dev *rtwdev, bool force,
|
||||
rtw89_btc_ntfy_wl_rfk(rtwdev, phy_map, BTC_WRFKT_IQK, BTC_WRFK_ONESHOT_START);
|
||||
|
||||
rtw89_debug(rtwdev, RTW89_DBG_RFK,
|
||||
"[IQK]==========IQK strat!!!!!==========\n");
|
||||
"[IQK]==========IQK start!!!!!==========\n");
|
||||
iqk_info->iqk_times++;
|
||||
iqk_info->version = RTW8852B_IQK_VER;
|
||||
|
||||
|
@ -1525,7 +1525,7 @@ static void _doiqk(struct rtw89_dev *rtwdev, bool force,
|
||||
rtw89_btc_ntfy_wl_rfk(rtwdev, phy_map, BTC_WRFKT_IQK, BTC_WRFK_ONESHOT_START);
|
||||
|
||||
rtw89_debug(rtwdev, RTW89_DBG_RFK,
|
||||
"[IQK]==========IQK strat!!!!!==========\n");
|
||||
"[IQK]==========IQK start!!!!!==========\n");
|
||||
iqk_info->iqk_times++;
|
||||
iqk_info->version = RTW8852C_IQK_VER;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user