mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 09:09:55 -04:00
wifi: rtw89: 8851b: 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> Reviewed-by: Simon Horman <simon.horman@corigine.com> Signed-off-by: Kalle Valo <kvalo@kernel.org> Link: https://lore.kernel.org/r/20230522085924.913649-1-colin.i.king@gmail.com
This commit is contained in:
committed by
Kalle Valo
parent
68012b44df
commit
56fc4d4827
@@ -1705,7 +1705,7 @@ static void _dpk_one_shot(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy,
|
||||
id == 0x2c ? "GAIN_LOSS" :
|
||||
id == 0x2d ? "MDPK_IDL" :
|
||||
id == 0x2f ? "DPK_GAIN_NORM" :
|
||||
id == 0x31 ? "KIP_RESOTRE" :
|
||||
id == 0x31 ? "KIP_RESTORE" :
|
||||
id == 0x6 ? "LBK_RXIQK" : "Unknown id",
|
||||
dpk_cmd);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user