From: Andrew Lunn <andrew@lunn.ch>
To: Hemanth Selam <hemanth.selam@gmail.com>
Cc: "David S . Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
Sudarsana Kalluru <skalluru@marvell.com>,
Manish Chopra <manishc@marvell.com>,
Andrew Lunn <andrew+netdev@lunn.ch>,
Simon Horman <horms@kernel.org>,
Edward Cree <ecree.xilinx@gmail.com>,
Shuah Khan <shuah@kernel.org>,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-net-drivers@amd.com, linux-kselftest@vger.kernel.org,
linux-usb@vger.kernel.org
Subject: Re: [PATCH v2 6/6] net: usb: fix repeated words in log messages
Date: Mon, 7 Sep 2026 14:49:32 +0200 [thread overview]
Message-ID: <7c8cb3f3-8eab-494b-9f97-b30693a361eb@lunn.ch> (raw)
In-Reply-To: <20260907044635.7141-7-hemanth.selam@gmail.com>
On Mon, Sep 07, 2026 at 10:16:35AM +0530, Hemanth Selam wrote:
> Drop the words written twice, reported by checkpatch.pl as a possible
> repeated word.
>
> Only the message text changes, no code changes.
>
> Assisted-by: Cursor:claude-opus-5
> Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com>
> ---
> drivers/net/usb/asix_common.c | 2 +-
> drivers/net/usb/sr9800.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/net/usb/asix_common.c b/drivers/net/usb/asix_common.c
> index 4f03f4e57655..e63a849a1043 100644
> --- a/drivers/net/usb/asix_common.c
> +++ b/drivers/net/usb/asix_common.c
> @@ -413,7 +413,7 @@ int asix_write_medium_mode(struct usbnet *dev, u16 mode, int in_pm)
> ret = asix_write_cmd(dev, AX_CMD_WRITE_MEDIUM_MODE,
> mode, 0, 0, NULL, in_pm);
> if (ret < 0)
> - netdev_err(dev->net, "Failed to write Medium Mode mode to 0x%04x: %02x\n",
> + netdev_err(dev->net, "Failed to write Medium Mode to 0x%04x: %02x\n",
> mode, ret);
>
> return ret;
> diff --git a/drivers/net/usb/sr9800.c b/drivers/net/usb/sr9800.c
> index 6fd33a5b2279..cce0392d0232 100644
> --- a/drivers/net/usb/sr9800.c
> +++ b/drivers/net/usb/sr9800.c
> @@ -271,7 +271,7 @@ static int sr_write_medium_mode(struct usbnet *dev, u16 mode)
> ret = sr_write_cmd(dev, SR_CMD_WRITE_MEDIUM_MODE, mode, 0, 0, NULL);
> if (ret < 0)
> netdev_err(dev->net,
> - "Failed to write Medium Mode mode to 0x%04x:%02x\n",
> + "Failed to write Medium Mode to 0x%04x:%02x\n",
The same thing twice. Same capitalisation. Is one could actually be
correct. Please see if you can find the data sheet for this device and
see if it gives any clues.
Andrew
next prev parent reply other threads:[~2026-09-07 12:49 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-07 4:46 [PATCH v2 0/6] net: fix typos and repeated words in comments Hemanth Selam
2026-09-07 4:46 ` [PATCH v2 1/6] net: fix typos " Hemanth Selam
2026-09-07 12:49 ` Jijie Shao
2026-09-07 12:52 ` Andrew Lunn
2026-09-07 15:37 ` Edward Cree
2026-09-07 4:46 ` [PATCH v2 2/6] net: broadcom: fix repeated word 'will' in comment Hemanth Selam
2026-09-07 4:46 ` [PATCH v2 3/6] net: llc: fix repeated word 'all' " Hemanth Selam
2026-09-07 12:46 ` Andrew Lunn
2026-09-07 4:46 ` [PATCH v2 4/6] net: sfc: fix repeated word 'the' " Hemanth Selam
2026-09-07 12:46 ` Andrew Lunn
2026-09-07 15:38 ` Edward Cree
2026-09-07 4:46 ` [PATCH v2 5/6] selftests: net: fix repeated word 'use' " Hemanth Selam
2026-09-07 12:47 ` Andrew Lunn
2026-09-07 4:46 ` [PATCH v2 6/6] net: usb: fix repeated words in log messages Hemanth Selam
2026-09-07 12:49 ` Andrew Lunn [this message]
2026-09-08 5:25 ` Hemanth Selam
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=7c8cb3f3-8eab-494b-9f97-b30693a361eb@lunn.ch \
--to=andrew@lunn.ch \
--cc=andrew+netdev@lunn.ch \
--cc=davem@davemloft.net \
--cc=ecree.xilinx@gmail.com \
--cc=edumazet@google.com \
--cc=hemanth.selam@gmail.com \
--cc=horms@kernel.org \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=linux-net-drivers@amd.com \
--cc=linux-usb@vger.kernel.org \
--cc=manishc@marvell.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=shuah@kernel.org \
--cc=skalluru@marvell.com \
/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