Documentation/networking/device_drivers/ethernet/intel/i40e.rst | 2 +- Documentation/networking/device_drivers/ethernet/intel/iavf.rst | 2 +- drivers/net/ethernet/intel/i40e/i40e_common.c | 2 +- drivers/net/ethernet/intel/i40e/i40e_ethtool.c | 2 +- drivers/net/ethernet/intel/ice/ice.h | 2 +- drivers/net/ethernet/intel/ice/ice_main.c | 2 +- drivers/net/ethernet/intel/ice/ice_sriov.c | 2 +- drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-)
Comment typos across the Intel ethernet drivers, split per driver. Found with scripts/checkpatch.pl using the misspelling list in scripts/spelling.txt. Comments only, no code changes. v1 went out with a bare [PATCH] and a "net:" subject prefix. As maintainer-netdev.rst asks, v2 designates the patches to a tree, and each subject now names the component it touches instead of "net:". The series is rebased onto that tree; the diff is unchanged. v1: https://lore.kernel.org/all/20260907064528.6602-1-hemanth.selam@gmail.com/ Hemanth Selam (4): i40e: fix typos in comments ice: fix typos in comments ixgbevf: fix typo "enble" in comment Documentation/eth/intel: fix repeated words in comments Documentation/networking/device_drivers/ethernet/intel/i40e.rst | 2 +- Documentation/networking/device_drivers/ethernet/intel/iavf.rst | 2 +- drivers/net/ethernet/intel/i40e/i40e_common.c | 2 +- drivers/net/ethernet/intel/i40e/i40e_ethtool.c | 2 +- drivers/net/ethernet/intel/ice/ice.h | 2 +- drivers/net/ethernet/intel/ice/ice_main.c | 2 +- drivers/net/ethernet/intel/ice/ice_sriov.c | 2 +- drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-)
On 9/7/2026 2:54 AM, Hemanth Selam wrote: > Comment typos across the Intel ethernet drivers, split per driver. Found with scripts/checkpatch.pl using the > misspelling list in scripts/spelling.txt. Comments only, no code > changes. > > v1 went out with a bare [PATCH] and a "net:" subject prefix. As > maintainer-netdev.rst asks, v2 designates the patches to a tree, and > each subject now names the component it touches instead of "net:". The > series is rebased onto that tree; the diff is unchanged. Thanks for the changes; looks good. However... netdev maintainers: Everything looks good to me and since there's no testing to be done. Did you want to take this directly? If so, Reviewed-by: Tony Nguyen <anthony.l.nguyen@intel.com> > > v1: https://lore.kernel.org/all/20260907064528.6602-1-hemanth.selam@gmail.com/ > > > Hemanth Selam (4): > i40e: fix typos in comments > ice: fix typos in comments > ixgbevf: fix typo "enble" in comment > Documentation/eth/intel: fix repeated words in comments > > Documentation/networking/device_drivers/ethernet/intel/i40e.rst | 2 +- > Documentation/networking/device_drivers/ethernet/intel/iavf.rst | 2 +- > drivers/net/ethernet/intel/i40e/i40e_common.c | 2 +- > drivers/net/ethernet/intel/i40e/i40e_ethtool.c | 2 +- > drivers/net/ethernet/intel/ice/ice.h | 2 +- > drivers/net/ethernet/intel/ice/ice_main.c | 2 +- > drivers/net/ethernet/intel/ice/ice_sriov.c | 2 +- > drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 2 +- > 8 files changed, 8 insertions(+), 8 deletions(-)
On Wed, 9 Sep 2026 14:07:25 -0700 Tony Nguyen wrote: > On 9/7/2026 2:54 AM, Hemanth Selam wrote: > > Comment typos across the Intel ethernet drivers, split per driver. Found with scripts/checkpatch.pl using the > > misspelling list in scripts/spelling.txt. Comments only, no code > > changes. > > > > v1 went out with a bare [PATCH] and a "net:" subject prefix. As > > maintainer-netdev.rst asks, v2 designates the patches to a tree, and > > each subject now names the component it touches instead of "net:". The > > series is rebased onto that tree; the diff is unchanged. > > Thanks for the changes; looks good. However... > > netdev maintainers: Everything looks good to me and since there's no > testing to be done. Did you want to take this directly? > > If so, > > Reviewed-by: Tony Nguyen <anthony.l.nguyen@intel.com> SGTM, probably saves everyone a little bit of time if we take directly
On 9/7/26 2:54 AM, Hemanth Selam wrote: > Comment typos across the Intel ethernet drivers, split per driver. Found with scripts/checkpatch.pl using the > misspelling list in scripts/spelling.txt. Comments only, no code > changes. > > v1 went out with a bare [PATCH] and a "net:" subject prefix. As > maintainer-netdev.rst asks, v2 designates the patches to a tree, and > each subject now names the component it touches instead of "net:". The > series is rebased onto that tree; the diff is unchanged. > > v1: https://lore.kernel.org/all/20260907064528.6602-1-hemanth.selam@gmail.com/ > > > Hemanth Selam (4): > i40e: fix typos in comments > ice: fix typos in comments > ixgbevf: fix typo "enble" in comment > Documentation/eth/intel: fix repeated words in comments > > Documentation/networking/device_drivers/ethernet/intel/i40e.rst | 2 +- > Documentation/networking/device_drivers/ethernet/intel/iavf.rst | 2 +- > drivers/net/ethernet/intel/i40e/i40e_common.c | 2 +- > drivers/net/ethernet/intel/i40e/i40e_ethtool.c | 2 +- > drivers/net/ethernet/intel/ice/ice.h | 2 +- > drivers/net/ethernet/intel/ice/ice_main.c | 2 +- > drivers/net/ethernet/intel/ice/ice_sriov.c | 2 +- > drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 2 +- > 8 files changed, 8 insertions(+), 8 deletions(-) For the series: Acked-by: Randy Dunlap <rdunlap@infradead.org> thanks. -- ~Randy
Hi, On 9/7/26 2:54 AM, Hemanth Selam wrote: > Comment typos across the Intel ethernet drivers, split per driver. Found with scripts/checkpatch.pl using the > misspelling list in scripts/spelling.txt. Comments only, no code > changes. > > v1 went out with a bare [PATCH] and a "net:" subject prefix. As > maintainer-netdev.rst asks, v2 designates the patches to a tree, and > each subject now names the component it touches instead of "net:". The > series is rebased onto that tree; the diff is unchanged. > > v1: https://lore.kernel.org/all/20260907064528.6602-1-hemanth.selam@gmail.com/ > > > Hemanth Selam (4): > i40e: fix typos in comments > ice: fix typos in comments > ixgbevf: fix typo "enble" in comment > Documentation/eth/intel: fix repeated words in comments > > Documentation/networking/device_drivers/ethernet/intel/i40e.rst | 2 +- > Documentation/networking/device_drivers/ethernet/intel/iavf.rst | 2 +- > drivers/net/ethernet/intel/i40e/i40e_common.c | 2 +- > drivers/net/ethernet/intel/i40e/i40e_ethtool.c | 2 +- > drivers/net/ethernet/intel/ice/ice.h | 2 +- > drivers/net/ethernet/intel/ice/ice_main.c | 2 +- > drivers/net/ethernet/intel/ice/ice_sriov.c | 2 +- > drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 2 +- > 8 files changed, 8 insertions(+), 8 deletions(-) How did you choose iwl-next as the target tree? The closest match to that in the MAINTAINERS file is this: INTEL WIRELESS WIFI LINK (iwlwifi) M: Miri Korenblit <miriam.rachel.korenblit@intel.com> L: linux-wireless@vger.kernel.org S: Supported W: https://wireless.wiki.kernel.org/en/users/drivers/iwlwifi T: git https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next.git/ F: drivers/net/wireless/intel/iwlwifi/ but the patches don't touch any of the Intel wifi drivers. I expect that you want net-next there, but I could just be confuzed. thanks. -- ~Randy
On Mon, Sep 07, 2026 at 10:27:00AM -0700, Randy Dunlap wrote: > How did you choose iwl-next as the target tree? > > The closest match to that in the MAINTAINERS file is this: > INTEL WIRELESS WIFI LINK (iwlwifi) [...] > but the patches don't touch any of the Intel wifi drivers. > > I expect that you want net-next there, but I could just be confuzed. Sorry, the prefix is a confusing one. Here "iwl" is Intel Wired LAN, not iwlwifi. It is the prefix the Intel ethernet maintainers use for their next-queue tree, the one in MAINTAINERS under INTEL ETHERNET DRIVERS: L: intel-wired-lan@lists.osuosl.org (moderated for non-subscribers) T: git git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue.git Intel's own developers tag patches for that tree the same way; recent examples on the list are the ice, idpf, ixd and libie series, all [PATCH iwl-next]. Since these four patches only touch drivers/net/ethernet/intel/ and its documentation, they go through that tree rather than straight to net-next. So I think iwl-next is right here, but Tony and Przemek should correct me if they would rather have them another way. Thanks for looking. Hemanth
On 9/7/26 10:46 PM, Hemanth Selam wrote: > On Mon, Sep 07, 2026 at 10:27:00AM -0700, Randy Dunlap wrote: >> How did you choose iwl-next as the target tree? >> >> The closest match to that in the MAINTAINERS file is this: >> INTEL WIRELESS WIFI LINK (iwlwifi) > [...] >> but the patches don't touch any of the Intel wifi drivers. >> >> I expect that you want net-next there, but I could just be confuzed. > > Sorry, the prefix is a confusing one. Here "iwl" is Intel Wired LAN, not > iwlwifi. It is the prefix the Intel ethernet maintainers use for their > next-queue tree, the one in MAINTAINERS under INTEL ETHERNET DRIVERS: > > L: intel-wired-lan@lists.osuosl.org (moderated for non-subscribers) > T: git git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue.git > > Intel's own developers tag patches for that tree the same way; recent > examples on the list are the ice, idpf, ixd and libie series, all > [PATCH iwl-next]. Since these four patches only touch > drivers/net/ethernet/intel/ and its documentation, they go through that > tree rather than straight to net-next. > > So I think iwl-next is right here, but Tony and Przemek should correct me > if they would rather have them another way. > > Thanks for looking. Thanks for the info! -- ~Randy
© 2016 - 2026 Red Hat, Inc.