aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ppp
diff options
context:
space:
mode:
authorGravatar Xiang wangx <wangxiang@cdjrlc.com> 2022-06-16 22:26:24 +0800
committerGravatar Jakub Kicinski <kuba@kernel.org> 2022-06-17 20:17:04 -0700
commit959edef6589da6ca1fc5454137fa44630c804fa7 (patch)
tree68a186b758ce5c58e2bdd39abbacada90b482382 /drivers/net/ppp
parentnfp: add support for .get_pauseparam() (diff)
downloadlinux-959edef6589da6ca1fc5454137fa44630c804fa7.tar.gz
linux-959edef6589da6ca1fc5454137fa44630c804fa7.tar.bz2
linux-959edef6589da6ca1fc5454137fa44630c804fa7.zip
ppp: Fix typo in comment
Delete the redundant word 'the'. Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com> Link: https://lore.kernel.org/r/20220616142624.3397-1-wangxiang@cdjrlc.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net/ppp')
-rw-r--r--drivers/net/ppp/ppp_generic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ppp/ppp_generic.c b/drivers/net/ppp/ppp_generic.c
index 4a365f15533e..9206c660a72e 100644
--- a/drivers/net/ppp/ppp_generic.c
+++ b/drivers/net/ppp/ppp_generic.c
@@ -2968,7 +2968,7 @@ ppp_unregister_channel(struct ppp_channel *chan)
chan->ppp = NULL;
/*
- * This ensures that we have returned from any calls into the
+ * This ensures that we have returned from any calls into
* the channel's start_xmit or ioctl routine before we proceed.
*/
down_write(&pch->chan_sem);