linux-sctp.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 00/13] net: header and core spelling corrections
@ 2024-08-22 12:57 Simon Horman
  2024-08-22 12:57 ` [PATCH net-next 01/13] packet: Correct spelling in if_packet.h Simon Horman
                   ` (14 more replies)
  0 siblings, 15 replies; 25+ messages in thread
From: Simon Horman @ 2024-08-22 12:57 UTC (permalink / raw)
  To: Willem de Bruijn, David S. Miller, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni, Alexandra Winter, Thorsten Winkler, David Ahern,
	Jay Vosburgh, Andy Gospodarek, Subash Abhinov Kasiviswanathan,
	Sean Tranchetti, Paul Moore, Krzysztof Kozlowski,
	Jamal Hadi Salim, Cong Wang, Jiri Pirko, Marcelo Ricardo Leitner,
	Xin Long, Martin Schiller
  Cc: netdev, linux-s390, linux-security-module, linux-sctp, linux-x25

This patchset addresses a number of spelling errors in comments in
Networking files under include/, and files in net/core/. Spelling
problems are as flagged by codespell.

It aims to provide patches that can be accepted directly into net-next.
And splits patches up based on maintainer boundaries: many things
feed directly into net-next. This is a complex process and I apologise
for any errors.

I also plan to address, via separate patches, spelling errors in other
files in the same directories, for files whose changes typically go
through trees other than net-next (which feed into net-next).

---
Simon Horman (13):
      packet: Correct spelling in if_packet.h
      s390/iucv: Correct spelling in iucv.h
      ip_tunnel: Correct spelling in ip_tunnels.h
      ipv6: Correct spelling in ipv6.h
      bonding: Correct spelling in headers
      net: qualcomm: rmnet: Correct spelling in if_rmnet.h
      netlabel: Correct spelling in netlabel.h
      NFC: Correct spelling in headers
      net: sched: Correct spelling in headers
      sctp: Correct spelling in headers
      x25: Correct spelling in x25.h
      net: Correct spelling in headers
      net: Correct spelling in net/core

 include/linux/etherdevice.h    |  2 +-
 include/linux/if_rmnet.h       |  2 +-
 include/linux/netdevice.h      |  8 ++++----
 include/net/addrconf.h         |  2 +-
 include/net/bond_3ad.h         |  5 ++++-
 include/net/bond_alb.h         |  2 +-
 include/net/busy_poll.h        |  2 +-
 include/net/caif/caif_layer.h  |  4 ++--
 include/net/caif/cfpkt.h       |  2 +-
 include/net/dropreason-core.h  |  6 +++---
 include/net/dst.h              |  2 +-
 include/net/dst_cache.h        |  2 +-
 include/net/erspan.h           |  4 ++--
 include/net/hwbm.h             |  4 ++--
 include/net/ip_tunnels.h       |  2 +-
 include/net/ipv6.h             |  4 ++--
 include/net/iucv/iucv.h        |  2 +-
 include/net/llc_pdu.h          |  2 +-
 include/net/netlabel.h         |  2 +-
 include/net/netlink.h          | 16 ++++++++--------
 include/net/netns/sctp.h       |  4 ++--
 include/net/nfc/nci.h          |  2 +-
 include/net/nfc/nfc.h          |  8 ++++----
 include/net/pkt_cls.h          |  2 +-
 include/net/red.h              |  8 ++++----
 include/net/regulatory.h       |  2 +-
 include/net/sctp/sctp.h        |  2 +-
 include/net/sctp/structs.h     | 20 ++++++++++----------
 include/net/sock.h             |  4 ++--
 include/net/udp.h              |  2 +-
 include/net/x25.h              |  2 +-
 include/uapi/linux/if_packet.h |  7 ++++---
 include/uapi/linux/in.h        |  2 +-
 include/uapi/linux/inet_diag.h |  2 +-
 net/core/dev.c                 |  6 +++---
 net/core/dev_addr_lists.c      |  6 +++---
 net/core/fib_rules.c           |  2 +-
 net/core/gro.c                 |  2 +-
 net/core/netpoll.c             |  2 +-
 net/core/pktgen.c              | 10 +++++-----
 net/core/skbuff.c              |  4 ++--
 net/core/sock.c                |  6 +++---
 net/core/utils.c               |  2 +-
 43 files changed, 93 insertions(+), 89 deletions(-)

base-commit: 001b98c9897352e914c71d8ffbfa9b79a6e12c3c


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

end of thread, other threads:[~2024-08-27  8:25 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-22 12:57 [PATCH net-next 00/13] net: header and core spelling corrections Simon Horman
2024-08-22 12:57 ` [PATCH net-next 01/13] packet: Correct spelling in if_packet.h Simon Horman
2024-08-23 12:42   ` Willem de Bruijn
2024-08-22 12:57 ` [PATCH net-next 02/13] s390/iucv: Correct spelling in iucv.h Simon Horman
2024-08-22 12:57 ` [PATCH net-next 03/13] ip_tunnel: Correct spelling in ip_tunnels.h Simon Horman
2024-08-22 12:57 ` [PATCH net-next 04/13] ipv6: Correct spelling in ipv6.h Simon Horman
2024-08-22 12:57 ` [PATCH net-next 05/13] bonding: Correct spelling in headers Simon Horman
2024-08-22 12:57 ` [PATCH net-next 06/13] net: qualcomm: rmnet: Correct spelling in if_rmnet.h Simon Horman
2024-08-23  5:07   ` Subash Abhinov Kasiviswanathan (KS)
2024-08-22 12:57 ` [PATCH net-next 07/13] netlabel: Correct spelling in netlabel.h Simon Horman
2024-08-22 12:57 ` [PATCH net-next 08/13] NFC: Correct spelling in headers Simon Horman
2024-08-23 13:40   ` Krzysztof Kozlowski
2024-08-22 12:57 ` [PATCH net-next 09/13] net: sched: " Simon Horman
2024-08-22 12:57 ` [PATCH net-next 10/13] sctp: " Simon Horman
2024-08-22 14:01   ` Xin Long
2024-08-22 12:57 ` [PATCH net-next 11/13] x25: Correct spelling in x25.h Simon Horman
2024-08-23  5:27   ` Martin Schiller
2024-08-22 12:57 ` [PATCH net-next 12/13] net: Correct spelling in headers Simon Horman
2024-08-26 16:45   ` Jakub Kicinski
2024-08-27  8:25     ` Simon Horman
2024-08-22 12:57 ` [PATCH net-next 13/13] net: Correct spelling in net/core Simon Horman
2024-08-25  7:52 ` [PATCH net-next 00/13] net: header and core spelling corrections Philipp Stanner
2024-08-25  8:06   ` Krzysztof Kozlowski
2024-08-25  8:54   ` Simon Horman
2024-08-26 16:50 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).