[PATCH] btrfs: Fix a typo

2021-03-25 Thread Bhaskar Chowdhury
s/reponsible/responsible/ Signed-off-by: Bhaskar Chowdhury --- fs/btrfs/scrub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/btrfs/scrub.c b/fs/btrfs/scrub.c index 3d9088eab2fc..14de898967bf 100644 --- a/fs/btrfs/scrub.c +++ b/fs/btrfs/scrub.c @@ -2426,7 +2426,7

[PATCH] fuse: Fix a typo

2021-03-25 Thread Bhaskar Chowdhury
s/reponsible/responsible/ Signed-off-by: Bhaskar Chowdhury --- fs/fuse/fuse_i.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/fuse/fuse_i.h b/fs/fuse/fuse_i.h index 63d97a15ffde..0871ed6328a8 100644 --- a/fs/fuse/fuse_i.h +++ b/fs/fuse/fuse_i.h @@ -713,7 +713,7

[PATCH] platforms/iss/simcall.h: Change compitible to compatible

2021-03-25 Thread Bhaskar Chowdhury
s/compitible/compatible/ Signed-off-by: Bhaskar Chowdhury --- arch/xtensa/platforms/iss/include/platform/simcall.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/xtensa/platforms/iss/include/platform/simcall.h b/arch/xtensa/platforms/iss/include/platform/simcall.h

[PATCH] sparc/mm/srmmu.c: A typo fix

2021-03-25 Thread Bhaskar Chowdhury
s/guarentees/guarantees/ Signed-off-by: Bhaskar Chowdhury --- arch/sparc/mm/srmmu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/sparc/mm/srmmu.c b/arch/sparc/mm/srmmu.c index a9aa6a92c7fe..8a3804231d44 100644 --- a/arch/sparc/mm/srmmu.c +++ b/arch/sparc/mm/srmmu.c

[PATCH] ipc/sec.c: Mundane typo fixes

2021-03-25 Thread Bhaskar Chowdhury
s/runtine/runtime/ s/AQUIRE/ACQUIRE/ s/seperately/separately/ s/wont/won\'t/ s/succesfull/successful/ Signed-off-by: Bhaskar Chowdhury --- ipc/sem.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ipc/sem.c b/ipc/sem.c index f6c30a85dadf..0897dac27f43 1

[PATCH V2] ipc/sem.c: Mundane typo fixes

2021-03-25 Thread Bhaskar Chowdhury
s/runtine/runtime/ s/AQUIRE/ACQUIRE/ s/seperately/separately/ s/wont/won\'t/ s/succesfull/successful/ Signed-off-by: Bhaskar Chowdhury --- Changes from V1: Wrongly spelt filename in the subject line, corrected. ipc/sem.c | 10 +- 1 file changed, 5 insertions(+), 5 dele

[PATCH] crypto: async_tx/async_xor.c: Few mundane spello fixes

2021-03-25 Thread Bhaskar Chowdhury
s/eninges/engines/ ...two different places. s/explicity/explicitly/ two different places. Signed-off-by: Bhaskar Chowdhury --- crypto/async_tx/async_xor.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/crypto/async_tx/async_xor.c b/crypto/async_tx

[PATCH] lib: xz/xz_dec_lzma2.c: Mundane typo fixes

2021-03-25 Thread Bhaskar Chowdhury
s/dervied/derived/ ..two different sentences. s/nore/more/ Signed-off-by: Bhaskar Chowdhury --- lib/xz/xz_dec_lzma2.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/xz/xz_dec_lzma2.c b/lib/xz/xz_dec_lzma2.c index ca2603abee08..dca8c5c83ae8 100644 --- a/lib

[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

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] scripts: modpost.c: Fix a few typos

2021-03-25 Thread Bhaskar Chowdhury
s/agorithm/algorithm/ s/criterias/criteria/ s/targetting/targeting/ two different places. Signed-off-by: Bhaskar Chowdhury --- scripts/mod/modpost.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c index

[PATCH] kconfig: streamline_config.pl: Couple of typo fixes

2021-03-25 Thread Bhaskar Chowdhury
s/configuraton/configuration/ s/orignal/original/ Signed-off-by: Bhaskar Chowdhury --- scripts/kconfig/streamline_config.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/kconfig/streamline_config.pl b/scripts/kconfig/streamline_config.pl index 1c78ba49ca99

[PATCH V4] ALSA: pcm: Fix couple of typos

2021-03-25 Thread Bhaskar Chowdhury
s/unconditonally/unconditionally/ s/succesful/successful/ Signed-off-by: Bhaskar Chowdhury --- Changes from V3: Yet another try to make it work sound/core/pcm_native.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/core/pcm_native.c b/sound/core/pcm_native.c

Re: [PATCH V3] ALSA: pcm: Fix couple of typos

2021-03-25 Thread Bhaskar Chowdhury
On 17:37 Thu 25 Mar 2021, Bhaskar Chowdhury wrote: On 11:47 Thu 25 Mar 2021, Takashi Iwai wrote: On Thu, 25 Mar 2021 10:56:39 +0100, Bhaskar Chowdhury wrote: On 10:37 Thu 25 Mar 2021, Takashi Iwai wrote: >On Thu, 25 Mar 2021 10:06:09 +0100, >Bhaskar Chowdhury wrote: >> >>

[PATCH] scripts/spdxcheck.py: Fix a typo

2021-03-26 Thread Bhaskar Chowdhury
s/Initilize/Initialize/ Signed-off-by: Bhaskar Chowdhury --- scripts/spdxcheck.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/spdxcheck.py b/scripts/spdxcheck.py index cbdb5c83c08f..3e784cf9f401 100755 --- a/scripts/spdxcheck.py +++ b/scripts/spdxcheck.py

[PATCH] ext4/migrate.c: Mundane typo fixes

2021-03-26 Thread Bhaskar Chowdhury
s/convinience/convenience/ s/accumalate/accumulate/ ...two different places. Signed-off-by: Bhaskar Chowdhury --- fs/ext4/migrate.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fs/ext4/migrate.c b/fs/ext4/migrate.c index c5e3fc998211..7e0b4f81c6c0 100644

[PATCH] sched/psi.c: Rudimentary typo fixes

2021-03-26 Thread Bhaskar Chowdhury
s/possible/possible/ s/ exceution/execution/ s/manupulations/manipulations/ Signed-off-by: Bhaskar Chowdhury --- kernel/sched/psi.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/sched/psi.c b/kernel/sched/psi.c index 967732c0766c..316ebc57a115 100644 --- a

[PATCH] lib/genalloc.c: Fix a typo

2021-03-26 Thread Bhaskar Chowdhury
s/macthing/matching/ Signed-off-by: Bhaskar Chowdhury --- lib/genalloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/genalloc.c b/lib/genalloc.c index 5dcf9cdcbc46..8273760884a7 100644 --- a/lib/genalloc.c +++ b/lib/genalloc.c @@ -735,7 +735,7 @@ EXPORT_SYMBOL

[PATCH] blk-settings: Fix a typo

2021-03-26 Thread Bhaskar Chowdhury
s/idential/identical/ Signed-off-by: Bhaskar Chowdhury --- block/blk-settings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/block/blk-settings.c b/block/blk-settings.c index b4aa2f37fab6..63168b529360 100644 --- a/block/blk-settings.c +++ b/block/blk-settings.c @@ -749,7

[PATCH] coresight-pmu.h: Fix a typo

2021-03-26 Thread Bhaskar Chowdhury
s/orignally/originally/ Signed-off-by: Bhaskar Chowdhury --- include/linux/coresight-pmu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/coresight-pmu.h b/include/linux/coresight-pmu.h index 4ac5c081af93..2d5c29e3cb8a 100644 --- a/include/linux/coresight

Re: [PATCH] sched/psi.c: Rudimentary typo fixes

2021-03-26 Thread Bhaskar Chowdhury
On 14:00 Fri 26 Mar 2021, Johannes Weiner wrote: On Fri, Mar 26, 2021 at 06:12:33PM +0530, Bhaskar Chowdhury wrote: s/possible/possible/ s/ exceution/execution/ s/manupulations/manipulations/ Signed-off-by: Bhaskar Chowdhury --- kernel/sched/psi.c | 6 +++--- 1 file changed, 3 insertions

Re: [PATCH] sched/psi.c: Rudimentary typo fixes

2021-03-26 Thread Bhaskar Chowdhury
On 19:41 Fri 26 Mar 2021, Peter Zijlstra wrote: On Fri, Mar 26, 2021 at 02:00:18PM -0400, Johannes Weiner wrote: On Fri, Mar 26, 2021 at 06:12:33PM +0530, Bhaskar Chowdhury wrote: > > s/possible/possible/ > s/ exceution/execution/ > s/manupulations/manipulations/ > > Sign

Re: [PATCH] ACPICA: Fix a typo

2021-03-26 Thread Bhaskar Chowdhury
x27;t we applying patches from the ML , or is there some specific rule for this project. I might be missing the basic stuff. Thanks, Bhaskar -Original Message- From: Bhaskar Chowdhury Sent: Thursday, March 25, 2021 5:19 PM To: Moore, Robert ; Kaneda, Erik ; Wysocki, Rafael

Re: [PATCH] coresight-pmu.h: Fix a typo

2021-03-26 Thread Bhaskar Chowdhury
On 09:32 Fri 26 Mar 2021, Mathieu Poirier wrote: Hi Bhaskar, On Fri, Mar 26, 2021 at 07:52:44PM +0530, Bhaskar Chowdhury wrote: s/orignally/originally/ Even if the change is trivial this changelog is insufficient. Moreover, if you found the problem with an automated tool, please add the

Re: [PATCH] btrfs: Fix a typo

2021-03-26 Thread Bhaskar Chowdhury
On 14:47 Fri 26 Mar 2021, David Sterba wrote: On Fri, Mar 26, 2021 at 06:29:32AM +0530, Bhaskar Chowdhury wrote: s/reponsible/responsible/ So this is exactly what I don't want to see happen - one patch per typo. I tried to explain it in the previous patch, please either fix all typos

[PATCH] kconfig: lxdialog: A spello fix and a punctuation added

2021-03-26 Thread Bhaskar Chowdhury
s/propperly/properly/ s/thats/that\'s/ Signed-off-by: Bhaskar Chowdhury --- scripts/kconfig/lxdialog/util.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/kconfig/lxdialog/util.c b/scripts/kconfig/lxdialog/util.c index 1b490d4af0d3..3f78fb265136 100644

[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 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

[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] 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] 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] 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] 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] 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] 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] 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] 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] 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 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] 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] 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] 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 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 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 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 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 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 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 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 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 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 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 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 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 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 0/8] EXT4: Trivial typo fixes

2021-03-27 Thread Bhaskar Chowdhury
This patch series fixed few mundane typos in the below specific files. Bhaskar Chowdhury (8): EXT4: migrate.c: Fixed few typos EXT4: namei.c: Fixed a typo EXT4: inline.c: A typo fixed Fix a typo EXT4: indirect.c: A trivial typo fix EXT4: xattr.c: Mundane typo fix EXT4: fast_commit.c

[PATCH 1/8] EXT4: migrate.c: Fixed few typos

2021-03-27 Thread Bhaskar Chowdhury
s/convinience/convenience/ s/accumalate/accumulate/ .two differnt places. Signed-off-by: Bhaskar Chowdhury --- fs/ext4/migrate.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fs/ext4/migrate.c b/fs/ext4/migrate.c index c5e3fc998211..7e0b4f81c6c0 100644 --- a/fs

[PATCH 2/8] EXT4: namei.c: Fixed a typo

2021-03-27 Thread Bhaskar Chowdhury
s/contiuation/continuation/ Signed-off-by: Bhaskar Chowdhury --- fs/ext4/namei.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fs/ext4/namei.c b/fs/ext4/namei.c index 883e2a7cd4ab..3eb07053ca3c 100644 --- a/fs/ext4/namei.c +++ b/fs/ext4/namei.c @@ -956,7 +956,7

[PATCH 3/8] EXT4: inline.c: A typo fixed

2021-03-27 Thread Bhaskar Chowdhury
s/metatdata/metadata/ Signed-off-by: Bhaskar Chowdhury --- fs/ext4/inline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/ext4/inline.c b/fs/ext4/inline.c index b41512d1badc..fbc5086461e1 100644 --- a/fs/ext4/inline.c +++ b/fs/ext4/inline.c @@ -795,7 +795,7

[PATCH 4/8] Fix a typo

2021-03-27 Thread Bhaskar Chowdhury
s/cooresponds/corresponds/ Signed-off-by: Bhaskar Chowdhury --- fs/ext4/inode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c index 0948a43f1b3d..470d310b9b77 100644 --- a/fs/ext4/inode.c +++ b/fs/ext4/inode.c @@ -3824,7 +3824,7 @@ static

[PATCH 5/8] EXT4: indirect.c: A trivial typo fix

2021-03-27 Thread Bhaskar Chowdhury
s/conventient/convenient/ Signed-off-by: Bhaskar Chowdhury --- fs/ext4/indirect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/ext4/indirect.c b/fs/ext4/indirect.c index 1223a18c3ff9..a7bc6ad656a9 100644 --- a/fs/ext4/indirect.c +++ b/fs/ext4/indirect.c @@ -705,7

[PATCH 6/8] EXT4: xattr.c: Mundane typo fix

2021-03-27 Thread Bhaskar Chowdhury
s/futher/further/ Signed-off-by: Bhaskar Chowdhury --- fs/ext4/xattr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/ext4/xattr.c b/fs/ext4/xattr.c index 6c1018223c54..10ba4b24a0aa 100644 --- a/fs/ext4/xattr.c +++ b/fs/ext4/xattr.c @@ -1617,7 +1617,7 @@ static int

[PATCH 7/8] EXT4: fast_commit.c: A mere typo fix

2021-03-27 Thread Bhaskar Chowdhury
s/ineligiblity/ineligibility/ Signed-off-by: Bhaskar Chowdhury --- fs/ext4/fast_commit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/ext4/fast_commit.c b/fs/ext4/fast_commit.c index 7541d0b5d706..8691634044e3 100644 --- a/fs/ext4/fast_commit.c +++ b/fs/ext4

[PATCH 8/8] EXT4: mballoc.h: Single typo fix

2021-03-27 Thread Bhaskar Chowdhury
s/parition/partition/ Signed-off-by: Bhaskar Chowdhury --- fs/ext4/mballoc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/ext4/mballoc.h b/fs/ext4/mballoc.h index e75b4749aa1c..7be6288e48ec 100644 --- a/fs/ext4/mballoc.h +++ b/fs/ext4/mballoc.h @@ -59,7 +59,7 @@ * by

[PATCH 01/10] extent-map-tests.c: A typo fix

2021-03-27 Thread Bhaskar Chowdhury
s/interesects/intersects/ Signed-off-by: Bhaskar Chowdhury --- fs/btrfs/tests/extent-map-tests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/btrfs/tests/extent-map-tests.c b/fs/btrfs/tests/extent-map-tests.c index c0aefe6dee0b..319fed82d741 100644 --- a/fs/btrfs

[PATCH 02/10] dev-replace.c: A typo fix

2021-03-27 Thread Bhaskar Chowdhury
s/contans/contains/ Signed-off-by: Bhaskar Chowdhury --- fs/btrfs/dev-replace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/btrfs/dev-replace.c b/fs/btrfs/dev-replace.c index d05f73530af7..d029be40ea6f 100644 --- a/fs/btrfs/dev-replace.c +++ b/fs/btrfs/dev-replace.c

[PATCH 04/10] zoned.c: A typo fix

2021-03-27 Thread Bhaskar Chowdhury
s/beggining/beginning/ Signed-off-by: Bhaskar Chowdhury --- fs/btrfs/zoned.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/btrfs/zoned.c b/fs/btrfs/zoned.c index 1f972b75a9ab..d6cd0d4eb1a9 100644 --- a/fs/btrfs/zoned.c +++ b/fs/btrfs/zoned.c @@ -383,7 +383,7 @@ int

[PATCH 00/10] BTRFS: Mundane typo fixes

2021-03-27 Thread Bhaskar Chowdhury
This patch series fixes trivial typos as they appear in the files. Bhaskar Chowdhury (10): extent-map-tests.c: A typo fix dev-replace.c: A typo fix ioctl.c: A typo fix zoned.c: A typo fix inode.c: Couple of typo fixes scrub.c: Fix a typo locking.c: Fix same typo in couple of places

[PATCH 03/10] ioctl.c: A typo fix

2021-03-27 Thread Bhaskar Chowdhury
s/termined/terminated/ Signed-off-by: Bhaskar Chowdhury --- fs/btrfs/ioctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/btrfs/ioctl.c b/fs/btrfs/ioctl.c index e8d53fea4c61..98ed14a0682e 100644 --- a/fs/btrfs/ioctl.c +++ b/fs/btrfs/ioctl.c @@ -3022,7 +3022,7 @@ static

[PATCH 05/10] inode.c: Couple of typo fixes

2021-03-27 Thread Bhaskar Chowdhury
s/contaning/containing/ s/clearning/clearing/ Signed-off-by: Bhaskar Chowdhury --- fs/btrfs/inode.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index a520775949a0..dd7cc65db7bd 100644 --- a/fs/btrfs/inode.c +++ b/fs/btrfs/inode.c

[PATCH 06/10] scrub.c: Fix a typo

2021-03-27 Thread Bhaskar Chowdhury
s/reponsible/responsible/ Signed-off-by: Bhaskar Chowdhury --- fs/btrfs/scrub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/btrfs/scrub.c b/fs/btrfs/scrub.c index 3d9088eab2fc..14de898967bf 100644 --- a/fs/btrfs/scrub.c +++ b/fs/btrfs/scrub.c @@ -2426,7 +2426,7

[PATCH 07/10] locking.c: Fix same typo in couple of places

2021-03-27 Thread Bhaskar Chowdhury
s/Retrun/Return/ . two different places. Signed-off-by: Bhaskar Chowdhury --- fs/btrfs/locking.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/btrfs/locking.c b/fs/btrfs/locking.c index 5fafc5e89bb7..313d9d685adb 100644 --- a/fs/btrfs/locking.c +++ b/fs/btrfs

[PATCH 09/10] extent-tree.c: Fix a typo

2021-03-27 Thread Bhaskar Chowdhury
s/Otheriwse/Otherwise/ Signed-off-by: Bhaskar Chowdhury --- fs/btrfs/extent-tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/btrfs/extent-tree.c b/fs/btrfs/extent-tree.c index 36a3c973fda1..d0532754af15 100644 --- a/fs/btrfs/extent-tree.c +++ b/fs/btrfs/extent

[PATCH 10/10] disk-io.c: Fix a typo

2021-03-27 Thread Bhaskar Chowdhury
s/traget/target/ Signed-off-by: Bhaskar Chowdhury --- fs/btrfs/disk-io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/btrfs/disk-io.c b/fs/btrfs/disk-io.c index 289f1f09481d..230918d34f87 100644 --- a/fs/btrfs/disk-io.c +++ b/fs/btrfs/disk-io.c @@ -3367,7 +3367,7

[PATCH 08/10] volumes.c: Fix a typo

2021-03-27 Thread Bhaskar Chowdhury
s/bondary/boundary/ Signed-off-by: Bhaskar Chowdhury --- fs/btrfs/volumes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/btrfs/volumes.c b/fs/btrfs/volumes.c index 1c6810bbaf8b..ac85558b91c2 100644 --- a/fs/btrfs/volumes.c +++ b/fs/btrfs/volumes.c @@ -7797,7 +7797,7

[PATCH] kernel/printk.c: Fixed mundane typos

2021-03-27 Thread Bhaskar Chowdhury
s/sempahore/semaphore/ s/exacly/exactly/ s/unregistred/unregistered/ s/interation/iteration/ Signed-off-by: Bhaskar Chowdhury --- kernel/printk/printk.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kernel/printk/printk.c b/kernel/printk/printk.c index

Re: [PATCH 0/8] EXT4: Trivial typo fixes

2021-03-28 Thread Bhaskar Chowdhury
On 01:07 Mon 29 Mar 2021, Ritesh Harjani wrote: On 21/03/27 04:00PM, Bhaskar Chowdhury wrote: This patch series fixed few mundane typos in the below specific files. Bhaskar Chowdhury (8): EXT4: migrate.c: Fixed few typos EXT4: namei.c: Fixed a typo EXT4: inline.c: A typo fixed Fix a

[PATCH 00/30] DMA: Mundane typo fixes

2021-03-28 Thread Bhaskar Chowdhury
This patch series fixes some trivial and rudimentary spellings in the COMMENT sections. Bhaskar Chowdhury (30): acpi-dma.c: Fix couple of typos altera-msgdma.c: Couple of typos fixed amba-pl08x.c: Fixed couple of typos bcm-sba-raid.c: Few typos fixed bcm2835-dma.c: Fix a typo idma64.c

[PATCH 01/30] acpi-dma.c: Fix couple of typos

2021-03-28 Thread Bhaskar Chowdhury
s/exctract/extract/ s/avaiable/available/ Signed-off-by: Bhaskar Chowdhury --- drivers/dma/acpi-dma.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/dma/acpi-dma.c b/drivers/dma/acpi-dma.c index 235f1396f968..4b1d5183bf64 100644 --- a/drivers/dma/acpi-dma.c

[PATCH 02/30] altera-msgdma.c: Couple of typos fixed

2021-03-28 Thread Bhaskar Chowdhury
s/assosiated/associated/ s/oder/order/ Signed-off-by: Bhaskar Chowdhury --- drivers/dma/altera-msgdma.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/dma/altera-msgdma.c b/drivers/dma/altera-msgdma.c index 9a841ce5f0c5..c3483bf2aaa7 100644 --- a/drivers/dma

[PATCH 03/30] amba-pl08x.c: Fixed couple of typos

2021-03-28 Thread Bhaskar Chowdhury
s/busses/buses/ s/accound/account/ Signed-off-by: Bhaskar Chowdhury --- drivers/dma/amba-pl08x.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/dma/amba-pl08x.c b/drivers/dma/amba-pl08x.c index a24882ba3764..d15182634789 100644 --- a/drivers/dma/amba-pl08x.c

[PATCH 04/30] bcm-sba-raid.c: Few typos fixed

2021-03-28 Thread Bhaskar Chowdhury
s/Maibox/Mailbox/ s/alloced/allocated/ s/atleast/"at least"/ s/parallely/parallel/ Signed-off-by: Bhaskar Chowdhury --- drivers/dma/bcm-sba-raid.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/dma/bcm-sba-raid.c b/drivers/dma/bcm-sba-ra

[PATCH 06/30] idma64.c: Fix couple of typos

2021-03-28 Thread Bhaskar Chowdhury
s/transfered/transferred/ ...two different places Signed-off-by: Bhaskar Chowdhury --- drivers/dma/idma64.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/dma/idma64.c b/drivers/dma/idma64.c index f4c07ad3be15..3d0d48b12e28 100644 --- a/drivers/dma/idma64.c

[PATCH 07/30] iop-adma.c: Few typos fixed

2021-03-28 Thread Bhaskar Chowdhury
s/asynchrounous/asynchronous/ s/depedency/dependency/ s/capabilites/capabilities/ Signed-off-by: Bhaskar Chowdhury --- drivers/dma/iop-adma.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/dma/iop-adma.c b/drivers/dma/iop-adma.c index 310b899d581f

[PATCH 08/30] mv_xor.c: Fix a typo

2021-03-28 Thread Bhaskar Chowdhury
s/capabilites/capabilities/ Signed-off-by: Bhaskar Chowdhury --- drivers/dma/mv_xor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dma/mv_xor.c b/drivers/dma/mv_xor.c index 23b232b57518..a43388b6a30d 100644 --- a/drivers/dma/mv_xor.c +++ b/drivers/dma/mv_xor.c

[PATCH 12/30] of-dma.c: Fixed a typo

2021-03-28 Thread Bhaskar Chowdhury
s/propety/properly/ Signed-off-by: Bhaskar Chowdhury --- drivers/dma/of-dma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dma/of-dma.c b/drivers/dma/of-dma.c index ec00b20ae8e4..e028acff7fe8 100644 --- a/drivers/dma/of-dma.c +++ b/drivers/dma/of-dma.c @@ -337,7

[PATCH 14/30] Revert "s3c24xx-dma.c: Fix a typo"

2021-03-28 Thread Bhaskar Chowdhury
s/transferred/transfered/ This reverts commit a2ddb8aea8106bd5552f8516ad7a8a26b9282a8f. --- drivers/dma/s3c24xx-dma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dma/s3c24xx-dma.c b/drivers/dma/s3c24xx-dma.c index c98ae73cdcc3..8e14c72d03f0 100644 --- a/drivers/dma

[PATCH 10/30] mv_xor_v2.c: Fix a typo

2021-03-28 Thread Bhaskar Chowdhury
s/assosiated/associated/ Signed-off-by: Bhaskar Chowdhury --- drivers/dma/mv_xor_v2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dma/mv_xor_v2.c b/drivers/dma/mv_xor_v2.c index 9b0d463f89bb..8a45861299a0 100644 --- a/drivers/dma/mv_xor_v2.c +++ b/drivers/dma

[PATCH 13/30] s3c24xx-dma.c: Fix a typo

2021-03-28 Thread Bhaskar Chowdhury
s/transfered/transferred/ Signed-off-by: Bhaskar Chowdhury --- drivers/dma/s3c24xx-dma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dma/s3c24xx-dma.c b/drivers/dma/s3c24xx-dma.c index 8e14c72d03f0..c98ae73cdcc3 100644 --- a/drivers/dma/s3c24xx-dma.c +++ b

[PATCH 15/30] s3c24xx-dma.c: Few typos fixed

2021-03-28 Thread Bhaskar Chowdhury
s/transfered/transferred/ s/desintation/destination/ ...two different places. Signed-off-by: Bhaskar Chowdhury --- drivers/dma/s3c24xx-dma.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/dma/s3c24xx-dma.c b/drivers/dma/s3c24xx-dma.c index 8e14c72d03f0

[PATCH 16/30] st_fdma.h: Fix couple of typos

2021-03-28 Thread Bhaskar Chowdhury
s/transfert/transfer/ ...two different places. Signed-off-by: Bhaskar Chowdhury --- drivers/dma/st_fdma.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/dma/st_fdma.h b/drivers/dma/st_fdma.h index fa15b97a3bab..702b21021124 100644 --- a/drivers/dma/st_fdma.h

<    1   2   3   4   5   6   7   8   >