2023-12-21 02:46:01

by YouHong Li

[permalink] [raw]
Subject: [PATCH] drivers/net/ppp/ppp_async.c: Fix spelling typo in comment

From: liyouhong <[email protected]>

Fix spelling typo in comment

Reported-by: k2ci <[email protected]>
Signed-off-by: liyouhong <[email protected]>

diff --git a/drivers/net/ppp/ppp_async.c b/drivers/net/ppp/ppp_async.c
index fbaaa8c102a1..840da924708b 100644
--- a/drivers/net/ppp/ppp_async.c
+++ b/drivers/net/ppp/ppp_async.c
@@ -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.
*/
--
2.34.1



2023-12-21 17:38:21

by Simon Horman

[permalink] [raw]
Subject: Re: [PATCH] drivers/net/ppp/ppp_async.c: Fix spelling typo in comment

On Thu, Dec 21, 2023 at 10:44:48AM +0800, YouHong Li wrote:
> From: liyouhong <[email protected]>
>
> Fix spelling typo in comment
>
> Reported-by: k2ci <[email protected]>
> Signed-off-by: liyouhong <[email protected]>

Thanks.

For the record, I checked and codespell does not flag
any spelling errors in this file.

Reviewed-by: Simon Horman <[email protected]>