Message ID | 20221022054100.30299-1-wangjianli@cdjrlc.com (mailing list archive) |
---|---|
State | New |
Delegated to: | Miri Korenblit |
Headers | show |
Series | fw/api: fix repeated words in comments | expand |
wangjianli <wangjianli@cdjrlc.com> writes: > Delete the redundant word 'the'. > > Signed-off-by: wangjianli <wangjianli@cdjrlc.com> > --- > drivers/net/wireless/intel/iwlwifi/fw/api/tx.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) It's easier if you fold this patch with the first iwlwifi patch.
diff --git a/drivers/net/wireless/intel/iwlwifi/fw/api/tx.h b/drivers/net/wireless/intel/iwlwifi/fw/api/tx.h index ecc6706f66ed..742a6b7b029d 100644 --- a/drivers/net/wireless/intel/iwlwifi/fw/api/tx.h +++ b/drivers/net/wireless/intel/iwlwifi/fw/api/tx.h @@ -200,7 +200,7 @@ enum iwl_tx_offload_assist_bz { * cleared. Combination of RATE_MCS_* * @sta_id: index of destination station in FW station table * @sec_ctl: security control, TX_CMD_SEC_* - * @initial_rate_index: index into the the rate table for initial TX attempt. + * @initial_rate_index: index into the rate table for initial TX attempt. * Applied if TX_CMD_FLG_STA_RATE_MSK is set, normally 0 for data frames. * @reserved2: reserved * @key: security key
Delete the redundant word 'the'. Signed-off-by: wangjianli <wangjianli@cdjrlc.com> --- drivers/net/wireless/intel/iwlwifi/fw/api/tx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)