wifi: qtnfmac: fix repeated words in comments
authorJilin Yuan <yuanjilin@cdjrlc.com>
Sun, 10 Jul 2022 04:10:05 +0000 (12:10 +0800)
committerKalle Valo <kvalo@kernel.org>
Mon, 18 Jul 2022 12:09:03 +0000 (15:09 +0300)
Delete the redundant word 'the'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20220710041005.10950-1-yuanjilin@cdjrlc.com
drivers/net/wireless/quantenna/qtnfmac/qlink.h

index 2dda4c5..674461f 100644 (file)
@@ -1721,8 +1721,8 @@ enum qlink_chan_stat {
  * @time_on: amount of time radio operated on that channel.
  * @time_tx: amount of time radio spent transmitting on the channel.
  * @time_rx: amount of time radio spent receiving on the channel.
- * @cca_busy: amount of time the the primary channel was busy.
- * @cca_busy_ext: amount of time the the secondary channel was busy.
+ * @cca_busy: amount of time the primary channel was busy.
+ * @cca_busy_ext: amount of time the secondary channel was busy.
  * @time_scan: amount of radio spent scanning on the channel.
  * @chan_noise: channel noise.
  */