wcn36xx: Fix typo in comment
authorXiang wangx <wangxiang@cdjrlc.com>
Mon, 13 Jun 2022 17:28:18 +0000 (01:28 +0800)
committerKalle Valo <quic_kvalo@quicinc.com>
Mon, 20 Jun 2022 10:05:19 +0000 (13:05 +0300)
Delete the redundant word 'the'.

Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://lore.kernel.org/r/20220613172818.7491-1-wangxiang@cdjrlc.com
drivers/net/wireless/ath/wcn36xx/hal.h

index 46a49f0..874746b 100644 (file)
@@ -1961,7 +1961,7 @@ struct wcn36xx_hal_config_bss_params {
 
        /* HAL should update the existing BSS entry, if this flag is set.
         * UMAC will set this flag in case of reassoc, where we want to
-        * resue the the old BSSID and still return success 0 = Add, 1 =
+        * resue the old BSSID and still return success 0 = Add, 1 =
         * Update */
        u8 action;
 
@@ -2098,7 +2098,7 @@ struct wcn36xx_hal_config_bss_params_v1 {
 
        /* HAL should update the existing BSS entry, if this flag is set.
         * UMAC will set this flag in case of reassoc, where we want to
-        * resue the the old BSSID and still return success 0 = Add, 1 =
+        * resue the old BSSID and still return success 0 = Add, 1 =
         * Update */
        u8 action;