All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH iwl-next v2 0/4] intel: fix typos in comments
@ 2026-09-07  9:54 Hemanth Selam
  2026-09-07  9:54 ` [PATCH iwl-next v2 1/4] i40e: " Hemanth Selam
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Hemanth Selam @ 2026-09-07  9:54 UTC (permalink / raw)
  To: Tony Nguyen, Przemek Kitszel, Andrew Lunn, David S. Miller,
	Eric Dumazet, Jakub Kicinski, Paolo Abeni, Simon Horman,
	Jonathan Corbet, Shuah Khan, Randy Dunlap, intel-wired-lan
  Cc: netdev, linux-kernel, linux-doc

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(-)


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2026-09-10  1:01 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-07  9:54 [PATCH iwl-next v2 0/4] intel: fix typos in comments Hemanth Selam
2026-09-07  9:54 ` [PATCH iwl-next v2 1/4] i40e: " Hemanth Selam
2026-09-07  9:54 ` [PATCH iwl-next v2 2/4] ice: " Hemanth Selam
2026-09-07  9:54 ` [PATCH iwl-next v2 3/4] ixgbevf: fix typo "enble" in comment Hemanth Selam
2026-09-07  9:54 ` [PATCH iwl-next v2 4/4] Documentation/eth/intel: fix repeated words in comments Hemanth Selam
2026-09-07 17:27 ` [PATCH iwl-next v2 0/4] intel: fix typos " Randy Dunlap
2026-09-08  5:46   ` Hemanth Selam
2026-09-08  5:51     ` Randy Dunlap
2026-09-08  6:00 ` Randy Dunlap
2026-09-09 21:07 ` Tony Nguyen
2026-09-10  0:50   ` Jakub Kicinski
2026-09-10  1:00 ` patchwork-bot+netdevbpf

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.