diff options
author | Jilin Yuan <yuanjilin@cdjrlc.com> | 2022-07-09 14:43:56 +0200 |
---|---|---|
committer | Kalle Valo <quic_kvalo@quicinc.com> | 2022-07-18 12:05:42 +0200 |
commit | ec65e0e9acf758585249e43a51abf082ba1af582 (patch) | |
tree | eb3a22f9c15516cb444ceb9f8e9c0969474a8ff5 /drivers/net/wireless/ath | |
parent | wifi: wil6210: fix repeated words in comments (diff) | |
download | linux-ec65e0e9acf758585249e43a51abf082ba1af582.tar.xz linux-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')
-rw-r--r-- | drivers/net/wireless/ath/wcn36xx/hal.h | 2 |
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; |