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

YouHong Li posted 1 patch 1 year, 11 months ago
[PATCH v2] drivers/net/ppp/ppp_async.c: Fix spelling typo in comment
Posted by YouHong Li 1 year, 11 months ago
From: liyouhong <liyouhong@kylinos.cn>

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>

diff --git a/drivers/net/ppp/ppp_async.c b/drivers/net/ppp/ppp_async.c
index b287bb811875..cb55b2d95eff 100644
--- a/drivers/net/ppp/ppp_async.c
+++ b/drivers/net/ppp/ppp_async.c
@@ -547,7 +547,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