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:
Xiang wangx 2022-06-16 22:26:24 +08:00 committed by Jakub Kicinski
parent 382f99c442
commit 959edef658
1 changed files with 1 additions and 1 deletions

View File

@ -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);