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

From: Alex Elder
Date: Fri Jul 08 2022 - 11:27:09 EST


On 7/8/22 10:20 AM, Jilin Yuan wrote:
Delete the redundant word 'the'.

Signed-off-by: Jilin Yuan <yuanjilin@xxxxxxxxxx>

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.