Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Xiang wangx and committed by
Jakub Kicinski
959edef6 382f99c4

+1 -1
+1 -1
drivers/net/ppp/ppp_generic.c
··· 2968 2968 chan->ppp = NULL; 2969 2969 2970 2970 /* 2971 - * This ensures that we have returned from any calls into the 2971 + * This ensures that we have returned from any calls into 2972 2972 * the channel's start_xmit or ioctl routine before we proceed. 2973 2973 */ 2974 2974 down_write(&pch->chan_sem);