All of lore.kernel.org
 help / color / mirror / Atom feed
From: Xuanqiang Luo <xuanqiang.luo@linux.dev>
To: Hemanth Selam <hemanth.selam@gmail.com>
Cc: osmocom-net-gprs@lists.osmocom.org, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	Pablo Neira Ayuso <pablo@netfilter.org>,
	Harald Welte <laforge@gnumonks.org>,
	Andrew Lunn <andrew+netdev@lunn.ch>,
	"David S . Miller" <davem@davemloft.net>,
	Eric Dumazet <edumazet@google.com>,
	Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>
Subject: Re: [PATCH] net: fix repeated word 'to' in comment
Date: Mon, 7 Sep 2026 16:16:04 +0800	[thread overview]
Message-ID: <aa963ff1-0cfb-48de-ba76-d37467676a78@linux.dev> (raw)
In-Reply-To: <20260907063804.26581-1-hemanth.selam@gmail.com>

Hi Hemanth,

在 2026/9/7 14:38, Hemanth Selam 写道:

> Drop the second 'to', reported by checkpatch.pl as a possible repeated
> word.  Only touches a comment, no code changes.
>
> Assisted-by: Cursor:claude-opus-5
> Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com>
> ---
>   drivers/net/gtp.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/net/gtp.c b/drivers/net/gtp.c
> index 69fe5717846b..4aff23bcfdd1 100644
> --- a/drivers/net/gtp.c
> +++ b/drivers/net/gtp.c
> @@ -770,7 +770,7 @@ static int gtp_parse_exthdrs(struct sk_buff *skb, unsigned int *hdrlen)
>   	 *
>   	 * This length field includes length field size itself (1 byte),
>   	 * payload (variable length) and next type (1 byte). The extension
> -	 * header is aligned to to 4 bytes.
> +	 * header is aligned to 4 bytes.
>   	 */
>   
>   	do {

Typo fixes are cleanups.

Please specify the target tree: use [PATCH net-next] instead of a bare
[PATCH].

Thanks,
Xuanqiang


  reply	other threads:[~2026-09-07  8:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-07  6:38 [PATCH] net: fix repeated word 'to' in comment Hemanth Selam
2026-09-07  8:16 ` Xuanqiang Luo [this message]
2026-09-07  9:31   ` Hemanth Selam
2026-09-09 21:00 ` 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=aa963ff1-0cfb-48de-ba76-d37467676a78@linux.dev \
    --to=xuanqiang.luo@linux.dev \
    --cc=andrew+netdev@lunn.ch \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=hemanth.selam@gmail.com \
    --cc=kuba@kernel.org \
    --cc=laforge@gnumonks.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=osmocom-net-gprs@lists.osmocom.org \
    --cc=pabeni@redhat.com \
    --cc=pablo@netfilter.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.