Commit 56fc4d48 authored by Colin Ian King's avatar Colin Ian King Committed by Kalle Valo

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: default avatarColin Ian King <colin.i.king@gmail.com>
Reviewed-by: default avatarSimon Horman <simon.horman@corigine.com>
Signed-off-by: default avatarKalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20230522085924.913649-1-colin.i.king@gmail.com
parent 68012b44
......@@ -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);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment