netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/19] net: Trivial spello/typo fixes throughout the tree
@ 2021-03-26 23:12 Bhaskar Chowdhury
  2021-03-26 23:12 ` [PATCH] af_x25.c: Fix a spello Bhaskar Chowdhury
                   ` (36 more replies)
  0 siblings, 37 replies; 45+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-26 23:12 UTC (permalink / raw)
  To: davem, kuba, netdev, linux-kernel; +Cc: Bhaskar Chowdhury, rdunlap

This is a patch series with all mundane/trivial/rudimentary typo/spello/
fixes in various files in the net subsystem.

Bhaskar Chowdhury (19):
  xfrm_policy.c : Mundane typo fix
  xfrm_user.c: Added a punctuation
  af_x25.c: Fix a spello
  reg.c: Fix a spello
  node.c: A typo fix
  bearer.h: Spellos fixed
  sm_statefuns.c: Mundane spello fixes
  netfilter: ipvs: A spello fix
  netfilter: nf_conntrack_acct.c: A typo fix
  mptcp: subflow.c: Fix a typo
  ncsi: internal.h: Fix a spello
  mac80211: cfg.c: A typo fix
  llc: llc_core.c: COuple of typo fixes
  iucv: af_iucv.c: Couple of typo fixes
  kcm: kcmsock.c: Couple of typo fixes
  ipv6: route.c: A spello fix
  ipv6: addrconf.c: Fix a typo
  ipv4: ip_output.c: Couple of typo fixes
  ipv4: tcp_lp.c: Couple of typo fixes

 net/ipv4/ip_output.c              |  4 ++--
 net/ipv4/tcp_lp.c                 |  4 ++--
 net/ipv6/addrconf.c               |  2 +-
 net/ipv6/route.c                  |  2 +-
 net/iucv/af_iucv.c                |  4 ++--
 net/kcm/kcmsock.c                 |  4 ++--
 net/llc/llc_core.c                |  4 ++--
 net/mac80211/cfg.c                |  2 +-
 net/mptcp/subflow.c               |  2 +-
 net/ncsi/internal.h               |  2 +-
 net/netfilter/ipvs/ip_vs_core.c   |  2 +-
 net/netfilter/nf_conntrack_acct.c |  2 +-
 net/sctp/sm_statefuns.c           | 10 +++++-----
 net/tipc/bearer.h                 |  6 +++---
 net/tipc/node.c                   |  2 +-
 net/wireless/reg.c                |  2 +-
 net/x25/af_x25.c                  |  2 +-
 net/xfrm/xfrm_policy.c            |  2 +-
 net/xfrm/xfrm_user.c              |  2 +-
 19 files changed, 30 insertions(+), 30 deletions(-)

--
2.26.2


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

end of thread, other threads:[~2021-03-29  0:40 UTC | newest]

Thread overview: 45+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-26 23:12 [PATCH 00/19] net: Trivial spello/typo fixes throughout the tree Bhaskar Chowdhury
2021-03-26 23:12 ` [PATCH] af_x25.c: Fix a spello Bhaskar Chowdhury
2021-03-26 23:12 ` [PATCH] bearer.h: Spellos fixed Bhaskar Chowdhury
2021-03-29  0:40   ` patchwork-bot+netdevbpf
2021-03-26 23:12 ` [PATCH] ipv4: ip_output.c: Couple of typo fixes Bhaskar Chowdhury
2021-03-29  0:40   ` patchwork-bot+netdevbpf
2021-03-26 23:12 ` [PATCH] ipv4: tcp_lp.c: " Bhaskar Chowdhury
2021-03-26 23:12 ` [PATCH] ipv6: addrconf.c: Fix a typo Bhaskar Chowdhury
2021-03-29  0:40   ` patchwork-bot+netdevbpf
2021-03-26 23:12 ` [PATCH] ipv6: route.c: A spello fix Bhaskar Chowdhury
2021-03-26 23:12 ` [PATCH] iucv: af_iucv.c: Couple of typo fixes Bhaskar Chowdhury
2021-03-26 23:12 ` [PATCH] kcm: kcmsock.c: " Bhaskar Chowdhury
2021-03-26 23:12 ` [PATCH] llc: llc_core.c: COuple " Bhaskar Chowdhury
2021-03-26 23:12 ` [PATCH] mac80211: cfg.c: A typo fix Bhaskar Chowdhury
2021-03-26 23:12 ` [PATCH] mptcp: subflow.c: Fix a typo Bhaskar Chowdhury
2021-03-29  0:40   ` patchwork-bot+netdevbpf
2021-03-26 23:12 ` [PATCH] ncsi: internal.h: Fix a spello Bhaskar Chowdhury
2021-03-29  0:40   ` patchwork-bot+netdevbpf
2021-03-26 23:12 ` [PATCH] netfilter: ipvs: A spello fix Bhaskar Chowdhury
2021-03-27  8:36   ` Simon Horman
2021-03-26 23:12 ` [PATCH] netfilter: nf_conntrack_acct.c: A typo fix Bhaskar Chowdhury
2021-03-26 23:12 ` [PATCH] node.c: " Bhaskar Chowdhury
2021-03-26 23:12 ` [PATCH] reg.c: Fix a spello Bhaskar Chowdhury
2021-03-26 23:12 ` [PATCH] sm_statefuns.c: Mundane spello fixes Bhaskar Chowdhury
2021-03-26 23:12 ` [PATCH 01/19] xfrm_policy.c : Mundane typo fix Bhaskar Chowdhury
2021-03-26 23:12 ` [PATCH] xfrm_user.c: Added a punctuation Bhaskar Chowdhury
2021-03-26 23:12 ` [PATCH 02/19] " Bhaskar Chowdhury
2021-03-26 23:12 ` [PATCH 03/19] af_x25.c: Fix a spello Bhaskar Chowdhury
2021-03-26 23:12 ` [PATCH 04/19] reg.c: " Bhaskar Chowdhury
2021-03-26 23:12 ` [PATCH 05/19] node.c: A typo fix Bhaskar Chowdhury
2021-03-26 23:12 ` [PATCH 06/19] bearer.h: Spellos fixed Bhaskar Chowdhury
2021-03-26 23:13 ` [PATCH 07/19] sm_statefuns.c: Mundane spello fixes Bhaskar Chowdhury
2021-03-26 23:13 ` [PATCH 08/19] netfilter: ipvs: A spello fix Bhaskar Chowdhury
2021-03-27  8:36   ` Simon Horman
2021-03-26 23:13 ` [PATCH 09/19] netfilter: nf_conntrack_acct.c: A typo fix Bhaskar Chowdhury
2021-03-26 23:13 ` [PATCH 10/19] mptcp: subflow.c: Fix a typo Bhaskar Chowdhury
2021-03-26 23:13 ` [PATCH 11/19] ncsi: internal.h: Fix a spello Bhaskar Chowdhury
2021-03-26 23:13 ` [PATCH 12/19] mac80211: cfg.c: A typo fix Bhaskar Chowdhury
2021-03-26 23:13 ` [PATCH 13/19] llc: llc_core.c: COuple of typo fixes Bhaskar Chowdhury
2021-03-26 23:13 ` [PATCH 14/19] iucv: af_iucv.c: Couple " Bhaskar Chowdhury
2021-03-26 23:13 ` [PATCH 15/19] kcm: kcmsock.c: " Bhaskar Chowdhury
2021-03-26 23:13 ` [PATCH 16/19] ipv6: route.c: A spello fix Bhaskar Chowdhury
2021-03-26 23:13 ` [PATCH 17/19] ipv6: addrconf.c: Fix a typo Bhaskar Chowdhury
2021-03-26 23:13 ` [PATCH 18/19] ipv4: ip_output.c: Couple of typo fixes Bhaskar Chowdhury
2021-03-26 23:13 ` [PATCH 19/19] ipv4: tcp_lp.c: " Bhaskar Chowdhury

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