[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220814092255.53629-1-yuanjilin@cdjrlc.com>
Date: Sun, 14 Aug 2022 17:22:55 +0800
From: Jilin Yuan <yuanjilin@...rlc.com>
To: paulus@...ba.org, davem@...emloft.net, edumazet@...gle.com,
kuba@...nel.org, pabeni@...hat.com
Cc: linux-ppp@...r.kernel.org, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, Jilin Yuan <yuanjilin@...rlc.com>
Subject: [PATCH] net/ppp: fix repeated words in comments
Delete the redundant word 'the'.
Signed-off-by: Jilin Yuan <yuanjilin@...rlc.com>
---
drivers/net/ppp/ppp_generic.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ppp/ppp_generic.c b/drivers/net/ppp/ppp_generic.c
index 4a365f15533e..942c7e7372d9 100644
--- a/drivers/net/ppp/ppp_generic.c
+++ b/drivers/net/ppp/ppp_generic.c
@@ -2969,7 +2969,7 @@ ppp_unregister_channel(struct ppp_channel *chan)
/*
* This ensures that we have returned from any calls into the
- * the channel's start_xmit or ioctl routine before we proceed.
+ * channel's start_xmit or ioctl routine before we proceed.
*/
down_write(&pch->chan_sem);
spin_lock_bh(&pch->downl);
--
2.36.1
Powered by blists - more mailing lists