summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/wcn36xx
diff options
context:
space:
mode:
authorJilin Yuan <yuanjilin@cdjrlc.com>2022-07-09 20:43:56 +0800
committerKalle Valo <quic_kvalo@quicinc.com>2022-07-18 13:05:42 +0300
commitec65e0e9acf758585249e43a51abf082ba1af582 (patch)
treeeb3a22f9c15516cb444ceb9f8e9c0969474a8ff5 /drivers/net/wireless/ath/wcn36xx
parentaa6f2be484d764b0221e5732da1a088b1f1cdcd5 (diff)
downloadlinux-stable-ec65e0e9acf758585249e43a51abf082ba1af582.tar.gz
linux-stable-ec65e0e9acf758585249e43a51abf082ba1af582.tar.bz2
linux-stable-ec65e0e9acf758585249e43a51abf082ba1af582.zip
wifi: wcn36xx: fix repeated words in comments
Delete the redundant word 'the'. Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com> Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com> Link: https://lore.kernel.org/r/20220709124356.52543-1-yuanjilin@cdjrlc.com
Diffstat (limited to 'drivers/net/wireless/ath/wcn36xx')
-rw-r--r--drivers/net/wireless/ath/wcn36xx/hal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/wcn36xx/hal.h b/drivers/net/wireless/ath/wcn36xx/hal.h
index 874746b5993c..a1afe1f85f0e 100644
--- a/drivers/net/wireless/ath/wcn36xx/hal.h
+++ b/drivers/net/wireless/ath/wcn36xx/hal.h
@@ -4142,7 +4142,7 @@ struct wcn36xx_hal_dump_cmd_rsp_msg {
/* Length of the responce message */
u32 rsp_length;
- /* FIXME: Currently considering the the responce will be less than
+ /* FIXME: Currently considering the responce will be less than
* 100bytes */
u8 rsp_buffer[DUMPCMD_RSP_BUFFER];
} __packed;