[PATCH 00/19] net: Trivial spello/typo fixes throughout the tree
STALE1962d
45 messages,
3 authors,
2021-03-29 · open the first message on its own page
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
s/facilties/facilities/
Signed-off-by: Bhaskar Chowdhury <redacted>
---
net/x25/af_x25.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/x25/af_x25.c b/net/x25/af_x25.c
index ff687b97b2d9..44d6566dd23e 100644
--- a/net/x25/af_x25.c
+++ b/net/x25/af_x25.c @@ -1018,7 +1018,7 @@ int x25_rx_call_request(struct sk_buff *skb, struct x25_neigh *nb,
/*
* current neighbour / link might impose additional limits
- * on certain facilties
+ * on certain facilities
*/
x25_limit_facilities ( & facilities , nb );
- - 2.26.2
s/initalized/initialized/ ...three different places
Signed-off-by: Bhaskar Chowdhury <redacted>
---
net/tipc/bearer.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/net/tipc/bearer.h b/net/tipc/bearer.h
index 6bf4550aa1ac..57c6a1a719e2 100644
--- a/net/tipc/bearer.h
+++ b/net/tipc/bearer.h @@ -154,9 +154,9 @@ struct tipc_media {
* care of initializing all other fields .
*/
struct tipc_bearer {
- void __rcu * media_ptr ; /* initalized by media */
- u32 mtu ; /* initalized by media */
- struct tipc_media_addr addr ; /* initalized by media */
+ void __rcu * media_ptr ; /* initialized by media */
+ u32 mtu ; /* initialized by media */
+ struct tipc_media_addr addr ; /* initialized by media */
char name [ TIPC_MAX_BEARER_NAME ];
struct tipc_media * media ;
struct tipc_media_addr bcast_addr ;
- - 2.26.2
s/readibility/readability/
s/insufficent/insufficient/
Signed-off-by: Bhaskar Chowdhury <redacted>
---
net/ipv4/ip_output.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net/ipv4/ip_output.c b/net/ipv4/ip_output.c
index 3aab53beb4ea..c3efc7d658f6 100644
--- a/net/ipv4/ip_output.c
+++ b/net/ipv4/ip_output.c @@ -34,7 +34,7 @@
* Andi Kleen : Replace ip_reply with ip_send_reply .
* Andi Kleen : Split fast and slow ip_build_xmit path
* for decreased register pressure on x86
- * and more readibility .
+ * and more readability .
* Marc Boucher : When call_out_firewall returns FW_QUEUE ,
* silently drop skb instead of failing with - EPERM .
* Detlev Wengorz : Copy protocol for fragments . @@ -262,7 +262,7 @@ static int ip_finish_output_gso(struct net *net, struct sock *sk,
* interface with a smaller MTU .
* - Arriving GRO skb ( or GSO skb in a virtualized environment ) that is
* bridged to a NETIF_F_TSO tunnel stacked over an interface with an
- * insufficent MTU .
+ * insufficient MTU .
*/
features = netif_skb_features ( skb );
BUILD_BUG_ON ( sizeof ( * IPCB ( skb )) > SKB_GSO_CB_OFFSET );
- - 2.26.2
s/resrved/reserved/
s/within/within/
Signed-off-by: Bhaskar Chowdhury <redacted>
---
net/ipv4/tcp_lp.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net/ipv4/tcp_lp.c b/net/ipv4/tcp_lp.c
index e6459537d4d2..82b36ec3f2f8 100644
--- a/net/ipv4/tcp_lp.c
+++ b/net/ipv4/tcp_lp.c @@ -63,7 +63,7 @@ enum tcp_lp_state {
* @ sowd : smoothed OWD << 3
* @ owd_min : min OWD
* @ owd_max : max OWD
- * @ owd_max_rsv : resrved max owd
+ * @ owd_max_rsv : reserved max owd
* @ remote_hz : estimated remote HZ
* @ remote_ref_time : remote reference time
* @ local_ref_time : local reference time @@ -305,7 +305,7 @@ static void tcp_lp_pkts_acked(struct sock *sk, const struct ack_sample *sample)
/* FIXME: try to reset owd_min and owd_max here
* so decrease the chance the min / max is no longer suitable
- * and will usually within threshold when whithin inference */
+ * and will usually within threshold when within inference */
lp -> owd_min = lp -> sowd >> 3 ;
lp -> owd_max = lp -> sowd >> 2 ;
lp -> owd_max_rsv = lp -> sowd >> 2 ;
- - 2.26.2
s/Identifers/Identifiers/
Signed-off-by: Bhaskar Chowdhury <redacted>
---
net/ipv6/addrconf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c
index f2337fb756ac..8421f58ea6ea 100644
--- a/net/ipv6/addrconf.c
+++ b/net/ipv6/addrconf.c @@ -2358,7 +2358,7 @@ static void ipv6_gen_rnd_iid(struct in6_addr *addr)
/* <draft-ietf-6man-rfc4941bis-08.txt>, Section 3.3.1:
* check if generated address is not inappropriate :
*
- * - Reserved IPv6 Interface Identifers
+ * - Reserved IPv6 Interface Identifiers
* - XXX : already assigned to an address on the device
*/
- - 2.26.2
s/notfication/notification/
Signed-off-by: Bhaskar Chowdhury <redacted>
---
net/ipv6/route.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/ipv6/route.c b/net/ipv6/route.c
index 1536f4948e86..dfe5fb260e4c 100644
--- a/net/ipv6/route.c
+++ b/net/ipv6/route.c @@ -6093,7 +6093,7 @@ void fib6_info_hw_flags_set(struct net *net, struct fib6_info *f6i,
if ( ! rcu_access_pointer ( f6i -> fib6_node ))
/* The route was removed from the tree, do not send
- * notfication .
+ * notification .
*/
return ;
- - 2.26.2
s/unitialized/uninitialized/
s/notifcations/notifications/
Signed-off-by: Bhaskar Chowdhury <redacted>
---
net/iucv/af_iucv.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net/iucv/af_iucv.c b/net/iucv/af_iucv.c
index 6092d5cb7168..0fdb389c3390 100644
--- a/net/iucv/af_iucv.c
+++ b/net/iucv/af_iucv.c @@ -621,7 +621,7 @@ static int iucv_sock_bind(struct socket *sock, struct sockaddr *addr,
for_each_netdev_rcu ( & init_net , dev ) {
if ( ! memcmp ( dev -> perm_addr , uid , 8 )) {
memcpy ( iucv -> src_user_id , sa -> siucv_user_id , 8 );
- /* Check for unitialized siucv_name */
+ /* Check for uninitialized siucv_name */
if ( strncmp ( sa -> siucv_name , " " , 8 ) == 0 )
__iucv_auto_name ( iucv );
else @@ -2134,7 +2134,7 @@ static int afiucv_hs_rcv(struct sk_buff *skb, struct net_device *dev,
}
/**
- * afiucv_hs_callback_txnotify () - handle send notifcations from HiperSockets
+ * afiucv_hs_callback_txnotify () - handle send notifications from HiperSockets
* transport
**/
static void afiucv_hs_callback_txnotify ( struct sock * sk , enum iucv_tx_notify n )
- - 2.26.2
s/synchonization/synchronization/
s/aready/already/
Signed-off-by: Bhaskar Chowdhury <redacted>
---
net/kcm/kcmsock.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net/kcm/kcmsock.c b/net/kcm/kcmsock.c
index d0b56ffbb057..6201965bd822 100644
--- a/net/kcm/kcmsock.c
+++ b/net/kcm/kcmsock.c @@ -663,7 +663,7 @@ static int kcm_write_msgs(struct kcm_sock *kcm)
/* Hard failure in sending message, abort this
* psock since it has lost framing
- * synchonization and retry sending the
+ * synchronization and retry sending the
* message from the beginning .
*/
kcm_abort_tx_psock ( psock , ret ? - ret : EPIPE , @@ -1419,7 +1419,7 @@ static int kcm_attach(struct socket *sock, struct socket *csock,
write_lock_bh ( & csk -> sk_callback_lock );
- /* Check if sk_user_data is aready by KCM or someone else.
+ /* Check if sk_user_data is already by KCM or someone else.
* Must be done under lock to prevent race conditions .
*/
if ( csk -> sk_user_data ) {
- - 2.26.2
s/searchs/searches/ ....two different places.
Signed-off-by: Bhaskar Chowdhury <redacted>
---
net/llc/llc_core.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net/llc/llc_core.c b/net/llc/llc_core.c
index 64d4bef04e73..6e387aadffce 100644
--- a/net/llc/llc_core.c
+++ b/net/llc/llc_core.c @@ -59,10 +59,10 @@ static struct llc_sap *__llc_sap_find(unsigned char sap_value)
}
/**
- * llc_sap_find - searchs a SAP in station
+ * llc_sap_find - searches a SAP in station
* @ sap_value : sap to be found
*
- * Searchs for a sap in the sap list of the LLC ' s station upon the sap ID .
+ * Searches for a sap in the sap list of the LLC ' s station upon the sap ID .
* If the sap is found it will be refcounted and the user will have to do
* a llc_sap_put after use .
* Returns the sap or % NULL if not found .
- - 2.26.2
s/assocaited/associated/
Signed-off-by: Bhaskar Chowdhury <redacted>
---
net/mac80211/cfg.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/mac80211/cfg.c b/net/mac80211/cfg.c
index c4c70e30ad7f..62f2f356d401 100644
--- a/net/mac80211/cfg.c
+++ b/net/mac80211/cfg.c @@ -1486,7 +1486,7 @@ static int sta_apply_parameters(struct ieee80211_local *local,
sta -> sta . wme = set & BIT ( NL80211_STA_FLAG_WME );
/* auth flags will be set later for TDLS,
- * and for unassociated stations that move to assocaited */
+ * and for unassociated stations that move to associated */
if ( ! test_sta_flag ( sta , WLAN_STA_TDLS_PEER ) &&
! (( mask & BIT ( NL80211_STA_FLAG_ASSOCIATED )) &&
( set & BIT ( NL80211_STA_FLAG_ASSOCIATED )))) {
- - 2.26.2
s/concerened/concerned/
Signed-off-by: Bhaskar Chowdhury <redacted>
---
net/mptcp/subflow.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/mptcp/subflow.c b/net/mptcp/subflow.c
index 3d47d670e665..f1b6e4d0b95f 100644
--- a/net/mptcp/subflow.c
+++ b/net/mptcp/subflow.c @@ -1076,7 +1076,7 @@ bool mptcp_subflow_data_available(struct sock *sk)
* In mptcp , rwin is about the mptcp - level connection data .
*
* Data that is still on the ssk rx queue can thus be ignored ,
- * as far as mptcp peer is concerened that data is still inflight .
+ * as far as mptcp peer is concerned that data is still inflight .
* DSS ACK is updated when skb is moved to the mptcp rx queue .
*/
void mptcp_space ( const struct sock * ssk , int * space , int * full_space )
- - 2.26.2
s/Firware/Firmware/
Signed-off-by: Bhaskar Chowdhury <redacted>
---
net/ncsi/internal.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/ncsi/internal.h b/net/ncsi/internal.h
index e37102546be6..49031f804276 100644
--- a/net/ncsi/internal.h
+++ b/net/ncsi/internal.h @@ -100,7 +100,7 @@ enum {
struct ncsi_channel_version {
u32 version ; /* Supported BCD encoded NCSI version */
u32 alpha2 ; /* Supported BCD encoded NCSI version */
- u8 fw_name [ 12 ]; /* Firware name string */
+ u8 fw_name [ 12 ]; /* Firmware name string */
u32 fw_version ; /* Firmware version */
u16 pci_ids [ 4 ]; /* PCI identification */
u32 mf_id ; /* Manufacture ID */
- - 2.26.2
s/registerd/registered/
Signed-off-by: Bhaskar Chowdhury <redacted>
---
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
s/Accouting/Accounting/
Signed-off-by: Bhaskar Chowdhury <redacted>
---
net/netfilter/nf_conntrack_acct.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/netfilter/nf_conntrack_acct.c b/net/netfilter/nf_conntrack_acct.c
index 2ccda8ace796..91bc8df3e4b0 100644
--- a/net/netfilter/nf_conntrack_acct.c
+++ b/net/netfilter/nf_conntrack_acct.c @@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-only
- /* Accouting handling for netfilter. */
+ /* Accounting handling for netfilter. */
/*
* ( C ) 2008 Krzysztof Piotr Oledzki < ole @ ans . pl >
- - 2.26.2
s/synching/syncing/
Signed-off-by: Bhaskar Chowdhury <redacted>
---
net/tipc/node.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/tipc/node.c b/net/tipc/node.c
index 008670d1f43e..713550c16eba 100644
--- a/net/tipc/node.c
+++ b/net/tipc/node.c @@ -2009,7 +2009,7 @@ static bool tipc_node_check_state(struct tipc_node *n, struct sk_buff *skb,
return true ;
}
- /* No synching needed if only one link */
+ /* No syncing needed if only one link */
if ( ! pl || ! tipc_link_is_up ( pl ))
return true ;
- - 2.26.2
s/sucessful/successful/
Signed-off-by: Bhaskar Chowdhury <redacted>
---
net/xfrm/xfrm_policy.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/xfrm/xfrm_policy.c b/net/xfrm/xfrm_policy.c
index b74f28cabe24..156347fd7e2e 100644
--- a/net/xfrm/xfrm_policy.c
+++ b/net/xfrm/xfrm_policy.c @@ -688,7 +688,7 @@ static void xfrm_hash_resize(struct work_struct *work)
}
/* Make sure *pol can be inserted into fastbin.
- * Useful to check that later insert requests will be sucessful
+ * Useful to check that later insert requests will be successful
* ( provided xfrm_policy_lock is held throughout ).
*/
static struct xfrm_pol_inexact_bin *
- - 2.26.2
s/simulataneous/simultaneous/ ....in three dirrent places.
s/tempory/temporary/
s/interpeter/interpreter/
Signed-off-by: Bhaskar Chowdhury <redacted>
---
net/sctp/sm_statefuns.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/net/sctp/sm_statefuns.c b/net/sctp/sm_statefuns.c
index af2b7041fa4e..7632714c1e5b 100644
--- a/net/sctp/sm_statefuns.c
+++ b/net/sctp/sm_statefuns.c @@ -1452,7 +1452,7 @@ static char sctp_tietags_compare(struct sctp_association *new_asoc,
return 'E' ;
}
- /* Common helper routine for both duplicate and simulataneous INIT
+ /* Common helper routine for both duplicate and simultaneous INIT
* chunk handling .
*/
static enum sctp_disposition sctp_sf_do_unexpected_init ( @@ -1685,7 +1685,7 @@ enum sctp_disposition sctp_sf_do_5_2_1_siminit(
void * arg ,
struct sctp_cmd_seq * commands )
{
- /* Call helper to do the real work for both simulataneous and
+ /* Call helper to do the real work for both simultaneous and
* duplicate INIT chunk handling .
*/
return sctp_sf_do_unexpected_init ( net , ep , asoc , type , arg , commands ); @@ -1740,7 +1740,7 @@ enum sctp_disposition sctp_sf_do_5_2_2_dupinit(
void * arg ,
struct sctp_cmd_seq * commands )
{
- /* Call helper to do the real work for both simulataneous and
+ /* Call helper to do the real work for both simultaneous and
* duplicate INIT chunk handling .
*/
return sctp_sf_do_unexpected_init ( net , ep , asoc , type , arg , commands ); @@ -2221,11 +2221,11 @@ enum sctp_disposition sctp_sf_do_5_2_4_dupcook(
break ;
}
- /* Delete the tempory new association. */
+ /* Delete the temporary new association. */
sctp_add_cmd_sf ( commands , SCTP_CMD_SET_ASOC , SCTP_ASOC ( new_asoc ));
sctp_add_cmd_sf ( commands , SCTP_CMD_DELETE_TCB , SCTP_NULL ());
- /* Restore association pointer to provide SCTP command interpeter
+ /* Restore association pointer to provide SCTP command interpreter
* with a valid context in case it needs to manipulate
* the queues */
sctp_add_cmd_sf ( commands , SCTP_CMD_SET_ASOC ,
- - 2.26.2
s/wouldnt/wouldn\'t/
Signed-off-by: Bhaskar Chowdhury <redacted>
---
net/xfrm/xfrm_user.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/xfrm/xfrm_user.c b/net/xfrm/xfrm_user.c
index 5a0ef4361e43..df8bc8fc724c 100644
--- a/net/xfrm/xfrm_user.c
+++ b/net/xfrm/xfrm_user.c @@ -1761,7 +1761,7 @@ static int xfrm_add_policy(struct sk_buff *skb, struct nlmsghdr *nlh,
/* shouldn't excl be based on nlh flags??
* Aha ! this is anti - netlink really i . e more pfkey derived
- * in netlink excl is a flag and you wouldnt need
+ * in netlink excl is a flag and you wouldn ' t need
* a type XFRM_MSG_UPDPOLICY - JHS */
excl = nlh -> nlmsg_type == XFRM_MSG_NEWPOLICY ;
err = xfrm_policy_insert ( p -> dir , xp , excl );
- - 2.26.2
s/wouldnt/wouldn\'t/
Signed-off-by: Bhaskar Chowdhury <redacted>
---
net/xfrm/xfrm_user.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/xfrm/xfrm_user.c b/net/xfrm/xfrm_user.c
index 5a0ef4361e43..df8bc8fc724c 100644
--- a/net/xfrm/xfrm_user.c
+++ b/net/xfrm/xfrm_user.c @@ -1761,7 +1761,7 @@ static int xfrm_add_policy(struct sk_buff *skb, struct nlmsghdr *nlh,
/* shouldn't excl be based on nlh flags??
* Aha ! this is anti - netlink really i . e more pfkey derived
- * in netlink excl is a flag and you wouldnt need
+ * in netlink excl is a flag and you wouldn ' t need
* a type XFRM_MSG_UPDPOLICY - JHS */
excl = nlh -> nlmsg_type == XFRM_MSG_NEWPOLICY ;
err = xfrm_policy_insert ( p -> dir , xp , excl );
- - 2.26.2
s/ingoring/ignoring/
Signed-off-by: Bhaskar Chowdhury <redacted>
---
net/wireless/reg.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/wireless/reg.c b/net/wireless/reg.c
index 21536c48deec..68db914df642 100644
--- a/net/wireless/reg.c
+++ b/net/wireless/reg.c @@ -3404,7 +3404,7 @@ static void restore_custom_reg_settings(struct wiphy *wiphy)
}
/*
- * Restoring regulatory settings involves ingoring any
+ * Restoring regulatory settings involves ignoring any
* possibly stale country IE information and user regulatory
* settings if so desired , this includes any beacon hints
* learned as we could have traveled outside to another country
- - 2.26.2
s/synching/syncing/
Signed-off-by: Bhaskar Chowdhury <redacted>
---
net/tipc/node.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/tipc/node.c b/net/tipc/node.c
index 008670d1f43e..713550c16eba 100644
--- a/net/tipc/node.c
+++ b/net/tipc/node.c @@ -2009,7 +2009,7 @@ static bool tipc_node_check_state(struct tipc_node *n, struct sk_buff *skb,
return true ;
}
- /* No synching needed if only one link */
+ /* No syncing needed if only one link */
if ( ! pl || ! tipc_link_is_up ( pl ))
return true ;
- - 2.26.2
s/facilties/facilities/
Signed-off-by: Bhaskar Chowdhury <redacted>
---
net/x25/af_x25.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/x25/af_x25.c b/net/x25/af_x25.c
index ff687b97b2d9..44d6566dd23e 100644
--- a/net/x25/af_x25.c
+++ b/net/x25/af_x25.c @@ -1018,7 +1018,7 @@ int x25_rx_call_request(struct sk_buff *skb, struct x25_neigh *nb,
/*
* current neighbour / link might impose additional limits
- * on certain facilties
+ * on certain facilities
*/
x25_limit_facilities ( & facilities , nb );
- - 2.26.2
s/ingoring/ignoring/
Signed-off-by: Bhaskar Chowdhury <redacted>
---
net/wireless/reg.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/wireless/reg.c b/net/wireless/reg.c
index 21536c48deec..68db914df642 100644
--- a/net/wireless/reg.c
+++ b/net/wireless/reg.c @@ -3404,7 +3404,7 @@ static void restore_custom_reg_settings(struct wiphy *wiphy)
}
/*
- * Restoring regulatory settings involves ingoring any
+ * Restoring regulatory settings involves ignoring any
* possibly stale country IE information and user regulatory
* settings if so desired , this includes any beacon hints
* learned as we could have traveled outside to another country
- - 2.26.2
s/initalized/initialized/ ....three different places.
Signed-off-by: Bhaskar Chowdhury <redacted>
---
net/tipc/bearer.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/net/tipc/bearer.h b/net/tipc/bearer.h
index 6bf4550aa1ac..57c6a1a719e2 100644
--- a/net/tipc/bearer.h
+++ b/net/tipc/bearer.h @@ -154,9 +154,9 @@ struct tipc_media {
* care of initializing all other fields .
*/
struct tipc_bearer {
- void __rcu * media_ptr ; /* initalized by media */
- u32 mtu ; /* initalized by media */
- struct tipc_media_addr addr ; /* initalized by media */
+ void __rcu * media_ptr ; /* initialized by media */
+ u32 mtu ; /* initialized by media */
+ struct tipc_media_addr addr ; /* initialized by media */
char name [ TIPC_MAX_BEARER_NAME ];
struct tipc_media * media ;
struct tipc_media_addr bcast_addr ;
- - 2.26.2
s/simulataneous/simultaneous/ .....three different places.
s/association/association/
s/interpeter/interpreter/
Signed-off-by: Bhaskar Chowdhury <redacted>
---
net/sctp/sm_statefuns.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/net/sctp/sm_statefuns.c b/net/sctp/sm_statefuns.c
index af2b7041fa4e..7632714c1e5b 100644
--- a/net/sctp/sm_statefuns.c
+++ b/net/sctp/sm_statefuns.c @@ -1452,7 +1452,7 @@ static char sctp_tietags_compare(struct sctp_association *new_asoc,
return 'E' ;
}
- /* Common helper routine for both duplicate and simulataneous INIT
+ /* Common helper routine for both duplicate and simultaneous INIT
* chunk handling .
*/
static enum sctp_disposition sctp_sf_do_unexpected_init ( @@ -1685,7 +1685,7 @@ enum sctp_disposition sctp_sf_do_5_2_1_siminit(
void * arg ,
struct sctp_cmd_seq * commands )
{
- /* Call helper to do the real work for both simulataneous and
+ /* Call helper to do the real work for both simultaneous and
* duplicate INIT chunk handling .
*/
return sctp_sf_do_unexpected_init ( net , ep , asoc , type , arg , commands ); @@ -1740,7 +1740,7 @@ enum sctp_disposition sctp_sf_do_5_2_2_dupinit(
void * arg ,
struct sctp_cmd_seq * commands )
{
- /* Call helper to do the real work for both simulataneous and
+ /* Call helper to do the real work for both simultaneous and
* duplicate INIT chunk handling .
*/
return sctp_sf_do_unexpected_init ( net , ep , asoc , type , arg , commands ); @@ -2221,11 +2221,11 @@ enum sctp_disposition sctp_sf_do_5_2_4_dupcook(
break ;
}
- /* Delete the tempory new association. */
+ /* Delete the temporary new association. */
sctp_add_cmd_sf ( commands , SCTP_CMD_SET_ASOC , SCTP_ASOC ( new_asoc ));
sctp_add_cmd_sf ( commands , SCTP_CMD_DELETE_TCB , SCTP_NULL ());
- /* Restore association pointer to provide SCTP command interpeter
+ /* Restore association pointer to provide SCTP command interpreter
* with a valid context in case it needs to manipulate
* the queues */
sctp_add_cmd_sf ( commands , SCTP_CMD_SET_ASOC ,
- - 2.26.2
s/registerd/registered/
Signed-off-by: Bhaskar Chowdhury <redacted>
---
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
s/Accouting/Accounting/
Signed-off-by: Bhaskar Chowdhury <redacted>
---
net/netfilter/nf_conntrack_acct.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/netfilter/nf_conntrack_acct.c b/net/netfilter/nf_conntrack_acct.c
index 2ccda8ace796..91bc8df3e4b0 100644
--- a/net/netfilter/nf_conntrack_acct.c
+++ b/net/netfilter/nf_conntrack_acct.c @@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-only
- /* Accouting handling for netfilter. */
+ /* Accounting handling for netfilter. */
/*
* ( C ) 2008 Krzysztof Piotr Oledzki < ole @ ans . pl >
- - 2.26.2
s/concerened/concerned/
Signed-off-by: Bhaskar Chowdhury <redacted>
---
net/mptcp/subflow.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/mptcp/subflow.c b/net/mptcp/subflow.c
index 3d47d670e665..f1b6e4d0b95f 100644
--- a/net/mptcp/subflow.c
+++ b/net/mptcp/subflow.c @@ -1076,7 +1076,7 @@ bool mptcp_subflow_data_available(struct sock *sk)
* In mptcp , rwin is about the mptcp - level connection data .
*
* Data that is still on the ssk rx queue can thus be ignored ,
- * as far as mptcp peer is concerened that data is still inflight .
+ * as far as mptcp peer is concerned that data is still inflight .
* DSS ACK is updated when skb is moved to the mptcp rx queue .
*/
void mptcp_space ( const struct sock * ssk , int * space , int * full_space )
- - 2.26.2
s/searchs/searches/ ...two different places.
Signed-off-by: Bhaskar Chowdhury <redacted>
---
net/llc/llc_core.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net/llc/llc_core.c b/net/llc/llc_core.c
index 64d4bef04e73..6e387aadffce 100644
--- a/net/llc/llc_core.c
+++ b/net/llc/llc_core.c @@ -59,10 +59,10 @@ static struct llc_sap *__llc_sap_find(unsigned char sap_value)
}
/**
- * llc_sap_find - searchs a SAP in station
+ * llc_sap_find - searches a SAP in station
* @ sap_value : sap to be found
*
- * Searchs for a sap in the sap list of the LLC ' s station upon the sap ID .
+ * Searches for a sap in the sap list of the LLC ' s station upon the sap ID .
* If the sap is found it will be refcounted and the user will have to do
* a llc_sap_put after use .
* Returns the sap or % NULL if not found .
- - 2.26.2
s/Firware/Firmware/
Signed-off-by: Bhaskar Chowdhury <redacted>
---
net/ncsi/internal.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/ncsi/internal.h b/net/ncsi/internal.h
index e37102546be6..49031f804276 100644
--- a/net/ncsi/internal.h
+++ b/net/ncsi/internal.h @@ -100,7 +100,7 @@ enum {
struct ncsi_channel_version {
u32 version ; /* Supported BCD encoded NCSI version */
u32 alpha2 ; /* Supported BCD encoded NCSI version */
- u8 fw_name [ 12 ]; /* Firware name string */
+ u8 fw_name [ 12 ]; /* Firmware name string */
u32 fw_version ; /* Firmware version */
u16 pci_ids [ 4 ]; /* PCI identification */
u32 mf_id ; /* Manufacture ID */
- - 2.26.2
s/assocaited/associated/
Signed-off-by: Bhaskar Chowdhury <redacted>
---
net/mac80211/cfg.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/mac80211/cfg.c b/net/mac80211/cfg.c
index c4c70e30ad7f..62f2f356d401 100644
--- a/net/mac80211/cfg.c
+++ b/net/mac80211/cfg.c @@ -1486,7 +1486,7 @@ static int sta_apply_parameters(struct ieee80211_local *local,
sta -> sta . wme = set & BIT ( NL80211_STA_FLAG_WME );
/* auth flags will be set later for TDLS,
- * and for unassociated stations that move to assocaited */
+ * and for unassociated stations that move to associated */
if ( ! test_sta_flag ( sta , WLAN_STA_TDLS_PEER ) &&
! (( mask & BIT ( NL80211_STA_FLAG_ASSOCIATED )) &&
( set & BIT ( NL80211_STA_FLAG_ASSOCIATED )))) {
- - 2.26.2
s/unitialized/uninitialized/
s/notifcations/notifications/
Signed-off-by: Bhaskar Chowdhury <redacted>
---
net/iucv/af_iucv.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net/iucv/af_iucv.c b/net/iucv/af_iucv.c
index 6092d5cb7168..0fdb389c3390 100644
--- a/net/iucv/af_iucv.c
+++ b/net/iucv/af_iucv.c @@ -621,7 +621,7 @@ static int iucv_sock_bind(struct socket *sock, struct sockaddr *addr,
for_each_netdev_rcu ( & init_net , dev ) {
if ( ! memcmp ( dev -> perm_addr , uid , 8 )) {
memcpy ( iucv -> src_user_id , sa -> siucv_user_id , 8 );
- /* Check for unitialized siucv_name */
+ /* Check for uninitialized siucv_name */
if ( strncmp ( sa -> siucv_name , " " , 8 ) == 0 )
__iucv_auto_name ( iucv );
else @@ -2134,7 +2134,7 @@ static int afiucv_hs_rcv(struct sk_buff *skb, struct net_device *dev,
}
/**
- * afiucv_hs_callback_txnotify () - handle send notifcations from HiperSockets
+ * afiucv_hs_callback_txnotify () - handle send notifications from HiperSockets
* transport
**/
static void afiucv_hs_callback_txnotify ( struct sock * sk , enum iucv_tx_notify n )
- - 2.26.2
s/notfication/notification/
Signed-off-by: Bhaskar Chowdhury <redacted>
---
net/ipv6/route.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/ipv6/route.c b/net/ipv6/route.c
index 1536f4948e86..dfe5fb260e4c 100644
--- a/net/ipv6/route.c
+++ b/net/ipv6/route.c @@ -6093,7 +6093,7 @@ void fib6_info_hw_flags_set(struct net *net, struct fib6_info *f6i,
if ( ! rcu_access_pointer ( f6i -> fib6_node ))
/* The route was removed from the tree, do not send
- * notfication .
+ * notification .
*/
return ;
- - 2.26.2
s/synchonization/synchronization/
s/aready/already/
Signed-off-by: Bhaskar Chowdhury <redacted>
---
net/kcm/kcmsock.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net/kcm/kcmsock.c b/net/kcm/kcmsock.c
index d0b56ffbb057..6201965bd822 100644
--- a/net/kcm/kcmsock.c
+++ b/net/kcm/kcmsock.c @@ -663,7 +663,7 @@ static int kcm_write_msgs(struct kcm_sock *kcm)
/* Hard failure in sending message, abort this
* psock since it has lost framing
- * synchonization and retry sending the
+ * synchronization and retry sending the
* message from the beginning .
*/
kcm_abort_tx_psock ( psock , ret ? - ret : EPIPE , @@ -1419,7 +1419,7 @@ static int kcm_attach(struct socket *sock, struct socket *csock,
write_lock_bh ( & csk -> sk_callback_lock );
- /* Check if sk_user_data is aready by KCM or someone else.
+ /* Check if sk_user_data is already by KCM or someone else.
* Must be done under lock to prevent race conditions .
*/
if ( csk -> sk_user_data ) {
- - 2.26.2
s/Identifers/Identifiers/
Signed-off-by: Bhaskar Chowdhury <redacted>
---
net/ipv6/addrconf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c
index f2337fb756ac..8421f58ea6ea 100644
--- a/net/ipv6/addrconf.c
+++ b/net/ipv6/addrconf.c @@ -2358,7 +2358,7 @@ static void ipv6_gen_rnd_iid(struct in6_addr *addr)
/* <draft-ietf-6man-rfc4941bis-08.txt>, Section 3.3.1:
* check if generated address is not inappropriate :
*
- * - Reserved IPv6 Interface Identifers
+ * - Reserved IPv6 Interface Identifiers
* - XXX : already assigned to an address on the device
*/
- - 2.26.2
s/readibility/readability/
s/insufficent/insufficient/
Signed-off-by: Bhaskar Chowdhury <redacted>
---
net/ipv4/ip_output.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net/ipv4/ip_output.c b/net/ipv4/ip_output.c
index 3aab53beb4ea..c3efc7d658f6 100644
--- a/net/ipv4/ip_output.c
+++ b/net/ipv4/ip_output.c @@ -34,7 +34,7 @@
* Andi Kleen : Replace ip_reply with ip_send_reply .
* Andi Kleen : Split fast and slow ip_build_xmit path
* for decreased register pressure on x86
- * and more readibility .
+ * and more readability .
* Marc Boucher : When call_out_firewall returns FW_QUEUE ,
* silently drop skb instead of failing with - EPERM .
* Detlev Wengorz : Copy protocol for fragments . @@ -262,7 +262,7 @@ static int ip_finish_output_gso(struct net *net, struct sock *sk,
* interface with a smaller MTU .
* - Arriving GRO skb ( or GSO skb in a virtualized environment ) that is
* bridged to a NETIF_F_TSO tunnel stacked over an interface with an
- * insufficent MTU .
+ * insufficient MTU .
*/
features = netif_skb_features ( skb );
BUILD_BUG_ON ( sizeof ( * IPCB ( skb )) > SKB_GSO_CB_OFFSET );
- - 2.26.2
s/resrved/reserved/
s/whithin/within/
Signed-off-by: Bhaskar Chowdhury <redacted>
---
net/ipv4/tcp_lp.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net/ipv4/tcp_lp.c b/net/ipv4/tcp_lp.c
index e6459537d4d2..82b36ec3f2f8 100644
--- a/net/ipv4/tcp_lp.c
+++ b/net/ipv4/tcp_lp.c @@ -63,7 +63,7 @@ enum tcp_lp_state {
* @ sowd : smoothed OWD << 3
* @ owd_min : min OWD
* @ owd_max : max OWD
- * @ owd_max_rsv : resrved max owd
+ * @ owd_max_rsv : reserved max owd
* @ remote_hz : estimated remote HZ
* @ remote_ref_time : remote reference time
* @ local_ref_time : local reference time @@ -305,7 +305,7 @@ static void tcp_lp_pkts_acked(struct sock *sk, const struct ack_sample *sample)
/* FIXME: try to reset owd_min and owd_max here
* so decrease the chance the min / max is no longer suitable
- * and will usually within threshold when whithin inference */
+ * and will usually within threshold when within inference */
lp -> owd_min = lp -> sowd >> 3 ;
lp -> owd_max = lp -> sowd >> 2 ;
lp -> owd_max_rsv = lp -> sowd >> 2 ;
- - 2.26.2
+ 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 <redacted>
Reviewed-by: Simon Horman <horms@verge.net.au>
quoted hunk ---
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
+ netfilter-devel@vger.kernel.org
On Sat, Mar 27, 2021 at 04:43:01AM +0530, Bhaskar Chowdhury wrote: s/registerd/registered/
Signed-off-by: Bhaskar Chowdhury <redacted>
Reviewed-by: Simon Horman <horms@verge.net.au>
quoted hunk ---
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
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Sat, 27 Mar 2021 04:42:47 +0530 you wrote: s/Firware/Firmware/
Signed-off-by: Bhaskar Chowdhury <redacted>
---
net/ncsi/internal.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[...]
Here is the summary with links:
- ncsi: internal.h: Fix a spello
https://git.kernel.org/netdev/net-next/c/195a8ec4033b
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Sat, 27 Mar 2021 04:42:46 +0530 you wrote: s/concerened/concerned/
Signed-off-by: Bhaskar Chowdhury <redacted>
---
net/mptcp/subflow.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[...]
Here is the summary with links:
- mptcp: subflow.c: Fix a typo
https://git.kernel.org/netdev/net-next/c/55320b82d634
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Sat, 27 Mar 2021 04:42:37 +0530 you wrote: s/initalized/initialized/ ...three different places
Signed-off-by: Bhaskar Chowdhury <redacted>
---
net/tipc/bearer.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
[...]
Here is the summary with links:
- bearer.h: Spellos fixed
https://git.kernel.org/netdev/net-next/c/e919ee389c18
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Sat, 27 Mar 2021 04:42:38 +0530 you wrote: s/readibility/readability/
s/insufficent/insufficient/
Signed-off-by: Bhaskar Chowdhury <redacted>
---
net/ipv4/ip_output.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[...]
Here is the summary with links:
- ipv4: ip_output.c: Couple of typo fixes
https://git.kernel.org/netdev/net-next/c/a66e04ce0e01
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Sat, 27 Mar 2021 04:42:40 +0530 you wrote: s/Identifers/Identifiers/
Signed-off-by: Bhaskar Chowdhury <redacted>
---
net/ipv6/addrconf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[...]
Here is the summary with links:
- ipv6: addrconf.c: Fix a typo
https://git.kernel.org/netdev/net-next/c/912b519afc8f
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html