diff mbox series

wifi: wcn36xx: fix repeated words in comments

Message ID 20220915030428.38510-1-yuanjilin@cdjrlc.com (mailing list archive)
State Accepted
Commit be327016a313084a4611c5e85a29b7d7bfec05da
Delegated to: Kalle Valo
Headers show
Series wifi: wcn36xx: fix repeated words in comments | expand

Commit Message

Jilin Yuan Sept. 15, 2022, 3:04 a.m. UTC
Delete the redundant word 'that'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
---
 drivers/net/wireless/ath/wcn36xx/hal.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Kalle Valo Sept. 19, 2022, 12:43 p.m. UTC | #1
Jilin Yuan <yuanjilin@cdjrlc.com> wrote:

> Delete the redundant word 'that'.
> 
> Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
> Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>

Patch applied to ath-next branch of ath.git, thanks.

be327016a313 wifi: wcn36xx: fix repeated words in comments
diff mbox series

Patch

diff --git a/drivers/net/wireless/ath/wcn36xx/hal.h b/drivers/net/wireless/ath/wcn36xx/hal.h
index f1a43fd1d957..d3a9d00e65e1 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;