mbox series

[00/19] net: Trivial spello/typo fixes throughout the tree

Message ID cover.1616797633.git.unixbhaskar@gmail.com
Headers show
Series net: Trivial spello/typo fixes throughout the tree | expand

Message

Bhaskar Chowdhury March 26, 2021, 11:12 p.m. UTC
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

Comments

Simon Horman March 27, 2021, 8:36 a.m. UTC | #1
+ netfilter-devel@vger.kernel.org

On Sat, Mar 27, 2021 at 04:42:48AM +0530, Bhaskar Chowdhury wrote:
> s/registerd/registered/

> 

> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>


Reviewed-by: Simon Horman <horms@verge.net.au>


> ---

>  net/netfilter/ipvs/ip_vs_core.c | 2 +-

>  1 file changed, 1 insertion(+), 1 deletion(-)

> 

> diff --git a/net/netfilter/ipvs/ip_vs_core.c b/net/netfilter/ipvs/ip_vs_core.c

> index 0c132ff9b446..128690c512df 100644

> --- a/net/netfilter/ipvs/ip_vs_core.c

> +++ b/net/netfilter/ipvs/ip_vs_core.c

> @@ -2398,7 +2398,7 @@ static int __net_init __ip_vs_init(struct net *net)

>  	if (ipvs == NULL)

>  		return -ENOMEM;

> 

> -	/* Hold the beast until a service is registerd */

> +	/* Hold the beast until a service is registered */

>  	ipvs->enable = 0;

>  	ipvs->net = net;

>  	/* Counters used for creating unique names */

> --

> 2.26.2

>