mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 15:41:52 +02:00
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>
This commit is contained in:
parent
501869fecf
commit
38894ff3a0
|
|
@ -533,7 +533,7 @@ ppp_async_encode(struct asyncppp *ap)
|
|||
proto = get_unaligned_be16(data);
|
||||
|
||||
/*
|
||||
* LCP packets with code values between 1 (configure-reqest)
|
||||
* LCP packets with code values between 1 (configure-request)
|
||||
* and 7 (code-reject) must be sent as though no options
|
||||
* had been negotiated.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user