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

Jilin Yuan posted 1 patch 3 years, 9 months ago
There is a newer version of this series
drivers/net/ipa/gsi_private.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] net/ipa: fix repeated words in comments
Posted by Jilin Yuan 3 years, 9 months ago
 Delete the redundant word 'the'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
---
 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
Re: [PATCH] net/ipa: fix repeated words in comments
Posted by Alex Elder 3 years, 9 months ago
On 7/8/22 10:20 AM, Jilin Yuan wrote:
>   Delete the redundant word 'the'.
> 
> Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.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.