Re: Linux 5.11

2021-02-14 Thread Bhaskar Chowdhury
On 14:45 Sun 14 Feb 2021, Linus Torvalds wrote: Nothing unexpected or particularly scary happened this week, so here we are - with 5.11 tagged and pushed out. In fact, it's a smaller-than-average set of commits from rc7 to final, which makes me happy. And I already have several pull requests lin

Re: [PATCH] fs: configfs: Fix sentence with a better word in the file symlink.c

2021-02-14 Thread Bhaskar Chowdhury
On 15:37 Sun 14 Feb 2021, Al Viro wrote: On Fri, Feb 05, 2021 at 06:02:35PM +0530, Bhaskar Chowdhury wrote: s/fucking/wonderful/ NAK. For one thing, your crusade (pardon the obscenity) is idiotic. For another, in this particular case your attempt of improvement changes the meaning to nearly

Re: [PATCH] arch: s390: kvm: Fix oustanding to outstanding in the file kvm-s390.c

2021-02-16 Thread Bhaskar Chowdhury
On 10:08 Mon 15 Feb 2021, Janosch Frank wrote: On 2/13/21 4:32 PM, Bhaskar Chowdhury wrote: s/oustanding/outstanding/ Hey Bhaskar, while I do encourage anyone to send in changes I'm not a big fan of comment fixes if they are only a couple of characters and when the meaning is still i

Re: [PATCH] docs: kernel-hacking: Remove the word fuck,trying to be civil :)

2021-02-12 Thread Bhaskar Chowdhury
On 09:10 Thu 11 Feb 2021, Randy Dunlap wrote: On 2/11/21 9:04 AM, Jonathan Corbet wrote: Bhaskar Chowdhury writes: s/fuck// Signed-off-by: Bhaskar Chowdhury --- Documentation/kernel-hacking/locking.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation

[PATCH] drivers/media/pci/cx18: Fix a spelling minimze to minimize in the file cx18-firmware.c

2021-02-13 Thread Bhaskar Chowdhury
s/minimze/minimize/ Signed-off-by: Bhaskar Chowdhury --- drivers/media/pci/cx18/cx18-firmware.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/pci/cx18/cx18-firmware.c b/drivers/media/pci/cx18/cx18-firmware.c index 876b96c11290..fdac310d7477 100644 --- a

[PATCH] drivers: media: pci: cx18: Couple of spell fixes in the file cx18-av-core.c

2021-02-13 Thread Bhaskar Chowdhury
s/minimze/minimize/ s/initallize/initialize/ Signed-off-by: Bhaskar Chowdhury --- drivers/media/pci/cx18/cx18-av-core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/pci/cx18/cx18-av-core.c b/drivers/media/pci/cx18/cx18-av-core.c index b33eb08631b1

[PATCH] drivers: media: pci: cx18: Spelling fix of minimze to minimize in the file cx18-av-audio.c

2021-02-13 Thread Bhaskar Chowdhury
s/minimze/minimize/ Signed-off-by: Bhaskar Chowdhury --- drivers/media/pci/cx18/cx18-av-audio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/pci/cx18/cx18-av-audio.c b/drivers/media/pci/cx18/cx18-av-audio.c index ee2b802d2895..833baa934448 100644 --- a

[PATCH] docs: ABI: Fix the spelling oustanding to outstanding in the file sysfs-fs-xfs

2021-02-13 Thread Bhaskar Chowdhury
s/oustanding/outstanding/ Signed-off-by: Bhaskar Chowdhury --- Documentation/ABI/testing/sysfs-fs-xfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/ABI/testing/sysfs-fs-xfs b/Documentation/ABI/testing/sysfs-fs-xfs index ea0cc8c42093..f704925f6fe9 100644

[PATCH] arch: s390: kvm: Fix oustanding to outstanding in the file kvm-s390.c

2021-02-13 Thread Bhaskar Chowdhury
s/oustanding/outstanding/ Signed-off-by: Bhaskar Chowdhury --- arch/s390/kvm/kvm-s390.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/s390/kvm/kvm-s390.c b/arch/s390/kvm/kvm-s390.c index dbafd057ca6a..1d01afaca9fe 100644 --- a/arch/s390/kvm/kvm-s390.c +++ b/arch

[PATCH] arch: powerpc: kernel: Change droping to dropping in the file traps.c

2021-02-23 Thread Bhaskar Chowdhury
s/droping/dropping/ Signed-off-by: Bhaskar Chowdhury --- arch/powerpc/kernel/traps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/kernel/traps.c b/arch/powerpc/kernel/traps.c index 1583fd1c6010..83a53b67412a 100644 --- a/arch/powerpc/kernel/traps.c +++ b

[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] arch: x86: mm: Fix compied to compiled in the file init.c

2021-02-24 Thread Bhaskar Chowdhury
s/compied/compiled/ Signed-off-by: Bhaskar Chowdhury --- arch/x86/mm/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/mm/init.c b/arch/x86/mm/init.c index dd694fb93916..34a1f1e19c86 100644 --- a/arch/x86/mm/init.c +++ b/arch/x86/mm/init.c @@ -29,7 +29,7

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

[PATCH] arch: x86: entry: vdso: Fix the spelling postive to positive in the file vsgx.S

2021-02-10 Thread Bhaskar Chowdhury
s/postive/positive/ Signed-off-by: Bhaskar Chowdhury --- arch/x86/entry/vdso/vsgx.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/entry/vdso/vsgx.S b/arch/x86/entry/vdso/vsgx.S index 86a0e94f68df..99dafac992e2 100644 --- a/arch/x86/entry/vdso/vsgx.S +++ b/arch

[PATCH] drivers: iio: proximity: Fix a spelling postive to positive in the file sx9500.c

2021-02-10 Thread Bhaskar Chowdhury
s/postive/positive/ Signed-off-by: Bhaskar Chowdhury --- drivers/iio/proximity/sx9500.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/iio/proximity/sx9500.c b/drivers/iio/proximity/sx9500.c index acb821cbad46..67353d33af94 100644 --- a/drivers/iio/proximity

Re: [PATCH] doc: devicetree: bindings: usb: Chnage descibe to describe in usbmisc-imx.txt

2021-02-10 Thread Bhaskar Chowdhury
On 16:55 Wed 10 Feb 2021, Rob Herring wrote: On Wed, Feb 03, 2021 at 09:03:15PM +0530, Bhaskar Chowdhury wrote: Ironically, a typo in the subject. Will fix when applying. My bad...thanks, Rob. s/descibe/describe/ Signed-off-by: Bhaskar Chowdhury --- Documentation/devicetree/bindings

Re: [PATCH] include: uapi: linux: Fix the spelling simulatneous to simultaneous in the file capi.h

2021-02-10 Thread Bhaskar Chowdhury
On 12:58 Wed 10 Feb 2021, Randy Dunlap wrote: On 2/9/21 6:14 AM, Bhaskar Chowdhury wrote: s/simulatneous/simultaneous/ Signed-off-by: Bhaskar Chowdhury Acked-by: Randy Dunlap but you need to Cc: a maintainer who can merge this. This is what the get_maintainer script returns,so I

[PATCH] tools: bootconfig: Fix a spelling messge to message in echo statement

2021-02-03 Thread Bhaskar Chowdhury
s/messge/message/ Signed-off-by: Bhaskar Chowdhury --- tools/bootconfig/test-bootconfig.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/bootconfig/test-bootconfig.sh b/tools/bootconfig/test-bootconfig.sh index baed891d0ba4..08b14ff0070c 100755 --- a/tools

[PATCH] arch: x86: kernel: Mundane spelling fixes throughout the file apm_32.c

2021-02-03 Thread Bhaskar Chowdhury
s/messges/messages/ s/powermanagement/power management/ s/secodnds/seconds/ s/powerdown/poer down/ Capitalize and truncate space in start of the sentence. Signed-off-by: Bhaskar Chowdhury --- arch/x86/kernel/apm_32.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff

[PATCH] drivers: crypto: qat: qat_common: Inside the comment a spelling fixed in adf_pf2vf_msg.c

2021-02-03 Thread Bhaskar Chowdhury
s/messge/message/ Signed-off-by: Bhaskar Chowdhury --- drivers/crypto/qat/qat_common/adf_pf2vf_msg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/crypto/qat/qat_common/adf_pf2vf_msg.c b/drivers/crypto/qat/qat_common/adf_pf2vf_msg.c index 8b090b7ae8c6

[PATCH] drivers: crypto: qat: qat_common: Two different lines fix the same spelling in the file adf_vf2pf_msg.c

2021-02-03 Thread Bhaskar Chowdhury
s/messge/message/ ..two different lines Signed-off-by: Bhaskar Chowdhury --- drivers/crypto/qat/qat_common/adf_vf2pf_msg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/crypto/qat/qat_common/adf_vf2pf_msg.c b/drivers/crypto/qat/qat_common/adf_vf2pf_msg.c

[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] arch: sh: kernel: Change to correct spelling archtecture to architecture in the file relocate_kernel.S

2021-02-03 Thread Bhaskar Chowdhury
Signed-off-by: Bhaskar Chowdhury --- arch/sh/kernel/relocate_kernel.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/sh/kernel/relocate_kernel.S b/arch/sh/kernel/relocate_kernel.S index d9bf2b727b42..deda2f60a8f2 100644 --- a/arch/sh/kernel/relocate_kernel.S +++ b/arch

[PATCH] doc: devicetree: bindings: usb: Chnage descibe to describe in usbmisc-imx.txt

2021-02-03 Thread Bhaskar Chowdhury
s/descibe/describe/ Signed-off-by: Bhaskar Chowdhury --- Documentation/devicetree/bindings/usb/usbmisc-imx.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/usb/usbmisc-imx.txt b/Documentation/devicetree/bindings/usb/usbmisc-imx.txt

[PATCH] doc: devicetree: bindings: usb: Change descibe to describe in usbmisc-imx.txt

2021-02-03 Thread Bhaskar Chowdhury
s/descibe/describe/ Signed-off-by: Bhaskar Chowdhury --- Documentation/devicetree/bindings/usb/usbmisc-imx.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/usb/usbmisc-imx.txt b/Documentation/devicetree/bindings/usb/usbmisc-imx.txt

[PATCH] crypto: Fixed optimzation to optimization in the file crypto/xor.c

2021-02-03 Thread Bhaskar Chowdhury
s/optimzation/optimization/ Signed-off-by: Bhaskar Chowdhury --- crypto/xor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/xor.c b/crypto/xor.c index eacbf4f93990..c046d074f522 100644 --- a/crypto/xor.c +++ b/crypto/xor.c @@ -95,7 +95,7 @@ do_xor_speed(struct

[PATCH] include: acpi: Correct spelling in the file acoutput.h is optimzation to optimization

2021-02-03 Thread Bhaskar Chowdhury
s/optimzation/optimization/ Signed-off-by: Bhaskar Chowdhury --- include/acpi/acoutput.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/acpi/acoutput.h b/include/acpi/acoutput.h index c5d900c0ecda..1ba212372e79 100644 --- a/include/acpi/acoutput.h +++ b/include

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.

Re: [PATCH] arch: sh: kernel: Change to correct spelling archtecture to architecture in the file relocate_kernel.S

2021-02-03 Thread Bhaskar Chowdhury
On 09:58 Wed 03 Feb 2021, Randy Dunlap wrote: On 2/3/21 7:25 AM, Bhaskar Chowdhury wrote: Normally a patch description is required . If the patch committer wants to take it as is, the typo fix LGTM. I am so sorry..will fix this ...thank you Randy Signed-off-by: Bhaskar Chowdhury

Re: [PATCH] arch: x86: kernel: Mundane spelling fixes throughout the file apm_32.c

2021-02-03 Thread Bhaskar Chowdhury
On 08:49 Wed 03 Feb 2021, Randy Dunlap wrote: On 2/3/21 6:48 AM, Bhaskar Chowdhury wrote: s/messges/messages/ s/powermanagement/power management/ s/secodnds/seconds/ s/powerdown/poer down/ Capitalize and truncate space in start of the sentence. Signed-off-by: Bhaskar Chowdhury --- arch/x86

[PATCH V2] arch: sh: kernel: Fix a spelling archtecture to architecture in the file relocate_kernel.S

2021-02-03 Thread Bhaskar Chowdhury
s/archtecture/architecture/ Signed-off-by: Bhaskar Chowdhury --- Changes from V1 : Missed the changelog text,now included arch/sh/kernel/relocate_kernel.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/sh/kernel/relocate_kernel.S b/arch/sh/kernel

[PATCH] arch: mips: kernel: Made couple of spelling fixes and a sentence construction in smp.c

2021-02-01 Thread Bhaskar Chowdhury
s/intercpu/inter CPU/ s/debugees/debuge's/ Signed-off-by: Bhaskar Chowdhury --- arch/mips/kernel/smp.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/mips/kernel/smp.c b/arch/mips/kernel/smp.c index 74b9102fd06e..e8a4ce7330ab 100644 --- a/arch/mips/kernel/

Re: [PATCH] arch: mips: kernel: Made couple of spelling fixes and a sentence construction in smp.c

2021-02-01 Thread Bhaskar Chowdhury
On 17:51 Mon 01 Feb 2021, Bert Vermeulen wrote: On 2/1/21 12:17 PM, Bhaskar Chowdhury wrote: s/debugees/debuge's/ Definitely not. h -- Bert Vermeulen b...@biot.com signature.asc Description: PGP signature

Re: [PATCH] arch: mips: kernel: Made couple of spelling fixes and a sentence construction in smp.c

2021-02-01 Thread Bhaskar Chowdhury
On 09:51 Mon 01 Feb 2021, Randy Dunlap wrote: On 2/1/21 8:51 AM, Bert Vermeulen wrote: On 2/1/21 12:17 PM, Bhaskar Chowdhury wrote: s/debugees/debuge's/ Definitely not. and preferably "inter-CPU". Haven't thought about it ..will fix it , Randy! -- ~Ran

[PATCH V2] arch: mips: kernel: Fix two spelling in smp.c

2021-02-02 Thread Bhaskar Chowdhury
s/logcal/logical/ s/intercpu/inter-CPU/ Signed-off-by: Bhaskar Chowdhury --- Changes from V1 : Bart point out actual sentence construction was right,so keep it as it is. Randy suggested to put better spelling casing,so inducted Subject line adjusted accoring to the change arch/mips

[PATCH] arch: powerpc: kernel: Fix the spelling mismach to mismatch in head.44x.S

2021-02-02 Thread Bhaskar Chowdhury
s/mismach/mismatch/ Signed-off-by: Bhaskar Chowdhury --- arch/powerpc/kernel/head_44x.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/powerpc/kernel/head_44x.S b/arch/powerpc/kernel/head_44x.S index 8e36718f3167..813fa305c33b 100644 --- a/arch/powerpc/kernel

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

[PATCH] drivers: scsi: lpfc: Mundane spelling and sentence construction fixes throughout the file

2021-02-04 Thread Bhaskar Chowdhury
Few spellings and sentence construction done throughout the file. Signed-off-by: Bhaskar Chowdhury --- drivers/scsi/lpfc/lpfc_init.c | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/drivers/scsi/lpfc/lpfc_init.c b/drivers/scsi/lpfc/lpfc_init.c

[PATCH] arch: arm: mach-imx: Fix a spelling in the file pm-imx5.c

2021-02-05 Thread Bhaskar Chowdhury
s/confgiured/configured/ Signed-off-by: Bhaskar Chowdhury --- arch/arm/mach-imx/pm-imx5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-imx/pm-imx5.c b/arch/arm/mach-imx/pm-imx5.c index e9962b48e30c..2e3af2bc7758 100644 --- a/arch/arm/mach-imx/pm-imx5.c

[PATCH] drivers: gpu: drm: msn: disp: dpu1: Fixed couple of spellings in the file dpu_hw_top.h

2021-02-05 Thread Bhaskar Chowdhury
s/confguration/configuration/ s/Regsiters/Registers/ Signed-off-by: Bhaskar Chowdhury --- drivers/gpu/drm/msm/disp/dpu1/dpu_hw_top.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_top.h b/drivers/gpu/drm/msm/disp/dpu1

[PATCH] drivers: mfd: Spelling fixes in the file max77620.c

2021-02-05 Thread Bhaskar Chowdhury
s/Teminology/Terminology/ s/confguration/configuration/ Signed-off-by: Bhaskar Chowdhury --- drivers/mfd/max77620.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mfd/max77620.c b/drivers/mfd/max77620.c index fec2096474ad..429f7fbe92bc 100644 --- a/drivers

[PATCH] drivers: scsi: File ipr.c gets few spelling fixes

2021-02-05 Thread Bhaskar Chowdhury
s/Enablement/Entablement/ s/specfied/specified/ s/confgurations/configurations/ Signed-off-by: Bhaskar Chowdhury --- drivers/scsi/ipr.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/scsi/ipr.c b/drivers/scsi/ipr.c index e451102b9a29..c12c0a309c54 100644

[PATCH] include: media: davinci: Fixed up few trivial spellings in the file isif.h

2021-02-05 Thread Bhaskar Chowdhury
Several spelling fixes throughout the file. Signed-off-by: Bhaskar Chowdhury --- include/media/davinci/isif.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/media/davinci/isif.h b/include/media/davinci/isif.h index e66589c4022d..8369acd26e7e 100644 --- a

[PATCH] sound: x86: Trivial spell fixes throughout the file intel_hdmi_audio.c

2021-02-05 Thread Bhaskar Chowdhury
s/confgiuration/configuration/ s/Calculte/Calculate/ s/unreference/unreferenced/ Signed-off-by: Bhaskar Chowdhury --- sound/x86/intel_hdmi_audio.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sound/x86/intel_hdmi_audio.c b/sound/x86/intel_hdmi_audio.c index

[PATCH] docs: kernel-hacking: Remove the word fuck,trying to be civil :)

2021-02-05 Thread Bhaskar Chowdhury
s/fuck// Signed-off-by: Bhaskar Chowdhury --- Documentation/kernel-hacking/locking.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/kernel-hacking/locking.rst b/Documentation/kernel-hacking/locking.rst index c3448929a824..ed1284c6f078 100644 --- a

[PATCH] arch: m68k: include: asm: Reconstruct the sentence in file sun3ints.h

2021-02-05 Thread Bhaskar Chowdhury
s/fuck/"do anything"/ Signed-off-by: Bhaskar Chowdhury --- arch/m68k/include/asm/sun3ints.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/m68k/include/asm/sun3ints.h b/arch/m68k/include/asm/sun3ints.h index 309d6e6a1374..1bbd76545d8f 100644 --- a/arch/m6

[PATCH] arch: mips: sgi-ip22: Change the sentences with better word in the file ip22-setup.c

2021-02-05 Thread Bhaskar Chowdhury
s/fucking/"doing anything"/ Signed-off-by: Bhaskar Chowdhury --- arch/mips/sgi-ip22/ip22-setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mips/sgi-ip22/ip22-setup.c b/arch/mips/sgi-ip22/ip22-setup.c index b69daa02401b..41c4e46a3bf4 100644 --- a/arc

[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] kernel: irq: Some words replce with better alternatives in the file timings.c

2021-02-05 Thread Bhaskar Chowdhury
Some spelling fixes and replace with other similar meaning words. Signed-off-by: Bhaskar Chowdhury --- kernel/irq/timings.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/kernel/irq/timings.c b/kernel/irq/timings.c index 773b6105c4ae..72f69e3b1e8d 100644

[PATCH] fs: configfs: Fix sentence with a better word in the file symlink.c

2021-02-05 Thread Bhaskar Chowdhury
s/fucking/wonderful/ Signed-off-by: Bhaskar Chowdhury --- fs/configfs/symlink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/configfs/symlink.c b/fs/configfs/symlink.c index cb61467478ca..26676e27346b 100644 --- a/fs/configfs/symlink.c +++ b/fs/configfs/symlink.c

[PATCH] drivers: ide: Fixed a word by replacing a word in the file cmd640.c

2021-02-05 Thread Bhaskar Chowdhury
s/fucked/spoils/ Signed-off-by: Bhaskar Chowdhury --- drivers/ide/cmd640.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/ide/cmd640.c b/drivers/ide/cmd640.c index f48decb9fac4..ac926653b826 100644 --- a/drivers/ide/cmd640.c +++ b/drivers/ide/cmd640.c @@ -12,7

[PATCH] drivers: mtd: Better word replace a not so good word in the file mtd_blkdevs.c

2021-02-05 Thread Bhaskar Chowdhury
s/fucking/invite/ Signed-off-by: Bhaskar Chowdhury --- drivers/mtd/mtd_blkdevs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/mtd_blkdevs.c b/drivers/mtd/mtd_blkdevs.c index fb8e12d590a1..756a0995e474 100644 --- a/drivers/mtd/mtd_blkdevs.c +++ b/drivers

[PATCH] drivers: cpufreq: Change a word with a word , good one in the file powernow-k7.c

2021-02-05 Thread Bhaskar Chowdhury
s/fucked/messed/ Signed-off-by: Bhaskar Chowdhury --- drivers/cpufreq/powernow-k7.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/cpufreq/powernow-k7.c b/drivers/cpufreq/powernow-k7.c index 5d515fc34836..2e114fc75e68 100644 --- a/drivers/cpufreq/powernow-k7.c

[PATCH] drivers: gpu: drm: nouveau: Change not good word with a good one in the file init.c

2021-02-05 Thread Bhaskar Chowdhury
s/fucking/messing/ Signed-off-by: Bhaskar Chowdhury --- drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c b/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c index 9de74f41dcd2

Re: [PATCH] fs: notify: inotify: Replace a common bad word with better common word

2021-02-05 Thread Bhaskar Chowdhury
On 14:45 Fri 05 Feb 2021, Amir Goldstein wrote: On Fri, Feb 5, 2021 at 2:20 PM Bhaskar Chowdhury wrote: s/fucked/messed/ Signed-off-by: Bhaskar Chowdhury --- fs/notify/inotify/inotify_user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/notify/inotify

Re: [PATCH] drivers: cpufreq: Change a word with a word , good one in the file powernow-k7.c

2021-02-05 Thread Bhaskar Chowdhury
On 14:08 Fri 05 Feb 2021, Rafael J. Wysocki wrote: On Fri, Feb 5, 2021 at 1:55 PM Bhaskar Chowdhury wrote: s/fucked/messed/ I wouldn't make the changelog so explicit, just say "Use more appropriate language" or similar. okay. Signed-off-by: Bhaskar Chowdhury ---

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

[PATCH] arch: x86: kernel: apic: Fix spelling theroretical to theoretical in the file vector.c

2021-02-09 Thread Bhaskar Chowdhury
s/theroretical/theoretical/ Signed-off-by: Bhaskar Chowdhury --- arch/x86/kernel/apic/vector.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/kernel/apic/vector.c b/arch/x86/kernel/apic/vector.c index 3c9c7492252f..aa9d3cf69580 100644 --- a/arch/x86/kernel/apic

[PATCH] docs: maintainer: Fix the spelling mistaeks to mistakes in the file pull-requests.rst

2021-02-09 Thread Bhaskar Chowdhury
s/mistaeks/mistakes/ Signed-off-by: Bhaskar Chowdhury --- Documentation/maintainer/pull-requests.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/maintainer/pull-requests.rst b/Documentation/maintainer/pull-requests.rst index 1a2f99b67d25..35759d16a5cc

[PATCH] include: uapi: linux: Fix the spelling simulatneous to simultaneous in the file capi.h

2021-02-09 Thread Bhaskar Chowdhury
s/simulatneous/simultaneous/ Signed-off-by: Bhaskar Chowdhury --- include/uapi/linux/capi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/uapi/linux/capi.h b/include/uapi/linux/capi.h index 31f946f8a88d..4dcdb628d98b 100644 --- a/include/uapi/linux/capi.h +++ b

[PATCH] drivers: scsi: aic7xxx: Fix the spelling verson to version in the file aic79xx.h

2021-02-09 Thread Bhaskar Chowdhury
s/verson/version/ Signed-off-by: Bhaskar Chowdhury --- drivers/scsi/aic7xxx/aic79xx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/aic7xxx/aic79xx.h b/drivers/scsi/aic7xxx/aic79xx.h index dd5dfd4f30a5..c31e48fcebc7 100644 --- a/drivers/scsi/aic7xxx

Re: [PATCH] docs: maintainer: Fix the spelling mistaeks to mistakes in the file pull-requests.rst

2021-02-09 Thread Bhaskar Chowdhury
On 14:21 Tue 09 Feb 2021, Matthew Wilcox wrote: On Tue, Feb 09, 2021 at 07:31:55PM +0530, Bhaskar Chowdhury wrote: s/mistaeks/mistakes/ You missed the joke. :) it seems! signature.asc Description: PGP signature

[PATCH] tools: include: nolibc: Fix a typo occured to occurred in the file nolibc.h

2021-02-27 Thread Bhaskar Chowdhury
s/occured/occurred/ Signed-off-by: Bhaskar Chowdhury --- Stolen result from Colin's finding and share from the other places. :) tools/include/nolibc/nolibc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/include/nolibc/nolibc.h b/tools/include/nolibc/nol

[PATCH] fs: dlm: Spellings fixed throughout the fle lock.c

2021-02-27 Thread Bhaskar Chowdhury
Few spelling fixes throughout the file. Signed-off-by: Bhaskar Chowdhury --- fs/dlm/lock.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/fs/dlm/lock.c b/fs/dlm/lock.c index 002123efc6b0..efcd84faca14 100644 --- a/fs/dlm/lock.c +++ b/fs/dlm/lock.c @@ -91,7

[PATCH V2] fs: dlm: Spellings fixed throughout the file lock.c

2021-02-27 Thread Bhaskar Chowdhury
Few spelling fixes throughout the file. Signed-off-by: Bhaskar Chowdhury --- Changes from V1: Fixed the subject line typo. Measured unwanted blank lines insertion. fs/dlm/lock.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fs/dlm/lock.c b/fs/dlm/lock.c index

Re: Linux 5.8

2020-08-02 Thread Bhaskar Chowdhury
On 14:50 Sun 02 Aug 2020, Linus Torvalds wrote: So I considered making an rc8 all the way to the last minute, but decided it's not just worth waiting another week when there aren't any big looming worries around. Because despite the merge window having been very large, there really hasn't been a

Re: ..and its build and boots well!! Linux 5.8

2020-08-02 Thread Bhaskar Chowdhury
On 14:50 Sun 02 Aug 2020, Linus Torvalds wrote: So I considered making an rc8 all the way to the last minute, but decided it's not just worth waiting another week when there aren't any big looming worries around. Because despite the merge window having been very large, there really hasn't been a

Re:Use the script already there.. Is anyone else getting a bad signature from kernel.org's 5.8 sources+Greg's sign?

2020-08-05 Thread Bhaskar Chowdhury
On 20:59 Wed 05 Aug 2020, David Niklas wrote: Hello, I downloaded the kernel sources from kernel.org using curl, then opera, and finally lynx (to rule out an html parsing bug). I did the same with the sign and I keep getting: % gpg2 --verify linux-5.8.tar.sign linux-5.8.tar.xz gpg: Signature ma

[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

[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] arch: x866: kernel: cpu: Take away a single latter to match the structure member below

2021-01-11 Thread Bhaskar Chowdhury
s/kernlfs/kernfs/p Signed-off-by: Bhaskar Chowdhury --- arch/x86/kernel/cpu/resctrl/internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/kernel/cpu/resctrl/internal.h b/arch/x86/kernel/cpu/resctrl/internal.h index ee71c47844cb..3bfca0bebf56 100644 --- a/arch

[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 V2] arch: x86: kernel: cpu: Takes a letter away and put a semicolon too, to match below stuc member

2021-01-11 Thread Bhaskar Chowdhury
s/kernlfs/kernfs/ A semicolon at the end of member name Signed-off-by: Bhaskar Chowdhury --- As pointed out by Gustavo and Randy in version one of this patch arch/x86/kernel/cpu/resctrl/internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/kernel/cpu

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

[PATCH V3] arch: x86: kernel: cpu: Takes a letter away and append a colon to match below stuc member

2021-01-12 Thread Bhaskar Chowdhury
s/kernlfs/kernfs/ s/@mon_data_kn/@mon_data_kn:/ Signed-off-by: Bhaskar Chowdhury --- Changes from V2: Modified the subject line to match exact change description arch/x86/kernel/cpu/resctrl/internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/kernel/cpu

[PATCH V4] arch: kernel: cpu: x86/resctrl: Takes a letter away and append a colon to match below struct member

2021-01-12 Thread Bhaskar Chowdhury
s/kernlfs/kernfs/ s/@mon_data_kn/@mon_data_kn:/ Signed-off-by: Bhaskar Chowdhury --- Changes from V3: Fix the subject line typo stuc to struct and mention cpu architecture arch/x86/kernel/cpu/resctrl/internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/kernel

Re: [PATCH V4] arch: kernel: cpu: x86/resctrl: Takes a letter away and append a colon to match below struct member

2021-01-12 Thread Bhaskar Chowdhury
On 20:24 Tue 12 Jan 2021, Gustavo A. R. Silva wrote: On 1/12/21 20:03, Bhaskar Chowdhury wrote: s/kernlfs/kernfs/ s/@mon_data_kn/@mon_data_kn:/ Signed-off-by: Bhaskar Chowdhury --- Changes from V3: Fix the subject line typo stuc to struct and mention cpu architecture ...and what changed

Re: [PATCH V4] arch: kernel: cpu: x86/resctrl: Takes a letter away and append a colon to match below struct member

2021-01-12 Thread Bhaskar Chowdhury
On 18:51 Tue 12 Jan 2021, Randy Dunlap wrote: On 1/12/21 6:48 PM, Bhaskar Chowdhury wrote: On 20:24 Tue 12 Jan 2021, Gustavo A. R. Silva wrote: On 1/12/21 20:03, Bhaskar Chowdhury wrote: s/kernlfs/kernfs/ s/@mon_data_kn/@mon_data_kn:/ Signed-off-by: Bhaskar Chowdhury --- Changes from V3

Re: [PATCH V4] arch: kernel: cpu: x86/resctrl: Takes a letter away and append a colon to match below struct member

2021-01-13 Thread Bhaskar Chowdhury
On 00:27 Wed 13 Jan 2021, Gustavo A. R. Silva wrote: On 1/12/21 20:48, Bhaskar Chowdhury wrote: On 20:24 Tue 12 Jan 2021, Gustavo A. R. Silva wrote: On 1/12/21 20:03, Bhaskar Chowdhury wrote: s/kernlfs/kernfs/ s/@mon_data_kn/@mon_data_kn:/ Signed-off-by: Bhaskar Chowdhury --- Changes

[PATCH] docs: admin-guide: bootconfig: Fix feils to fails

2021-01-07 Thread Bhaskar Chowdhury
s/feils/fails/p Signed-off-by: Bhaskar Chowdhury --- Documentation/admin-guide/bootconfig.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/admin-guide/bootconfig.rst b/Documentation/admin-guide/bootconfig.rst index 9b90efcc3a35..452b7dcd7f6b 100644 --- a

[PATCH] mm/slub.c: Trivial typo fixes

2021-03-24 Thread Bhaskar Chowdhury
s/operatios/operation/ s/Mininum/Minimum/ s/mininum/minimum/ ..two different places. Signed-off-by: Bhaskar Chowdhury --- mm/slub.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mm/slub.c b/mm/slub.c index 3021ce9bf1b3..cd3c7be33f69 100644 --- a/mm/slub.c

[PATCH] media: entity: A typo fix

2021-03-24 Thread Bhaskar Chowdhury
s/cariers/carriers/ Signed-off-by: Bhaskar Chowdhury --- include/media/media-entity.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/media/media-entity.h b/include/media/media-entity.h index cbdfcb79d0d0..a90e2bf6baf7 100644 --- a/include/media/media-entity.h

[PATCH] ARM: xen/mm.c: A mundane typo fix

2021-03-24 Thread Bhaskar Chowdhury
s/acrros/across/ Signed-off-by: Bhaskar Chowdhury --- arch/arm/xen/mm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/xen/mm.c b/arch/arm/xen/mm.c index 467fa225c3d0..be7c942c74bf 100644 --- a/arch/arm/xen/mm.c +++ b/arch/arm/xen/mm.c @@ -105,7 +105,7 @@ bool

[PATCH] x86/apic: Rudimentary typo fixes

2021-03-24 Thread Bhaskar Chowdhury
s/preferrable/preferable/ s/serivced/serviced/ s/distributon/distribution/ Signed-off-by: Bhaskar Chowdhury --- arch/x86/kernel/apic/apic.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/x86/kernel/apic/apic.c b/arch/x86/kernel/apic/apic.c index bda4f2a36868

[PATCH] drm/radeon/r600_cs: Couple of typo fixes

2021-03-24 Thread Bhaskar Chowdhury
s/miror/mirror/ s/needind/needing/ Signed-off-by: Bhaskar Chowdhury --- drivers/gpu/drm/radeon/r600_cs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/radeon/r600_cs.c b/drivers/gpu/drm/radeon/r600_cs.c index 34b7c6f16479..aded1f2264e0 100644 --- a

[PATCH] media: atomisp-ov2680: A trivial typo fix

2021-03-24 Thread Bhaskar Chowdhury
s/miror/mirror/ Signed-off-by: Bhaskar Chowdhury --- drivers/staging/media/atomisp/i2c/ov2680.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/media/atomisp/i2c/ov2680.h b/drivers/staging/media/atomisp/i2c/ov2680.h index 49920245e064..889395933099 100644

[PATCH] i2c-stm32f4: Mundane typo fix

2021-03-24 Thread Bhaskar Chowdhury
s/postion/position/ Signed-off-by: Bhaskar Chowdhury --- drivers/i2c/busses/i2c-stm32f4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/i2c/busses/i2c-stm32f4.c b/drivers/i2c/busses/i2c-stm32f4.c index 937c2c8fd349..4933fc8ce3fd 100644 --- a/drivers/i2c/busses

[PATCH] media: cx88: Fix a typo

2021-03-24 Thread Bhaskar Chowdhury
s/sillicon/silicon/ Signed-off-by: Bhaskar Chowdhury --- drivers/media/pci/cx88/cx88-cards.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/pci/cx88/cx88-cards.c b/drivers/media/pci/cx88/cx88-cards.c index 8e224fc0474d..f01e48c23f8e 100644 --- a/drivers

[PATCH V2] ARM: xen/mm.c: A mundane typo fix

2021-03-24 Thread Bhaskar Chowdhury
s/acrros/across/ Plus some words need prural version...so did it.(page->pages) Signed-off-by: Bhaskar Chowdhury --- Changes from V1: Randy's findings incorporated. arch/arm/xen/mm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/xen/mm.c b/arch

Re: [PATCH] ARM: xen/mm.c: A mundane typo fix

2021-03-24 Thread Bhaskar Chowdhury
On 11:59 Wed 24 Mar 2021, Randy Dunlap wrote: On 3/24/21 11:55 AM, Stefano Stabellini wrote: On Wed, 24 Mar 2021, Bhaskar Chowdhury wrote: s/acrros/across/ Signed-off-by: Bhaskar Chowdhury Reviewed-by: Stefano Stabellini Hi, It seems to me like some of those "page" should

Re: [PATCH] mm/slub.c: Trivial typo fixes

2021-03-24 Thread Bhaskar Chowdhury
On 11:49 Wed 24 Mar 2021, David Rientjes wrote: On Wed, 24 Mar 2021, Bhaskar Chowdhury wrote: diff --git a/mm/slub.c b/mm/slub.c index 3021ce9bf1b3..cd3c7be33f69 100644 --- a/mm/slub.c +++ b/mm/slub.c @@ -3,7 +3,7 @@ * SLUB: A slab allocator that limits cache line use instead of queuing

[PATCH V2] mm/slub.c: Trivial typo fixes

2021-03-24 Thread Bhaskar Chowdhury
s/operatios/operations/ s/Mininum/Minimum/ s/mininum/minimum/ ..two different places. Signed-off-by: Bhaskar Chowdhury --- Changes from V1: David's finding incorporated.i.e operation->operations mm/slub.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --

[PATCH V2] drm/radeon/r600_cs: Few typo fixes

2021-03-24 Thread Bhaskar Chowdhury
s/miror/mirror/ s/needind/needing/ s/informations/information/ Signed-off-by: Bhaskar Chowdhury --- Changes from V1: Randy's finding incorporated ,i.e in one place,informations->information Adjusted the subject line accordingly drivers/gpu/drm/radeon/r600_cs.c | 6 +++--- 1 file ch

Re: [PATCH] drm/radeon/r600_cs: Couple of typo fixes

2021-03-24 Thread Bhaskar Chowdhury
On 14:48 Wed 24 Mar 2021, Randy Dunlap wrote: On 3/24/21 6:50 AM, Bhaskar Chowdhury wrote: s/miror/mirror/ s/needind/needing/ Signed-off-by: Bhaskar Chowdhury --- drivers/gpu/drm/radeon/r600_cs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/radeon

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

2021-03-24 Thread Bhaskar Chowdhury
s/unconditonally/unconditionally/ s/succesful/successful/ Signed-off-by: Bhaskar Chowdhury --- Changes from V1: Randy's finding incorporated ,plus the subject line adjusted. sound/core/pcm_native.c | 82 - 1 file changed, 41 insertions(+

Re: [PATCH] ALSA: pcm: A typo fix

2021-03-24 Thread Bhaskar Chowdhury
On 10:51 Wed 24 Mar 2021, Randy Dunlap wrote: On 3/23/21 11:56 PM, Bhaskar Chowdhury wrote: s/unconditonally/unconditionally/ Signed-off-by: Bhaskar Chowdhury --- sound/core/pcm_native.c | 80 - 1 file changed, 40 insertions(+), 40 deletions(-) diff

  1   2   3   4   5   6   7   8   >