wifi: rt2x00: fix the typo in comments

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

Signed-off-by: Deming Wang <wangdeming@inspur.com>
Acked-by: Stanislaw Gruszka <stf_xl@wp.pl>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20230612114612.1640-1-wangdeming@inspur.com
This commit is contained in:
Deming Wang 2023-06-12 07:46:12 -04:00 committed by Kalle Valo
parent 93ae81454b
commit 52818fce28

View file

@ -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++;