[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <aaa900f4-d396-897f-cf37-0000357a472e@ieee.org>
Date: Tue, 30 Mar 2021 06:45:15 -0500
From: Alex Elder <elder@...e.org>
To: Huazhong Tan <tanhuazhong@...wei.com>, davem@...emloft.net,
kuba@...nel.org, jesse.brandeburg@...el.com, j.vosburgh@...il.com,
vfalico@...il.com, andrew@...n.ch, elder@...nel.org
Cc: netdev@...r.kernel.org, salil.mehta@...wei.com,
yisen.zhuang@...wei.com, huangdaode@...wei.com,
linuxarm@...neuler.org, linuxarm@...wei.com,
Peng Li <lipeng321@...wei.com>
Subject: Re: [RESEND net-next 4/4] net: ipa: remove repeated words
On 3/30/21 2:27 AM, Huazhong Tan wrote:
> From: Peng Li <lipeng321@...wei.com>
>
> Remove repeated words "that" and "the".
>
> Signed-off-by: Peng Li <lipeng321@...wei.com>
> Signed-off-by: Huazhong Tan <tanhuazhong@...wei.com>
Acked-by: Alex Elder <elder@...aro.org>
> ---
> drivers/net/ipa/ipa_endpoint.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/net/ipa/ipa_endpoint.c b/drivers/net/ipa/ipa_endpoint.c
> index 38e83cd..dd24179 100644
> --- a/drivers/net/ipa/ipa_endpoint.c
> +++ b/drivers/net/ipa/ipa_endpoint.c
> @@ -809,7 +809,7 @@ static u32 hol_block_timer_val(struct ipa *ipa, u32 microseconds)
> * The best precision is achieved when the base value is as
> * large as possible. Find the highest set bit in the tick
> * count, and extract the number of bits in the base field
> - * such that that high bit is included.
> + * such that high bit is included.
> */
> high = fls(ticks); /* 1..32 */
> width = HWEIGHT32(BASE_VALUE_FMASK);
> @@ -1448,7 +1448,7 @@ static int ipa_endpoint_reset_rx_aggr(struct ipa_endpoint *endpoint)
> if (ret)
> goto out_suspend_again;
>
> - /* Finally, reset and reconfigure the channel again (re-enabling the
> + /* Finally, reset and reconfigure the channel again (re-enabling
> * the doorbell engine if appropriate). Sleep for 1 millisecond to
> * complete the channel reset sequence. Finish by suspending the
> * channel again (if necessary).
>
Powered by blists - more mailing lists