From: patchwork-bot+netdevbpf@kernel.org
To: Hemanth Selam <hemanth.selam@gmail.com>
Cc: davem@davemloft.net, andrew+netdev@lunn.ch,
bbhushan2@marvell.com, bcm-kernel-feedback-list@broadcom.com,
chris.snook@gmail.com, edumazet@google.com,
florian.fainelli@broadcom.com, GR-Linux-NIC-Dev@marvell.com,
gakula@marvell.com, kuba@kernel.org, shenjian15@huawei.com,
shaojijie@huawei.com, manishc@marvell.com,
marcin.s.wojtas@gmail.com, pabeni@redhat.com, rahulv@marvell.com,
rkannoth@marvell.com, linux@armlinux.org.uk,
shshaikh@marvell.com, shuah@kernel.org, horms@kernel.org,
sbhatta@marvell.com, skalluru@marvell.com, sgoutham@marvell.com,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org,
linux-parisc@vger.kernel.org, netdev@vger.kernel.org
Subject: Re: [PATCH net-next v3 00/10] net: fix typos and repeated words in comments
Date: Thu, 10 Sep 2026 15:40:09 +0000 [thread overview]
Message-ID: <178905480977.1504082.16408401600046600222.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260908052602.27497-1-hemanth.selam@gmail.com>
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Tue, 8 Sep 2026 10:55:52 +0530 you wrote:
> Fix misspellings and repeated words in comments across the networking
> code, found with scripts/checkpatch.pl using the misspelling list in
> scripts/spelling.txt. Comments only, no code changes.
>
> Changes since v2:
> - v2 put 184 changes in a single patch. Andrew Lunn asked for it to be
> split by vendor, which comes to 54 patches, so this is the first
> batch. maintainer-netdev.rst asks for no more than 15 patches
> outstanding against a tree at a time and I have five in flight
> already, so this batch is 10. The rest will follow as these are
> applied.
> - patches 1 and 2 are unchanged from v2 and carry Andrew's
> Reviewed-by. They are resent because the v2 series was marked
> superseded, so they would otherwise be dropped on the floor.
> - dropped the sfc mcdi_pcol.h patch (v2 4/6) even though Andrew had
> reviewed it. Edward Cree pointed out that header and the Siena copy
> are generated from the firmware definitions, so an edit here would be
> overwritten the next time they are regenerated; he has forwarded the
> typos to the firmware team instead. The sfc changes outside pcol are
> unaffected and will come in a later batch.
> - dropped the 8390 patch, the driver is Orphan / Obsolete in
> MAINTAINERS.
> - dropped one octeontx2 hunk, in otx2_pf.c, because the comment holding
> the typo has since been rewritten upstream. The remaining octeontx2
> typos are still fixed in the marvell patch.
> - dropped an "amount of times" to "number of times" change in qed_dev.c.
> That is a wording fix rather than a misspelling, so it does not belong
> in this series.
> - v2 6/6 (net: usb, "Medium Mode mode") is not in this batch. Andrew
> asked me to check the data sheet for that one, and I will answer on
> that thread before resending it.
> - rebased onto net-next.
>
> [...]
Here is the summary with links:
- [net-next,v3,01/10] net: llc: fix repeated word 'all' in comment
https://git.kernel.org/netdev/net-next/c/2d2c2ea6650e
- [net-next,v3,02/10] selftests: net: fix repeated word 'use' in comment
https://git.kernel.org/netdev/net-next/c/a2c9decb21b2
- [net-next,v3,03/10] net: broadcom: fix typos in comments
https://git.kernel.org/netdev/net-next/c/a08b0a9e5e5f
- [net-next,v3,04/10] net: cavium: fix typos in comments
https://git.kernel.org/netdev/net-next/c/405829119fdc
- [net-next,v3,05/10] net: qlogic: fix typos in comments
https://git.kernel.org/netdev/net-next/c/12ae2a2b298a
- [net-next,v3,06/10] net: fddi: fix typos in comments
https://git.kernel.org/netdev/net-next/c/ef7ed063b48f
- [net-next,v3,07/10] net: marvell: fix typos in comments
https://git.kernel.org/netdev/net-next/c/36ca708b7cc7
- [net-next,v3,08/10] net: hisilicon: fix typos in comments
https://git.kernel.org/netdev/net-next/c/1b4109e4a024
- [net-next,v3,09/10] net: atheros: fix typos in comments
https://git.kernel.org/netdev/net-next/c/eeea715379b2
- [net-next,v3,10/10] net: dec: fix typos in comments
https://git.kernel.org/netdev/net-next/c/f36cb539fd97
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2026-09-10 15:41 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-08 5:25 Hemanth Selam
2026-09-08 5:25 ` [PATCH net-next v3 01/10] net: llc: fix repeated word 'all' in comment Hemanth Selam
2026-09-08 5:25 ` [PATCH net-next v3 02/10] selftests: net: fix repeated word 'use' " Hemanth Selam
2026-09-08 5:25 ` [PATCH net-next v3 03/10] net: broadcom: fix typos in comments Hemanth Selam
2026-09-10 10:28 ` Simon Horman
2026-09-08 5:25 ` [PATCH net-next v3 04/10] net: cavium: " Hemanth Selam
2026-09-10 10:30 ` Simon Horman
2026-09-08 5:25 ` [PATCH net-next v3 05/10] net: qlogic: " Hemanth Selam
2026-09-10 10:31 ` Simon Horman
2026-09-08 5:25 ` [PATCH net-next v3 06/10] net: fddi: " Hemanth Selam
2026-09-10 10:33 ` Simon Horman
2026-09-08 5:25 ` [PATCH net-next v3 07/10] net: marvell: " Hemanth Selam
2026-09-08 5:35 ` Ratheesh Kannoth
2026-09-08 12:04 ` Andrew Lunn
2026-09-08 5:26 ` [PATCH net-next v3 08/10] net: hisilicon: " Hemanth Selam
2026-09-10 10:34 ` Simon Horman
2026-09-08 5:26 ` [PATCH net-next v3 09/10] net: atheros: " Hemanth Selam
2026-09-10 10:37 ` Simon Horman
2026-09-08 5:26 ` [PATCH net-next v3 10/10] net: dec: " Hemanth Selam
2026-09-10 10:37 ` Simon Horman
2026-09-10 15:40 ` patchwork-bot+netdevbpf [this message]
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=178905480977.1504082.16408401600046600222.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=GR-Linux-NIC-Dev@marvell.com \
--cc=andrew+netdev@lunn.ch \
--cc=bbhushan2@marvell.com \
--cc=bcm-kernel-feedback-list@broadcom.com \
--cc=chris.snook@gmail.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=florian.fainelli@broadcom.com \
--cc=gakula@marvell.com \
--cc=hemanth.selam@gmail.com \
--cc=horms@kernel.org \
--cc=kuba@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=linux-parisc@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=manishc@marvell.com \
--cc=marcin.s.wojtas@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=rahulv@marvell.com \
--cc=rkannoth@marvell.com \
--cc=sbhatta@marvell.com \
--cc=sgoutham@marvell.com \
--cc=shaojijie@huawei.com \
--cc=shenjian15@huawei.com \
--cc=shshaikh@marvell.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
all inboxes | Powered by JetHome®