Commit 52818fce authored by Deming Wang's avatar Deming Wang Committed by Kalle Valo
Browse files

wifi: rt2x00: fix the typo in comments



Fix typo in the description of 'non-succesfull'.

Signed-off-by: default avatarDeming Wang <wangdeming@inspur.com>
Acked-by: default avatarStanislaw Gruszka <stf_xl@wp.pl>
Signed-off-by: default avatarKalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20230612114612.1640-1-wangdeming@inspur.com
parent 93ae8145
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -192,7 +192,7 @@ void rt2x00link_update_stats(struct rt2x00_dev *rt2x00dev,
		return;

	/*
	 * Frame was received successfully since non-succesfull
	 * Frame was received successfully since non-successful
	 * frames would have been dropped by the hardware.
	 */
	qual->rx_success++;