mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 04:48:04 +09:00
wifi: rtw89: Fix a typo in debug message
This patch fixes a spelling typo in debug message. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Ping-Ke Shih <pkshih@realtek.com> Signed-off-by: Kalle Valo <kvalo@kernel.org> Link: https://lore.kernel.org/r/20221223102058.162179-1-standby24x7@gmail.com
This commit is contained in:
committed by
Kalle Valo
parent
660145d708
commit
e20c9f6566
@@ -1643,7 +1643,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->kcount = 0;
|
||||
iqk_info->version = RTW8852A_IQK_VER;
|
||||
|
||||
Reference in New Issue
Block a user