linux-ppp.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: YouHong Li <liyouhong@kylinos.cn>
To: paulus@samba.org
Cc: linux-ppp@vger.kernel.org, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org, davem@davemloft.net,
	liyouhong <liyouhong@kylinos.cn>, k2ci <kernel-bot@kylinos.cn>,
	Simon Horman <horms@kernel.org>
Subject: [PATCH v2] drivers/net/ppp/ppp_async.c: Fix spelling typo in comment
Date: Wed, 27 Dec 2023 09:58:31 +0800	[thread overview]
Message-ID: <20231227015831.289077-1-liyouhong@kylinos.cn> (raw)

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


             reply	other threads:[~2023-12-27  1:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-27  1:58 YouHong Li [this message]
2024-01-03  0:30 ` [PATCH v2] drivers/net/ppp/ppp_async.c: Fix spelling typo in comment patchwork-bot+netdevbpf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231227015831.289077-1-liyouhong@kylinos.cn \
    --to=liyouhong@kylinos.cn \
    --cc=davem@davemloft.net \
    --cc=horms@kernel.org \
    --cc=kernel-bot@kylinos.cn \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-ppp@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=paulus@samba.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).