[PATCH 19/19] ipv4: tcp_lp.c: Couple of typo fixes

2021-03-26 Thread Bhaskar Chowdhury
s/resrved/reserved/ s/whithin/within/ Signed-off-by: Bhaskar Chowdhury --- 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

[PATCH 18/19] ipv4: ip_output.c: Couple of typo fixes

2021-03-26 Thread Bhaskar Chowdhury
s/readibility/readability/ s/insufficent/insufficient/ Signed-off-by: Bhaskar Chowdhury --- 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

[PATCH 15/19] kcm: kcmsock.c: Couple of typo fixes

2021-03-26 Thread Bhaskar Chowdhury
s/synchonization/synchronization/ s/aready/already/ Signed-off-by: Bhaskar Chowdhury --- 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

[PATCH 14/19] iucv: af_iucv.c: Couple of typo fixes

2021-03-26 Thread Bhaskar Chowdhury
s/unitialized/uninitialized/ s/notifcations/notifications/ Signed-off-by: Bhaskar Chowdhury --- 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

[PATCH 16/19] ipv6: route.c: A spello fix

2021-03-26 Thread Bhaskar Chowdhury
s/notfication/notification/ Signed-off-by: Bhaskar Chowdhury --- 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

[PATCH 17/19] ipv6: addrconf.c: Fix a typo

2021-03-26 Thread Bhaskar Chowdhury
s/Identifers/Identifiers/ Signed-off-by: Bhaskar Chowdhury --- 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

[PATCH 12/19] mac80211: cfg.c: A typo fix

2021-03-26 Thread Bhaskar Chowdhury
s/assocaited/associated/ Signed-off-by: Bhaskar Chowdhury --- 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

[PATCH 13/19] llc: llc_core.c: COuple of typo fixes

2021-03-26 Thread Bhaskar Chowdhury
s/searchs/searches/ ...two different places. Signed-off-by: Bhaskar Chowdhury --- 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

[PATCH 09/19] netfilter: nf_conntrack_acct.c: A typo fix

2021-03-26 Thread Bhaskar Chowdhury
s/Accouting/Accounting/ Signed-off-by: Bhaskar Chowdhury --- 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

[PATCH 11/19] ncsi: internal.h: Fix a spello

2021-03-26 Thread Bhaskar Chowdhury
s/Firware/Firmware/ Signed-off-by: Bhaskar Chowdhury --- 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

[PATCH 10/19] mptcp: subflow.c: Fix a typo

2021-03-26 Thread Bhaskar Chowdhury
s/concerened/concerned/ Signed-off-by: Bhaskar Chowdhury --- 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

[PATCH 08/19] netfilter: ipvs: A spello fix

2021-03-26 Thread Bhaskar Chowdhury
s/registerd/registered/ Signed-off-by: Bhaskar Chowdhury --- 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

[PATCH 07/19] sm_statefuns.c: Mundane spello fixes

2021-03-26 Thread Bhaskar Chowdhury
s/simulataneous/simultaneous/ .three different places. s/association/association/ s/interpeter/interpreter/ Signed-off-by: Bhaskar Chowdhury --- net/sctp/sm_statefuns.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/net/sctp/sm_statefuns.c b/net/sctp

[PATCH 06/19] bearer.h: Spellos fixed

2021-03-26 Thread Bhaskar Chowdhury
s/initalized/initialized/ three different places. Signed-off-by: Bhaskar Chowdhury --- 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

[PATCH] reg.c: Fix a spello

2021-03-26 Thread Bhaskar Chowdhury
s/ingoring/ignoring/ Signed-off-by: Bhaskar Chowdhury --- 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

[PATCH 04/19] reg.c: Fix a spello

2021-03-26 Thread Bhaskar Chowdhury
s/ingoring/ignoring/ Signed-off-by: Bhaskar Chowdhury --- 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

[PATCH 05/19] node.c: A typo fix

2021-03-26 Thread Bhaskar Chowdhury
s/synching/syncing/ Signed-off-by: Bhaskar Chowdhury --- 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

[PATCH 03/19] af_x25.c: Fix a spello

2021-03-26 Thread Bhaskar Chowdhury
s/facilties/facilities/ Signed-off-by: Bhaskar Chowdhury --- 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

[PATCH] xfrm_user.c: Added a punctuation

2021-03-26 Thread Bhaskar Chowdhury
s/wouldnt/wouldn\'t/ Signed-off-by: Bhaskar Chowdhury --- 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_u

[PATCH 02/19] xfrm_user.c: Added a punctuation

2021-03-26 Thread Bhaskar Chowdhury
s/wouldnt/wouldn\'t/ Signed-off-by: Bhaskar Chowdhury --- 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 @@ -1

[PATCH] sm_statefuns.c: Mundane spello fixes

2021-03-26 Thread Bhaskar Chowdhury
s/simulataneous/simultaneous/in three dirrent places. s/tempory/temporary/ s/interpeter/interpreter/ Signed-off-by: Bhaskar Chowdhury --- net/sctp/sm_statefuns.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/net/sctp/sm_statefuns.c b/net/sctp

[PATCH] netfilter: nf_conntrack_acct.c: A typo fix

2021-03-26 Thread Bhaskar Chowdhury
s/Accouting/Accounting/ Signed-off-by: Bhaskar Chowdhury --- 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

[PATCH] node.c: A typo fix

2021-03-26 Thread Bhaskar Chowdhury
s/synching/syncing/ Signed-off-by: Bhaskar Chowdhury --- 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

[PATCH 01/19] xfrm_policy.c : Mundane typo fix

2021-03-26 Thread Bhaskar Chowdhury
s/sucessful/successful/ Signed-off-by: Bhaskar Chowdhury --- 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

[PATCH] netfilter: ipvs: A spello fix

2021-03-26 Thread Bhaskar Chowdhury
s/registerd/registered/ Signed-off-by: Bhaskar Chowdhury --- 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

[PATCH] ncsi: internal.h: Fix a spello

2021-03-26 Thread Bhaskar Chowdhury
s/Firware/Firmware/ Signed-off-by: Bhaskar Chowdhury --- 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

[PATCH] mptcp: subflow.c: Fix a typo

2021-03-26 Thread Bhaskar Chowdhury
s/concerened/concerned/ Signed-off-by: Bhaskar Chowdhury --- 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

[PATCH] llc: llc_core.c: COuple of typo fixes

2021-03-26 Thread Bhaskar Chowdhury
s/searchs/searches/ two different places. Signed-off-by: Bhaskar Chowdhury --- 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

[PATCH] mac80211: cfg.c: A typo fix

2021-03-26 Thread Bhaskar Chowdhury
s/assocaited/associated/ Signed-off-by: Bhaskar Chowdhury --- 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

[PATCH] kcm: kcmsock.c: Couple of typo fixes

2021-03-26 Thread Bhaskar Chowdhury
s/synchonization/synchronization/ s/aready/already/ Signed-off-by: Bhaskar Chowdhury --- 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

[PATCH] ipv6: route.c: A spello fix

2021-03-26 Thread Bhaskar Chowdhury
s/notfication/notification/ Signed-off-by: Bhaskar Chowdhury --- 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

[PATCH] iucv: af_iucv.c: Couple of typo fixes

2021-03-26 Thread Bhaskar Chowdhury
s/unitialized/uninitialized/ s/notifcations/notifications/ Signed-off-by: Bhaskar Chowdhury --- 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

[PATCH] ipv6: addrconf.c: Fix a typo

2021-03-26 Thread Bhaskar Chowdhury
s/Identifers/Identifiers/ Signed-off-by: Bhaskar Chowdhury --- 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

[PATCH] ipv4: tcp_lp.c: Couple of typo fixes

2021-03-26 Thread Bhaskar Chowdhury
s/resrved/reserved/ s/within/within/ Signed-off-by: Bhaskar Chowdhury --- 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

[PATCH] af_x25.c: Fix a spello

2021-03-26 Thread Bhaskar Chowdhury
s/facilties/facilities/ Signed-off-by: Bhaskar Chowdhury --- 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

[PATCH] ipv4: ip_output.c: Couple of typo fixes

2021-03-26 Thread Bhaskar Chowdhury
s/readibility/readability/ s/insufficent/insufficient/ Signed-off-by: Bhaskar Chowdhury --- 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

[PATCH] bearer.h: Spellos fixed

2021-03-26 Thread Bhaskar Chowdhury
s/initalized/initialized/ ...three different places Signed-off-by: Bhaskar Chowdhury --- 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

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

2021-03-26 Thread Bhaskar Chowdhury
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

Re: kinldy see the V2 ..just sent [PATCH] fddi: skfp: Rudimentary spello fixes

2021-03-25 Thread Bhaskar Chowdhury
On 17:09 Thu 25 Mar 2021, David Miller wrote: From: Bhaskar Chowdhury Date: Thu, 25 Mar 2021 12:38:35 +0530 s/autohorized/authorized/ s/recsource/resource/ s/measuered/measured/ sauthoriziation/authorization/ Signed-off-by: Bhaskar Chowdhury Does not apply cleanly to net-next please

[PATCH V2] fddi: skfp: Rudimentary spello fixes

2021-03-25 Thread Bhaskar Chowdhury
s/autohorized/authorized/ s/recsource/resource/ s/measuered/measured/ s/authoriziation/authorization/ Signed-off-by: Bhaskar Chowdhury --- Changes from V1: David said the patch didn't applied cleanly,so recreate it. Randy found out a glitch in changelog text, fixed it. drivers/net

[PATCH] fddi: skfp: Rudimentary spello fixes

2021-03-25 Thread Bhaskar Chowdhury
s/autohorized/authorized/ s/recsource/resource/ s/measuered/measured/ sauthoriziation/authorization/ Signed-off-by: Bhaskar Chowdhury --- drivers/net/fddi/skfp/h/smt.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/net/fddi/skfp/h/smt.h b/drivers/net/fddi

[PATCH] Bluetooth: L2CAP: Rudimentary typo fixes

2021-03-24 Thread Bhaskar Chowdhury
s/minium/minimum/ s/procdure/procedure/ Signed-off-by: Bhaskar Chowdhury --- net/bluetooth/l2cap_core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/bluetooth/l2cap_core.c b/net/bluetooth/l2cap_core.c index 72c2f5226d67..b38e80a0e819 100644 --- a/net/bluetooth

[PATCH] sfc-falcon: Fix a typo

2021-03-24 Thread Bhaskar Chowdhury
s/maintaning/maintaining/ Signed-off-by: Bhaskar Chowdhury --- drivers/net/ethernet/sfc/falcon/net_driver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/sfc/falcon/net_driver.h b/drivers/net/ethernet/sfc/falcon/net_driver.h index a529ff395ead

[PATCH] net: sched: Mundane typo fixes

2021-03-24 Thread Bhaskar Chowdhury
s/procdure/procedure/ s/maintanance/maintenance/ Signed-off-by: Bhaskar Chowdhury --- net/sched/sch_cbq.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/sched/sch_cbq.c b/net/sched/sch_cbq.c index 320b3d31fa97..b79a7e27bb31 100644 --- a/net/sched/sch_cbq.c +++ b

[PATCH V2] octeontx2-af: Few mundane typos fixed

2021-03-23 Thread Bhaskar Chowdhury
s/preceeds/precedes/ .two different places s/rsponse/response/ s/cetain/certain/ s/precison/precision/ Fix a sentence construction as per suggestion. Signed-off-by: Bhaskar Chowdhury --- Changes from V1: Bad sentence construction missed my eyes , correced by following Randy&#

[PATCH] perf tools: Trivial spelling fixes

2021-03-22 Thread Bhaskar Chowdhury
s/succeded/succeeded/ five different places s/revsions/revisions/ Signed-off-by: Bhaskar Chowdhury --- tools/perf/util/header.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/perf/util/header.c b/tools/perf/util/header.c index 20effdff76ce

[PATCH] brcmfmac: A typo fix

2021-03-22 Thread Bhaskar Chowdhury
s/revsion/revision/ Signed-off-by: Bhaskar Chowdhury --- drivers/net/wireless/broadcom/brcm80211/brcmfmac/usb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/usb.h b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/usb.h

[PATCH] octeontx2-af: cn10k: Few mundane typos fixed

2021-03-22 Thread Bhaskar Chowdhury
s/preceeds/precedes/ .two different places s/rsponse/response/ s/cetain/certain/ s/precison/precision/ Signed-off-by: Bhaskar Chowdhury --- drivers/net/ethernet/marvell/octeontx2/af/mbox.h | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/net/ethernet

[PATCH] net: l2tp: Fix a typo

2021-03-22 Thread Bhaskar Chowdhury
s/verifed/verified/ Signed-off-by: Bhaskar Chowdhury --- net/l2tp/l2tp_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/l2tp/l2tp_core.c b/net/l2tp/l2tp_core.c index 203890e378cb..2ee20743cb41 100644 --- a/net/l2tp/l2tp_core.c +++ b/net/l2tp/l2tp_core.c @@ -802,7

[PATCH] net: ethernet: Fix a typo

2021-03-21 Thread Bhaskar Chowdhury
s/datastruture/"data structure"/ Signed-off-by: Bhaskar Chowdhury --- drivers/net/ethernet/mediatek/mtk_eth_soc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/mediatek/mtk_eth_soc.h b/drivers/net/ethernet/mediatek/mtk_eth_soc.h index fd

[PATCH] liquidio: Fix a typo

2021-03-21 Thread Bhaskar Chowdhury
s/struture/structure/ Signed-off-by: Bhaskar Chowdhury --- drivers/net/ethernet/cavium/liquidio/octeon_device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/cavium/liquidio/octeon_device.h b/drivers/net/ethernet/cavium/liquidio/octeon_device.h

[PATCH] linux/qed: Mundane spelling fixes throughout the file

2021-03-21 Thread Bhaskar Chowdhury
s/unrequired/"not required"/ s/consme/consume/ .two different places s/accros/across/ Signed-off-by: Bhaskar Chowdhury --- include/linux/qed/qed_chain.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/linux/qed/qed_chain.h b/include

[PATCH] openvswitch: Fix a typo

2021-03-21 Thread Bhaskar Chowdhury
s/subsytem/subsystem/ Signed-off-by: Bhaskar Chowdhury --- net/openvswitch/vport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/openvswitch/vport.h b/net/openvswitch/vport.h index 1eb7495ac5b4..8a930ca6d6b1 100644 --- a/net/openvswitch/vport.h +++ b/net/openvswitch

[PATCH] NFC: Fix a typo

2021-03-21 Thread Bhaskar Chowdhury
s/packaet/packet/ Signed-off-by: Bhaskar Chowdhury --- drivers/nfc/fdp/fdp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/nfc/fdp/fdp.c b/drivers/nfc/fdp/fdp.c index 4dc7bd7e02b6..5d17f0a6c1bf 100644 --- a/drivers/nfc/fdp/fdp.c +++ b/drivers/nfc/fdp/fdp.c

[PATCH] perf evlist: Mundane typo fix

2021-03-20 Thread Bhaskar Chowdhury
s/explicitely/explicitly/ Signed-off-by: Bhaskar Chowdhury --- tools/perf/builtin-top.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/perf/builtin-top.c b/tools/perf/builtin-top.c index 3673c04d16b6..173ace43f845 100644 --- a/tools/perf/builtin-top.c +++ b/tools

[PATCH] perf tools: Rudimentary typo fix

2021-03-20 Thread Bhaskar Chowdhury
s/archictures/architectures/ Signed-off-by: Bhaskar Chowdhury --- tools/perf/builtin-stat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/perf/builtin-stat.c b/tools/perf/builtin-stat.c index 2e2e4a8345ea..5cc5eeae6ade 100644 --- a/tools/perf/builtin-stat.c +++ b

[PATCH] docs: networking: Fix a typo

2021-03-20 Thread Bhaskar Chowdhury
s/subsytem/subsystem/ Signed-off-by: Bhaskar Chowdhury --- Documentation/networking/xfrm_device.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/networking/xfrm_device.rst b/Documentation/networking/xfrm_device.rst index da1073acda96..01391dfd37d9 100644

[PATCH] rtlwifi: Few mundane typo fixes

2021-03-20 Thread Bhaskar Chowdhury
s/resovle/resolve/ s/broadcase/broadcast/ s/sytem/system/ Signed-off-by: Bhaskar Chowdhury --- drivers/net/wireless/realtek/rtlwifi/core.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/net/wireless/realtek/rtlwifi/core.c b/drivers/net/wireless/realtek

[PATCH] sch_red: Fix a typo

2021-03-18 Thread Bhaskar Chowdhury
s/recalcultion/recalculation/ Signed-off-by: Bhaskar Chowdhury --- include/net/red.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/net/red.h b/include/net/red.h index 932f0d79d60c..6b418b69dc48 100644 --- a/include/net/red.h +++ b/include/net/red.h @@ -287,7

[PATCH] selftests: net: forwarding: Fix a typo

2021-03-18 Thread Bhaskar Chowdhury
s/verfied/verified/ Signed-off-by: Bhaskar Chowdhury --- tools/testing/selftests/net/forwarding/fib_offload_lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/selftests/net/forwarding/fib_offload_lib.sh b/tools/testing/selftests/net/forwarding

[PATCH V3] ethernet: sun: Fix a typo

2021-03-18 Thread Bhaskar Chowdhury
s/serisouly/seriously/ ...plus the sentence construction for better readability. Signed-off-by: Bhaskar Chowdhury --- Changes from V2: Missed the subject line labeling ..so added drivers/net/ethernet/sun/sungem.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a

[PATCH V2] Fix a typo

2021-03-18 Thread Bhaskar Chowdhury
s/serisouly/seriously/ ...and the sentence construction. Signed-off-by: Bhaskar Chowdhury --- Changes from V1: Mentioned changes incorporated...sentence construction. drivers/net/ethernet/sun/sungem.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net

[PATCH] ethernet: sun: Fix a typo

2021-03-17 Thread Bhaskar Chowdhury
s/serisouly/seriously/ Signed-off-by: Bhaskar Chowdhury --- drivers/net/ethernet/sun/sungem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/sun/sungem.c b/drivers/net/ethernet/sun/sungem.c index 58f142ee78a3..b4ef6f095975 100644 --- a/drivers/net

[PATCH] net: ethernet: intel: Fix a typo in the file ixgbe_dcb_nl.c

2021-03-17 Thread Bhaskar Chowdhury
s/Reprogam/Reprogram/ Signed-off-by: Bhaskar Chowdhury --- drivers/net/ethernet/intel/ixgbe/ixgbe_dcb_nl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/intel/ixgbe/ixgbe_dcb_nl.c b/drivers/net/ethernet/intel/ixgbe/ixgbe_dcb_nl.c index c00332d2e02a

[PATCH] net: ppp: Mundane typo fixes in the file pppoe.c

2021-03-17 Thread Bhaskar Chowdhury
s/procesing/processing/ s/comparations/comparisons/ Signed-off-by: Bhaskar Chowdhury --- drivers/net/ppp/pppoe.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/ppp/pppoe.c b/drivers/net/ppp/pppoe.c index d7f50b835050..9dc7f4b93d51 100644 --- a/drivers/net

[PATCH] wireless: intel: iwlwifi: fw: api: Absolute rudimentary typo fixes in the file power.h

2021-03-16 Thread Bhaskar Chowdhury
s/folowing/following/ s/Celsuis/Celsius/ s/temerature/temperature/ ...twice Signed-off-by: Bhaskar Chowdhury --- drivers/net/wireless/intel/iwlwifi/fw/api/power.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/net/wireless/intel/iwlwifi/fw/api/power.h b

[PATCH] net: ethernet: neterion: Fix a typo in the file s2io.c

2021-03-14 Thread Bhaskar Chowdhury
s/structue/structure/ Signed-off-by: Bhaskar Chowdhury --- drivers/net/ethernet/neterion/s2io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/neterion/s2io.c b/drivers/net/ethernet/neterion/s2io.c index 8f2f091bce89..9cfcd5500462 100644 --- a

[PATCH] net: ethernet: intel: igb: Typo fix in the file igb_main.c

2021-03-14 Thread Bhaskar Chowdhury
s/structue/structure/ Signed-off-by: Bhaskar Chowdhury --- drivers/net/ethernet/intel/igb/igb_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/intel/igb/igb_main.c b/drivers/net/ethernet/intel/igb/igb_main.c index 03f78fdb0dcd..afc8ab9046a5

[PATCH] ethernet: amazon: ena: A typo fix in the file ena_com.h

2021-03-14 Thread Bhaskar Chowdhury
Mundane typo fix. Signed-off-by: Bhaskar Chowdhury --- drivers/net/ethernet/amazon/ena/ena_com.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/amazon/ena/ena_com.h b/drivers/net/ethernet/amazon/ena/ena_com.h index 343caf41e709..73b03ce59412 100644

[PATCH] net: ethernet: marvell: Fixed typo in the file sky2.c

2021-03-12 Thread Bhaskar Chowdhury
s/calclation/calculation/ Signed-off-by: Bhaskar Chowdhury --- drivers/net/ethernet/marvell/sky2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/marvell/sky2.c b/drivers/net/ethernet/marvell/sky2.c index ebe1406c6e64..18a3db2fd337 100644 --- a

[PATCH] net: ethernet: dec: tulip: Random spelling fixes throughout the file pnic2.c

2021-03-11 Thread Bhaskar Chowdhury
Random spelling fixes throughout the file. Signed-off-by: Bhaskar Chowdhury --- drivers/net/ethernet/dec/tulip/pnic2.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/net/ethernet/dec/tulip/pnic2.c b/drivers/net/ethernet/dec/tulip/pnic2.c index

Re: [PATCH] net: core: Few absolutely rudimentary typo fixes throughout the file filter.c

2021-03-10 Thread Bhaskar Chowdhury
On 22:12 Wed 10 Mar 2021, Randy Dunlap wrote: On 3/10/21 9:56 PM, Bhaskar Chowdhury wrote: Trivial spelling fixes throughout the file. Signed-off-by: Bhaskar Chowdhury Hi Bhaskar, FYI: a. we accept British or American spellings b. we accept one or two spaces after a period ('.

[PATCH] net: core: Few absolutely rudimentary typo fixes throughout the file filter.c

2021-03-10 Thread Bhaskar Chowdhury
Trivial spelling fixes throughout the file. Signed-off-by: Bhaskar Chowdhury --- net/core/filter.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/core/filter.c b/net/core/filter.c index 255aeee72402..931ee5f39ae7 100644 --- a/net/core/filter.c +++ b/net/core

[PATCH] net: fddi: skfp: Mundane typo fixes throughout the file smt.h

2021-03-10 Thread Bhaskar Chowdhury
Few spelling fixes throughout the file. Signed-off-by: Bhaskar Chowdhury --- drivers/net/fddi/skfp/h/smt.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/net/fddi/skfp/h/smt.h b/drivers/net/fddi/skfp/h/smt.h index a0dbc0f57a55..8d104f13e2c3 100644 --- a

[PATCH] net: ethernet: chelsio: inline_crypto: Mundane typos fixed throughout the file chcr_ktls.c

2021-03-06 Thread Bhaskar Chowdhury
Mundane typos fixes throughout the file. s/establised/established/ s/availbale/available/ s/vaues/values/ s/Incase/In case/ Signed-off-by: Bhaskar Chowdhury --- .../ethernet/chelsio/inline_crypto/ch_ktls/chcr_ktls.c| 8 1 file changed, 4 insertions(+), 4 deletions(-) diff

[PATCH V2] init/Kconfig: Fix a typo in CC_VERSION_TEXT help text

2021-02-24 Thread Bhaskar Chowdhury
s/compier/compiler/ Signed-off-by: Bhaskar Chowdhury --- Changes from V1: Nathan and Randy, suggested better subject line texts,so incorporated. init/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/Kconfig b/init/Kconfig index ba8bd5256980..2cfed79cc6ec

[PATCH] init: Kconfig: Fix a spelling compier to compiler in the file init/Kconfig

2021-02-24 Thread Bhaskar Chowdhury
s/compier/compiler/ Signed-off-by: Bhaskar Chowdhury --- init/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/Kconfig b/init/Kconfig index b77c60f8b963..739c3425777b 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -19,7 +19,7 @@ config CC_VERSION_TEXT

[PATCH] wireless: brcm80211: Fix the spelling configation to configuration in the file d11.h

2021-02-09 Thread Bhaskar Chowdhury
s/configation/configuration/ Signed-off-by: Bhaskar Chowdhury --- drivers/net/wireless/broadcom/brcm80211/brcmsmac/d11.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/wireless/broadcom/brcm80211/brcmsmac/d11.h b/drivers/net/wireless/broadcom/brcm80211

Re: [PATCH] drivers: net: ethernet: sun: Fix couple of spells in the file sunhme.c

2021-02-08 Thread Bhaskar Chowdhury
On 10:04 Mon 08 Feb 2021, Jakub Kicinski wrote: On Mon, 8 Feb 2021 15:00:01 + Edward Cree wrote: On 05/02/2021 12:47, Bhaskar Chowdhury wrote: > > > s/fuck/mess/ > s/fucking/s/ > > Signed-off-by: Bhaskar Chowdhury Right or wrong, these are not "spellin

Re: [PATCH] lib: Replace obscene word with a better one :)

2021-02-05 Thread Bhaskar Chowdhury
On 14:51 Fri 05 Feb 2021, Steven Rostedt wrote: On Fri, 5 Feb 2021 17:45:43 +0530 Bhaskar Chowdhury wrote: s/fucked/messed/ Rules about obscene language is about new code coming into the kernel. We don't want to encourage people to do sweeping changes of existing code. It just c

[PATCH] drivers: net: ethernet: sun: Fix couple of spells in the file sunhme.c

2021-02-05 Thread Bhaskar Chowdhury
s/fuck/mess/ s/fucking/s/ Signed-off-by: Bhaskar Chowdhury --- drivers/net/ethernet/sun/sunhme.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/ethernet/sun/sunhme.c b/drivers/net/ethernet/sun/sunhme.c index 54b53dbdb33c..98ff9300b5ee 100644 --- a

[PATCH] lib: Replace obscene word with a better one :)

2021-02-05 Thread Bhaskar Chowdhury
s/fucked/messed/ Signed-off-by: Bhaskar Chowdhury --- lib/vsprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vsprintf.c b/lib/vsprintf.c index 3b53c73580c5..470805777117 100644 --- a/lib/vsprintf.c +++ b/lib/vsprintf.c @@ -7,7 +7,7 @@ /* vsprintf.c -- Lars

[PATCH V3] drivers: net: ethernet: i825xx: Fix couple of spellings in the file ether1.c

2021-02-03 Thread Bhaskar Chowdhury
s/initialsation/initialisation/ s/specifiing/specifying/ Signed-off-by: Bhaskar Chowdhury --- Changes from V2: Adjust and make changes which are obvious as per Randy's suggestions drivers/net/ethernet/i825xx/ether1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --

Re: [PATCH V2] drivers: net: ethernet: i825xx: Fix couple of spellings and get rid of blank lines too in the file ether1.c

2021-02-03 Thread Bhaskar Chowdhury
On 18:09 Wed 03 Feb 2021, Randy Dunlap wrote: On 2/3/21 5:18 PM, Bhaskar Chowdhury wrote: s/initialsation/initialisation/ s/specifiing/specifying/ Plus get rid of few blank lines. Signed-off-by: Bhaskar Chowdhury --- Changes from V1: Fix typo in the subject line Give explanation of

[PATCH V2] drivers: net: ethernet: i825xx: Fix couple of spellings and get rid of blank lines too in the file ether1.c

2021-02-03 Thread Bhaskar Chowdhury
s/initialsation/initialisation/ s/specifiing/specifying/ Plus get rid of few blank lines. Signed-off-by: Bhaskar Chowdhury --- Changes from V1: Fix typo in the subject line Give explanation of all the changes in changelog text drivers/net/ethernet/i825xx/ether1.c | 9 +++-- 1 file

Re: [PATCH] drivers: net: ehternet: i825xx: Fix couple of spellings in the file ether1.c

2021-02-03 Thread Bhaskar Chowdhury
On 12:13 Wed 03 Feb 2021, Jakub Kicinski wrote: On Wed, 3 Feb 2021 09:54:22 -0800 Randy Dunlap wrote: On 2/3/21 7:15 AM, Bhaskar Chowdhury wrote: > > s/initialsation/initialisation/ > s/specifiing/specifying/ > > Signed-off-by: Bhaskar Chowdhury Hi, $Subject has a typo/spello.

[PATCH] drivers: net: ehternet: i825xx: Fix couple of spellings in the file ether1.c

2021-02-03 Thread Bhaskar Chowdhury
s/initialsation/initialisation/ s/specifiing/specifying/ Signed-off-by: Bhaskar Chowdhury --- drivers/net/ethernet/i825xx/ether1.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/net/ethernet/i825xx/ether1.c b/drivers/net/ethernet/i825xx/ether1.c index

[PATCH V3] drivers: net: marvell: Fixed two spellings,controling to controlling and oen to one

2021-01-12 Thread Bhaskar Chowdhury
s/oen/one/ s/controling/controlling/ Signed-off-by: Bhaskar Chowdhury --- Changes from V2 : Correct the versioning,mentioned both the changes drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/marvell/mvpp2

Re: [PATCH V2] drivers: net: marvell: Fix two spellings, controling to controlling and oen to one

2021-01-12 Thread Bhaskar Chowdhury
On 23:20 Mon 11 Jan 2021, Gustavo A. R. Silva wrote: On 1/11/21 23:13, Bhaskar Chowdhury wrote: s/controling/controlling/ s/oen/one/ Signed-off-by: Bhaskar Chowdhury --- As Gustavo mentioned in reply, so included that missed one before This is not how you version patches for maintainers

[PATCH V2] drivers: net: marvell: Fix two spellings, controling to controlling and oen to one

2021-01-11 Thread Bhaskar Chowdhury
s/controling/controlling/ s/oen/one/ Signed-off-by: Bhaskar Chowdhury --- As Gustavo mentioned in reply, so included that missed one before drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/marvell/mvpp2

[PATCH] kernel: trace: uprobe: Fix word to the correct spelling

2021-01-11 Thread Bhaskar Chowdhury
s/controling/controlling/p Signed-off-by: Bhaskar Chowdhury --- kernel/trace/trace_uprobe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/trace/trace_uprobe.c b/kernel/trace/trace_uprobe.c index 3cf7128e1ad3..55c6afd8cb27 100644 --- a/kernel/trace/trace_uprobe.c

[PATCH] drivers: net: ehternet: marvell: Change controling to controlling

2021-01-11 Thread Bhaskar Chowdhury
s/controling/controlling/p Signed-off-by: Bhaskar Chowdhury --- drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.h b/drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.h index 8867f25afab4

Re: [PATCH] drivers: net: wireless: realtek: Fix the word association defautly de-faulty

2021-01-06 Thread Bhaskar Chowdhury
On 09:02 Tue 05 Jan 2021, Randy Dunlap wrote: On 1/5/21 2:17 AM, Bhaskar Chowdhury wrote: s/defautly/de-faulty/p Signed-off-by: Bhaskar Chowdhury --- drivers/net/wireless/realtek/rtlwifi/rtl8188ee/trx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/wireless

Re: [PATCH] drivers: net: wireless: realtek: Fix the word association defautly de-faulty

2021-01-05 Thread Bhaskar Chowdhury
On 22:24 Tue 05 Jan 2021, Julian Calaby wrote: Hi Bhaskar, On Tue, Jan 5, 2021 at 9:48 PM Bhaskar Chowdhury wrote: On 21:33 Tue 05 Jan 2021, Julian Calaby wrote: >Hi Bhaskar, > >On Tue, Jan 5, 2021 at 9:19 PM Bhaskar Chowdhury wrote: >> >> s/defautly/de-faulty/p &

Re: [PATCH] drivers: wireless: rtlwifi: rtl8192ce: Fix construction of word rtl8192ce/trx.c

2021-01-05 Thread Bhaskar Chowdhury
On 21:34 Tue 05 Jan 2021, Julian Calaby wrote: Hi Bhaskar, On Tue, Jan 5, 2021 at 9:32 PM Bhaskar Chowdhury wrote: s/defautly/de-faulty/p Signed-off-by: Bhaskar Chowdhury --- drivers/net/wireless/realtek/rtlwifi/rtl8192ce/trx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

Re: [PATCH] drivers: net: wireless: realtek: Fix the word association defautly de-faulty

2021-01-05 Thread Bhaskar Chowdhury
On 21:33 Tue 05 Jan 2021, Julian Calaby wrote: Hi Bhaskar, On Tue, Jan 5, 2021 at 9:19 PM Bhaskar Chowdhury wrote: s/defautly/de-faulty/p Signed-off-by: Bhaskar Chowdhury --- drivers/net/wireless/realtek/rtlwifi/rtl8188ee/trx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[PATCH] drivers: rtlwifi: rtl8821ae: defautly to de-faulty ,last in the series

2021-01-05 Thread Bhaskar Chowdhury
s/defautly/de-faulty/p Signed-off-by: Bhaskar Chowdhury --- drivers/net/wireless/realtek/rtlwifi/rtl8821ae/trx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/trx.c b/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/trx.c index

[PATCH] drivers: realtek: rtl8723be: Correct word presentation as defautly to de-faulty

2021-01-05 Thread Bhaskar Chowdhury
s/defautly/de-faulty/p Signed-off-by: Bhaskar Chowdhury --- drivers/net/wireless/realtek/rtlwifi/rtl8723be/trx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/wireless/realtek/rtlwifi/rtl8723be/trx.c b/drivers/net/wireless/realtek/rtlwifi/rtl8723be/trx.c index

[PATCH] drivers: rtlwifi: rtl8723ae: Fix word association in trx.c

2021-01-05 Thread Bhaskar Chowdhury
Signed-off-by: Bhaskar Chowdhury --- drivers/net/wireless/realtek/rtlwifi/rtl8723ae/trx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/trx.c b/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/trx.c index 340b3d68a54e

[PATCH] drivers: wireless: rtlwifi: rtl8192ce: Fix construction of word rtl8192ce/trx.c

2021-01-05 Thread Bhaskar Chowdhury
s/defautly/de-faulty/p Signed-off-by: Bhaskar Chowdhury --- drivers/net/wireless/realtek/rtlwifi/rtl8192ce/trx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/trx.c b/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/trx.c index

  1   2   >