Commit 38894ff3 authored by liyouhong's avatar liyouhong Committed by Jakub Kicinski

ppp: Fix spelling typo in comment in ppp_async_encode()

Fix spelling typo in comment
Reported-by: default avatark2ci <kernel-bot@kylinos.cn>
Signed-off-by: default avatarliyouhong <liyouhong@kylinos.cn>
Reviewed-by: default avatarSimon Horman <horms@kernel.org>
Link: https://lore.kernel.org/r/20231227015831.289077-1-liyouhong@kylinos.cnSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 501869fe
......@@ -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.
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment