Skip to content

Commit

Permalink
ppp: Fix spelling typo in comment in ppp_async_encode()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
liyouhong authored and Jakub Kicinski committed Jan 3, 2024
1 parent 501869f commit 38894ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ppp/ppp_async.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 38894ff

Please sign in to comment.