diff mbox series

intel/iwlwifi: fix repeated words in comments

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

Commit Message

wangjianli Oct. 22, 2022, 5:39 a.m. UTC
Delete the redundant word 'the'.

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

Comments

Kalle Valo Oct. 24, 2022, 10:56 a.m. UTC | #1
wangjianli <wangjianli@cdjrlc.com> writes:

> Delete the redundant word 'the'.
>
> Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
> ---
>  drivers/net/wireless/intel/iwlwifi/iwl-trans.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

The title should be:

wifi: iwlwifi: fix repeated words in comments in iwl-trans.h
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..7aca20cff007 100644
--- a/drivers/net/wireless/intel/iwlwifi/iwl-trans.h
+++ b/drivers/net/wireless/intel/iwlwifi/iwl-trans.h
@@ -489,7 +489,7 @@  struct iwl_trans_rxq_dma_data {
  *	If RFkill is asserted in the middle of a SYNC host command, it must
  *	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
+ * @tx: send an skb. The transport relies on the op_mode to zero
  *	the 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