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>
This commit is contained in:
parent
382f99c442
commit
959edef658
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue