diff mbox series

iwlwifi: fix repeated words in comments

Message ID 20220915031049.47298-1-yuanjilin@cdjrlc.com (mailing list archive)
State New
Delegated to: Miri Korenblit
Headers show
Series iwlwifi: fix repeated words in comments | expand

Commit Message

Jilin Yuan Sept. 15, 2022, 3:10 a.m. UTC
Delete the redundant word 'the'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
---
 drivers/net/wireless/intel/iwlwifi/iwl-trans.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/net/wireless/intel/iwlwifi/iwl-trans.h b/drivers/net/wireless/intel/iwlwifi/iwl-trans.h
index d659ccd065f7..e6adc2dc0485 100644
--- a/drivers/net/wireless/intel/iwlwifi/iwl-trans.h
+++ b/drivers/net/wireless/intel/iwlwifi/iwl-trans.h
@@ -490,7 +490,7 @@  struct iwl_trans_rxq_dma_data {
  *	return -ERFKILL straight away.
  *	May sleep only if CMD_ASYNC is not set
  * @tx: send an skb. The transport relies on the op_mode to zero the
- *	the ieee80211_tx_info->driver_data. If the MPDU is an A-MSDU, all
+ *	ieee80211_tx_info->driver_data. If the MPDU is an A-MSDU, all
  *	the CSUM will be taken care of (TCP CSUM and IP header in case of
  *	IPv4). If the MPDU is a single MSDU, the op_mode must compute the IP
  *	header if it is IPv4.