ath10k: remove repeated words in comments
authorKalle Valo <kvalo@codeaurora.org>
Tue, 27 Oct 2020 12:38:07 +0000 (14:38 +0200)
committerKalle Valo <kvalo@codeaurora.org>
Wed, 28 Oct 2020 13:42:15 +0000 (15:42 +0200)
Found by latest checkpatch.

Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/1603802288-21158-1-git-send-email-kvalo@codeaurora.org
drivers/net/wireless/ath/ath10k/core.c
drivers/net/wireless/ath/ath10k/debug.c
drivers/net/wireless/ath/ath10k/mac.c
drivers/net/wireless/ath/ath10k/rx_desc.h
drivers/net/wireless/ath/ath10k/sdio.c
drivers/net/wireless/ath/ath10k/wmi.h

index d73ad60b571c2c41653cf8723f998a010bcebec8..419b06b974c52d408ef7c17492a852c7c3aa6b15 100644 (file)
@@ -2636,7 +2636,7 @@ int ath10k_core_start(struct ath10k *ar, enum ath10k_firmware_mode mode,
                if (status)
                        goto err;
 
-               /* Some of of qca988x solutions are having global reset issue
+               /* Some of qca988x solutions are having global reset issue
                 * during target initialization. Bypassing PLL setting before
                 * downloading firmware and letting the SoC run on REF_CLK is
                 * fixing the problem. Corresponding firmware change is also
index e8250a6654338d25b0da2a6dbba731ef384c7593..b72cd81fdc7982e5259157cc4d9dc573f3675831 100644 (file)
@@ -1764,7 +1764,7 @@ static ssize_t ath10k_write_simulate_radar(struct file *file,
        struct ath10k *ar = file->private_data;
        struct ath10k_vif *arvif;
 
-       /* Just check for for the first vif alone, as all the vifs will be
+       /* Just check for the first vif alone, as all the vifs will be
         * sharing the same channel and if the channel is disabled, all the
         * vifs will share the same 'is_started' state.
         */
index 2e3eb5bbe49c8699520765197555d168ddcc391d..c857cf46832df156fe3691f9a5e99ecfa323124a 100644 (file)
@@ -5457,7 +5457,7 @@ static int ath10k_add_interface(struct ieee80211_hw *hw,
        /* Some firmware revisions don't wait for beacon tx completion before
         * sending another SWBA event. This could lead to hardware using old
         * (freed) beacon data in some cases, e.g. tx credit starvation
-        * combined with missed TBTT. This is very very rare.
+        * combined with missed TBTT. This is very rare.
         *
         * On non-IOMMU-enabled hosts this could be a possible security issue
         * because hw could beacon some random data on the air.  On
index dec1582005b943f561c7f5483a1de6d99a7e07e4..f2b6bf8f0d60db404fa4987116817fd25267d141 100644 (file)
@@ -68,7 +68,7 @@ struct rx_attention {
  *             first_msdu is set.
  *
  * peer_idx_invalid
- *             Indicates no matching entries within the the max search
+ *             Indicates no matching entries within the max search
  *             count.  Only set when first_msdu is set.
  *
  * peer_idx_timeout
index 81ddaafb6721c1dd19f1b750cfc0bfac4e9372f3..59043ec44ca372b3275df15a87fd6e3daccf89ba 100644 (file)
@@ -1248,7 +1248,7 @@ static int ath10k_sdio_bmi_exchange_msg(struct ath10k *ar,
         *        Wait for first 4 bytes to be in FIFO
         *        If CONSERVATIVE_BMI_READ is enabled, also wait for
         *        a BMI command credit, which indicates that the ENTIRE
-        *        response is available in the the FIFO
+        *        response is available in the FIFO
         *
         *  CASE 3: length > 128
         *        Wait for the first 4 bytes to be in FIFO
index 4898e19b0af65631c6040217039db84a92b85f84..11300b1320a9b3cf48f1651181f3e730c2db6769 100644 (file)
@@ -3832,7 +3832,7 @@ enum wmi_pdev_param {
        WMI_PDEV_PARAM_BEACON_TX_MODE,
        /*
         * Resource manager off chan mode .
-        * 0: turn off off chan mode. 1: turn on offchan mode
+        * 0: turn off offchan mode. 1: turn on offchan mode
         */
        WMI_PDEV_PARAM_RESMGR_OFFCHAN_MODE,
        /*
@@ -3936,7 +3936,7 @@ enum wmi_10x_pdev_param {
        WMI_10X_PDEV_PARAM_BEACON_TX_MODE,
        /*
         * Resource manager off chan mode .
-        * 0: turn off off chan mode. 1: turn on offchan mode
+        * 0: turn off offchan mode. 1: turn on offchan mode
         */
        WMI_10X_PDEV_PARAM_RESMGR_OFFCHAN_MODE,
        /*