Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

wifi: rtw89: 8852b: Fix spelling mistake KIP_RESOTRE -> KIP_RESTORE

Ther is a spelling mistake in a rtw89_debug message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Acked-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20221020072646.1513307-1-colin.i.king@gmail.com

authored by

Colin Ian King and committed by
Kalle Valo
8fa68170 d2b68e95

+1 -1
+1 -1
drivers/net/wireless/realtek/rtw89/rtw8852b_rfk.c
··· 1754 1754 id == 0x14 ? "PWR_CAL" : 1755 1755 id == 0x15 ? "DPK_RXAGC" : 1756 1756 id == 0x16 ? "KIP_PRESET" : 1757 - id == 0x17 ? "KIP_RESOTRE" : "DPK_TXAGC", 1757 + id == 0x17 ? "KIP_RESTORE" : "DPK_TXAGC", 1758 1758 dpk_cmd); 1759 1759 } 1760 1760