* [PATCH] net/ppp: fix repeated words in comments
@ 2022-08-14 9:22 Jilin Yuan
2022-08-17 2:36 ` Jakub Kicinski
0 siblings, 1 reply; 2+ messages in thread
From: Jilin Yuan @ 2022-08-14 9:22 UTC (permalink / raw)
To: paulus, davem, edumazet, kuba, pabeni
Cc: linux-ppp, netdev, linux-kernel, Jilin Yuan
Delete the redundant word 'the'.
Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] net/ppp: fix repeated words in comments
2022-08-14 9:22 [PATCH] net/ppp: fix repeated words in comments Jilin Yuan
@ 2022-08-17 2:36 ` Jakub Kicinski
0 siblings, 0 replies; 2+ messages in thread
From: Jakub Kicinski @ 2022-08-17 2:36 UTC (permalink / raw)
To: Jilin Yuan
Cc: paulus, davem, edumazet, pabeni, linux-ppp, netdev, linux-kernel
On Sun, 14 Aug 2022 17:22:55 +0800 Jilin Yuan wrote:
> * 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.
It's better to remove the 'the' at the end of the line.
Generally accepted typography rules are that the articles
(a, an, the) should not be followed by a line break.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-08-17 2:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-14 9:22 [PATCH] net/ppp: fix repeated words in comments Jilin Yuan
2022-08-17 2:36 ` Jakub Kicinski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).