wifi: wcn36xx: fix repeated words in comments
authorJilin Yuan <yuanjilin@cdjrlc.com>
Sat, 9 Jul 2022 12:43:56 +0000 (20:43 +0800)
committerKalle Valo <quic_kvalo@quicinc.com>
Mon, 18 Jul 2022 10:05:42 +0000 (13:05 +0300)
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
drivers/net/wireless/ath/wcn36xx/hal.h

index 874746b..a1afe1f 100644 (file)
@@ -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;