From: Jilin Yuan Date: Thu, 15 Sep 2022 03:04:28 +0000 (+0800) Subject: wifi: wcn36xx: fix repeated words in comments X-Git-Tag: v6.1-rc1~170^2~30^2~15^2~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=be327016a313084a4611c5e85a29b7d7bfec05da;p=thirdparty%2Fkernel%2Flinux.git wifi: wcn36xx: fix repeated words in comments Delete the redundant word 'that'. Signed-off-by: Jilin Yuan Signed-off-by: Kalle Valo Link: https://lore.kernel.org/r/20220915030428.38510-1-yuanjilin@cdjrlc.com --- diff --git a/drivers/net/wireless/ath/wcn36xx/hal.h b/drivers/net/wireless/ath/wcn36xx/hal.h index f1a43fd1d957d..d3a9d00e65e13 100644 --- a/drivers/net/wireless/ath/wcn36xx/hal.h +++ b/drivers/net/wireless/ath/wcn36xx/hal.h @@ -2677,7 +2677,7 @@ struct ani_global_security_stats { * management information base (MIB) object is enabled */ u32 rx_wep_unencrypted_frm_cnt; - /* The number of received MSDU packets that that the 802.11 station + /* The number of received MSDU packets that the 802.11 station * discarded because of MIC failures */ u32 rx_mic_fail_cnt;