projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
382f99c
)
ppp: Fix typo in comment
author
Xiang wangx
<wangxiang@cdjrlc.com>
Thu, 16 Jun 2022 14:26:24 +0000
(22:26 +0800)
committer
Jakub Kicinski
<kuba@kernel.org>
Sat, 18 Jun 2022 03:17:04 +0000
(20:17 -0700)
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>
drivers/net/ppp/ppp_generic.c
patch
|
blob
|
history
diff --git
a/drivers/net/ppp/ppp_generic.c
b/drivers/net/ppp/ppp_generic.c
index 4a365f15533e63e50e09055b4e07b71e6e898cc1..9206c660a72ed23d3b9d44b5e027f33e064be754 100644
(file)
--- 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);