Re: [PATCH] wifi: mvm: fix repeated words in comments

From: Joe Perches
Date: Sat Jul 09 2022 - 12:38:46 EST


On Sat, 2022-07-09 at 22:12 +0800, Jilin Yuan wrote:
> Delete the redundant word 'to'.
> Delete the redundant word 'the'.
[]
> diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/d3.c b/drivers/net/wireless/intel/iwlwifi/mvm/d3.c
[]
> @@ -251,7 +251,7 @@ static void iwl_mvm_wowlan_get_rsc_tsc_data(struct ieee80211_hw *hw,
>
> /*
> * For non-QoS this relies on the fact that both the uCode and
> - * mac80211 use TID 0 (as they need to to avoid replay attacks)
> + * mac80211 use TID 0 (as they need to avoid replay attacks)

Maybe ok as is, could be "as required to" or "as they must to"