2022-07-08 15:27:34

by Jilin Yuan

[permalink] [raw]
Subject: [PATCH] net/ipa: fix repeated words in comments

Delete the redundant word 'the'.

Signed-off-by: Jilin Yuan <[email protected]>
---
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.
--
2.36.1



2022-07-08 16:05:49

by Alex Elder

[permalink] [raw]
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 <[email protected]>

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.