Thread (13 messages) flat view 13 messages, 3 authors, 16h ago
HOTtoday

Revision v3 of 5 in this series.

Revisions (5)
  1. v1 [diff vs current]
  2. v2 [diff vs current]
  3. v1 [diff vs current]
  4. v1 [diff vs current]
  5. v3 current

[PATCH net-next v3 00/10] net: fix typos and repeated words in comments

From: Hemanth Selam <hidden>
Date: 2026-09-08 05:26:25
Also in: linux-kselftest, lkml, netdev

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.

Jijie Shao's Reviewed-by is carried on the hisilicon patch only, since he
scoped it to the hns and hns3 parts.

Hemanth Selam (10):
  net: llc: fix repeated word 'all' in comment
  selftests: net: fix repeated word 'use' in comment
  net: broadcom: fix typos in comments
  net: cavium: fix typos in comments
  net: qlogic: fix typos in comments
  net: fddi: fix typos in comments
  net: marvell: fix typos in comments
  net: hisilicon: fix typos in comments
  net: atheros: fix typos in comments
  net: dec: fix typos in comments

 drivers/net/ethernet/atheros/atl1c/atl1c_hw.h             | 2 +-
 drivers/net/ethernet/atheros/atl1e/atl1e.h                | 2 +-
 drivers/net/ethernet/atheros/atl1e/atl1e_hw.c             | 2 +-
 drivers/net/ethernet/atheros/atl1e/atl1e_main.c           | 2 +-
 drivers/net/ethernet/atheros/atlx/atl1.c                  | 2 +-
 drivers/net/ethernet/atheros/atlx/atl2.c                  | 2 +-
 drivers/net/ethernet/broadcom/bcm63xx_enet.c              | 2 +-
 drivers/net/ethernet/broadcom/bcm63xx_enet.h              | 2 +-
 drivers/net/ethernet/broadcom/bcmsysport.h                | 2 +-
 drivers/net/ethernet/broadcom/bnx2x/bnx2x.h               | 4 ++--
 drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.c           | 4 ++--
 drivers/net/ethernet/broadcom/bnx2x/bnx2x_hsi.h           | 2 +-
 drivers/net/ethernet/broadcom/bnx2x/bnx2x_init_ops.h      | 2 +-
 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c          | 8 ++++----
 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c          | 2 +-
 drivers/net/ethernet/broadcom/bnx2x/bnx2x_reg.h           | 4 ++--
 drivers/net/ethernet/cavium/liquidio/cn66xx_device.c      | 2 +-
 drivers/net/ethernet/cavium/liquidio/lio_core.c           | 2 +-
 drivers/net/ethernet/cavium/liquidio/octeon_config.h      | 4 ++--
 drivers/net/ethernet/cavium/liquidio/octeon_iq.h          | 2 +-
 drivers/net/ethernet/cavium/liquidio/octeon_main.h        | 2 +-
 drivers/net/ethernet/cavium/liquidio/octeon_nic.h         | 2 +-
 drivers/net/ethernet/cavium/liquidio/request_manager.c    | 2 +-
 drivers/net/ethernet/cavium/thunder/nic.h                 | 2 +-
 drivers/net/ethernet/cavium/thunder/nic_main.c            | 2 +-
 drivers/net/ethernet/dec/tulip/de2104x.c                  | 2 +-
 drivers/net/ethernet/dec/tulip/interrupt.c                | 4 ++--
 drivers/net/ethernet/dec/tulip/media.c                    | 2 +-
 drivers/net/ethernet/dec/tulip/tulip.h                    | 4 ++--
 drivers/net/ethernet/dec/tulip/winbond-840.c              | 2 +-
 drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c        | 2 +-
 drivers/net/ethernet/hisilicon/hns/hns_dsaf_ppe.c         | 2 +-
 drivers/net/ethernet/hisilicon/hns/hns_enet.c             | 4 ++--
 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c   | 2 +-
 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_tm.c     | 2 +-
 drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c | 2 +-
 drivers/net/ethernet/marvell/mvpp2/mvpp2.h                | 2 +-
 drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c            | 8 ++++----
 drivers/net/ethernet/marvell/octeontx2/af/npc.h           | 4 ++--
 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c       | 2 +-
 drivers/net/ethernet/marvell/octeontx2/nic/cn10k.c        | 2 +-
 drivers/net/ethernet/marvell/octeontx2/nic/otx2_dcbnl.c   | 2 +-
 drivers/net/ethernet/marvell/pxa168_eth.c                 | 4 ++--
 drivers/net/ethernet/qlogic/netxen/netxen_nic_ctx.c       | 2 +-
 drivers/net/ethernet/qlogic/qed/qed_cxt.c                 | 2 +-
 drivers/net/ethernet/qlogic/qed/qed_mcp.h                 | 2 +-
 drivers/net/ethernet/qlogic/qlcnic/qlcnic.h               | 2 +-
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c     | 4 ++--
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c           | 2 +-
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c          | 4 ++--
 drivers/net/fddi/skfp/cfm.c                               | 2 +-
 drivers/net/fddi/skfp/ecm.c                               | 2 +-
 drivers/net/fddi/skfp/fplustm.c                           | 4 ++--
 drivers/net/fddi/skfp/h/hwmtm.h                           | 2 +-
 drivers/net/fddi/skfp/h/sba.h                             | 2 +-
 drivers/net/fddi/skfp/pcmplc.c                            | 2 +-
 drivers/net/fddi/skfp/rmt.c                               | 2 +-
 net/llc/llc_conn.c                                        | 2 +-
 tools/testing/selftests/net/xfrm_policy.sh                | 2 +-
 59 files changed, 77 insertions(+), 77 deletions(-)

-- 
2.48.1

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help