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

Configure Feed

Select the types of activity you want to include in your feed.

ppp: Fix spelling typo in comment in ppp_async_encode()

Fix spelling typo in comment

Reported-by: k2ci <kernel-bot@kylinos.cn>
Signed-off-by: liyouhong <liyouhong@kylinos.cn>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://lore.kernel.org/r/20231227015831.289077-1-liyouhong@kylinos.cn
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

liyouhong and committed by
Jakub Kicinski
38894ff3 501869fe

+1 -1
+1 -1
drivers/net/ppp/ppp_async.c
··· 533 533 proto = get_unaligned_be16(data); 534 534 535 535 /* 536 - * LCP packets with code values between 1 (configure-reqest) 536 + * LCP packets with code values between 1 (configure-request) 537 537 * and 7 (code-reject) must be sent as though no options 538 538 * had been negotiated. 539 539 */