[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <44529968-c679-198c-0eb3-c62316681dff@ieee.org>
Date: Fri, 8 Jul 2022 10:27:01 -0500
From: Alex Elder <elder@...e.org>
To: Jilin Yuan <yuanjilin@...rlc.com>, davem@...emloft.net,
edumazet@...gle.com, kuba@...nel.org, pabeni@...hat.com
Cc: elder@...nel.org, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] net/ipa: fix repeated words in comments
On 7/8/22 10:20 AM, Jilin Yuan wrote:
> Delete the redundant word 'the'.
>
> Signed-off-by: Jilin Yuan <yuanjilin@...rlc.com>
These are trivial changes. Please do them all in a single commit.
-Alex
> ---
> drivers/net/ipa/gsi_private.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/net/ipa/gsi_private.h b/drivers/net/ipa/gsi_private.h
> index ea333a244cf5..d7065e23c92e 100644
> --- a/drivers/net/ipa/gsi_private.h
> +++ b/drivers/net/ipa/gsi_private.h
> @@ -108,7 +108,7 @@ void *gsi_ring_virt(struct gsi_ring *ring, u32 index);
> * gsi_channel_tx_queued() - Report the number of bytes queued to hardware
> * @channel: Channel whose bytes have been queued
> *
> - * This arranges for the the number of transactions and bytes for
> + * This arranges for the number of transactions and bytes for
> * transfer that have been queued to hardware to be reported. It
> * passes this information up the network stack so it can be used to
> * throttle transmissions.
Powered by blists - more mailing lists