Re: Linux 5.11
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 lined up for tomorrow, so we're all set for the merge window to start. But in the meantime - and yes, I know it's Valentine's Day here in the US - maybe give this release a good testing before you go back and play with development kernels. All right? Because I'm sure your SO will understand. Here we go ... :) bhaskar@OpenSuse_06:22:58_Mon Feb 15:~> rc-kernel-pull-build-boot.sh We have new RC kernel remote: Enumerating objects: 6, done. remote: Counting objects: 100% (6/6), done. remote: Compressing objects: 100% (4/4), done. remote: Total 4 (delta 2), reused 0 (delta 0), pack-reused 0 Unpacking objects: 100% (4/4), 868 bytes | 289.00 KiB/s, done. From https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux 28a173387388..f40ddce88593 master -> origin/master * [new tag] v5.11 -> v5.11 Updating 28a173387388..f40ddce88593 Fast-forward Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) We are fine ..pls proceed.. ~Bhaskar signature.asc Description: PGP signature
Re: [PATCH] fs: configfs: Fix sentence with a better word in the file symlink.c
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 opposite. "Magic" here is no compliment - read the comment and try to understand what it says. As expected Al, you are spot on. I will improve, honestly. You haven't read my other mail ...it should be lying somewhere in you inbox...that contain enough clue. :) Thanks, man! signature.asc Description: PGP signature
Re: [PATCH] arch: s390: kvm: Fix oustanding to outstanding in the file kvm-s390.c
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 intact despite the spelling mistake. You're creating more work for me than you had writing this patch and the improvement is close to zero. Be warned that I might not pick up such patches in the future. If you're ok with it I'll fix up the subject to this and pick up the patch: "kvm: s390: Fix comment spelling in kvm_s390_vcpu_start()" Pls do. Cheers, Janosch 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/s390/kvm/kvm-s390.c @@ -4545,7 +4545,7 @@ int kvm_s390_vcpu_start(struct kvm_vcpu *vcpu) /* * As we are starting a second VCPU, we have to disable * the IBS facility on all VCPUs to remove potentially -* oustanding ENABLE requests. +* outstanding ENABLE requests. */ __disable_ibs_on_all_vcpus(vcpu->kvm); } -- 2.30.1 signature.asc Description: PGP signature
Re: [PATCH] docs: kernel-hacking: Remove the word fuck,trying to be civil :)
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/kernel-hacking/locking.rst b/Documentation/kernel-hacking/locking.rst index c3448929a824..ed1284c6f078 100644 --- a/Documentation/kernel-hacking/locking.rst +++ b/Documentation/kernel-hacking/locking.rst @@ -958,7 +958,7 @@ grabs a read lock, searches a list, fails to find what it wants, drops the read lock, grabs a write lock and inserts the object has a race condition. -If you don't see why, please stay the fuck away from my code. +If you don't see why, please stay away from my code. Sigh. I've gotten a few variants of this patch over the years...I guess maybe the time has come to apply one, so I did. If the word is too offensive to be in our docs, though, perhaps it shouldn't be in the changelog either, so I rewrote it: docs: kernel-hacking: be more civil Remove the f-bomb from locking.rst. Let's have a moment of silence, though, as we mark the passing of the last of Rusty's once plentiful profanities in this venerable document. I really like that tribute there, Jon. :) Indeed! -- ~Randy signature.asc Description: PGP signature
[PATCH] drivers/media/pci/cx18: Fix a spelling minimze to minimize in the file cx18-firmware.c
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/drivers/media/pci/cx18/cx18-firmware.c +++ b/drivers/media/pci/cx18/cx18-firmware.c @@ -244,7 +244,7 @@ void cx18_init_power(struct cx18 *cx, int lowpwr) * an error of less than 0.13 ppm which is way, way better than any off * the shelf crystal will have for accuracy anyway. * -* Below I aim to run the PLLs' VCOs near 400 MHz to minimze errors. +* Below I aim to run the PLLs' VCOs near 400 MHz to minimize errors. * * Many thanks to Jeff Campbell and Mike Bradley for their extensive * investigation, experimentation, testing, and suggested solutions of -- 2.30.1
[PATCH] drivers: media: pci: cx18: Couple of spell fixes in the file cx18-av-core.c
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..11cfe35fd730 100644 --- a/drivers/media/pci/cx18/cx18-av-core.c +++ b/drivers/media/pci/cx18/cx18-av-core.c @@ -89,7 +89,7 @@ static void cx18_av_init(struct cx18 *cx) /* * The crystal freq used in calculations in this driver will be * 28.636360 MHz. -* Aim to run the PLLs' VCOs near 400 MHz to minimze errors. +* Aim to run the PLLs' VCOs near 400 MHz to minimize errors. */ /* @@ -122,7 +122,7 @@ static void cx18_av_initialize(struct v4l2_subdev *sd) cx18_av_write4_expect(cx, CXADEC_DL_CTL, 0x0300, 0x0300, 0x1300); - /* initallize the PLL by toggling sleep bit */ + /* initialize the PLL by toggling sleep bit */ v = cx18_av_read4(cx, CXADEC_HOST_REG1); /* enable sleep mode - register appears to be read only... */ cx18_av_write4_expect(cx, CXADEC_HOST_REG1, v | 1, v, 0xfffe); -- 2.30.1
[PATCH] drivers: media: pci: cx18: Spelling fix of minimze to minimize in the file cx18-av-audio.c
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/drivers/media/pci/cx18/cx18-av-audio.c +++ b/drivers/media/pci/cx18/cx18-av-audio.c @@ -46,7 +46,7 @@ static int set_audclk_freq(struct cx18 *cx, u32 freq) * an error of less than 0.13 ppm which is way, way better than any off * the shelf crystal will have for accuracy anyway. * -* Below I aim to run the PLLs' VCOs near 400 MHz to minimze error. +* Below I aim to run the PLLs' VCOs near 400 MHz to minimize error. * * Many thanks to Jeff Campbell and Mike Bradley for their extensive * investigation, experimentation, testing, and suggested solutions of -- 2.30.1
[PATCH] docs: ABI: Fix the spelling oustanding to outstanding in the file sysfs-fs-xfs
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 --- a/Documentation/ABI/testing/sysfs-fs-xfs +++ b/Documentation/ABI/testing/sysfs-fs-xfs @@ -33,7 +33,7 @@ Contact: x...@oss.sgi.com Description: The current state of the log write grant head. It represents the total log reservation of all currently - oustanding transactions, including regrants due to + outstanding transactions, including regrants due to rolling transactions. The grant head is exported in "cycle:bytes" format. Users: xfstests -- 2.30.1
[PATCH] arch: s390: kvm: Fix oustanding to outstanding in the file kvm-s390.c
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/s390/kvm/kvm-s390.c @@ -4545,7 +4545,7 @@ int kvm_s390_vcpu_start(struct kvm_vcpu *vcpu) /* * As we are starting a second VCPU, we have to disable * the IBS facility on all VCPUs to remove potentially -* oustanding ENABLE requests. +* outstanding ENABLE requests. */ __disable_ibs_on_all_vcpus(vcpu->kvm); } -- 2.30.1
[PATCH] arch: powerpc: kernel: Change droping to dropping in the file traps.c
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/arch/powerpc/kernel/traps.c @@ -405,7 +405,7 @@ void hv_nmi_check_nonrecoverable(struct pt_regs *regs) * Now test if the interrupt has hit a range that may be using * HSPRG1 without having RI=0 (i.e., an HSRR interrupt). The * problem ranges all run un-relocated. Test real and virt modes -* at the same time by droping the high bit of the nip (virt mode +* at the same time by dropping the high bit of the nip (virt mode * entry points still have the +0x4000 offset). */ nip &= ~0xc000ULL; -- 2.30.1
[PATCH] init: Kconfig: Fix a spelling compier to compiler in the file init/Kconfig
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 CC_VERSION_TEXT so it is recorded in include/config/auto.conf.cmd. When the compiler is updated, Kconfig will be invoked. - - Ensure full rebuild when the compier is updated + - Ensure full rebuild when the compiler is updated include/linux/kconfig.h contains this option in the comment line so fixdep adds include/config/cc/version/text.h into the auto-generated dependency. When the compiler is updated, syncconfig will touch it -- 2.30.1
[PATCH] arch: x86: mm: Fix compied to compiled in the file init.c
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 @@ /* * We need to define the tracepoints somewhere, and tlb.c - * is only compied when SMP=y. + * is only compiled when SMP=y. */ #define CREATE_TRACE_POINTS #include -- 2.30.1
[PATCH V2] init/Kconfig: Fix a typo in CC_VERSION_TEXT help text
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 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -19,7 +19,7 @@ config CC_VERSION_TEXT CC_VERSION_TEXT so it is recorded in include/config/auto.conf.cmd. When the compiler is updated, Kconfig will be invoked. - - Ensure full rebuild when the compier is updated + - Ensure full rebuild when the compiler is updated include/linux/kconfig.h contains this option in the comment line so fixdep adds include/config/cc/version/text.h into the auto-generated dependency. When the compiler is updated, syncconfig will touch it -- 2.29.2
[PATCH] wireless: brcm80211: Fix the spelling configation to configuration in the file d11.h
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/brcmsmac/d11.h index 9035cc4d6ff3..dc395566e495 100644 --- a/drivers/net/wireless/broadcom/brcm80211/brcmsmac/d11.h +++ b/drivers/net/wireless/broadcom/brcm80211/brcmsmac/d11.h @@ -1469,7 +1469,7 @@ struct d11rxhdr { /* htphy PhyRxStatus_1: */ /* core enables for {3..0}, 0=disabled, 1=enabled */ #define PRXS1_HTPHY_CORE_MASK 0x000F -/* antenna configation */ +/* antenna configuration */ #define PRXS1_HTPHY_ANTCFG_MASK0x00F0 /* Mixmode PLCP Length low byte mask */ #define PRXS1_HTPHY_MMPLCPLenL_MASK0xFF00 -- 2.30.0
[PATCH] arch: x86: entry: vdso: Fix the spelling postive to positive in the file vsgx.S
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/x86/entry/vdso/vsgx.S @@ -137,7 +137,7 @@ SYM_FUNC_START(__vdso_sgx_enter_enclave) /* * If the return from callback is zero or negative, return immediately, -* else re-execute ENCLU with the postive return value interpreted as +* else re-execute ENCLU with the positive return value interpreted as * the requested ENCLU function. */ cmp $0, %eax -- 2.30.0
[PATCH] drivers: iio: proximity: Fix a spelling postive to positive in the file sx9500.c
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/sx9500.c +++ b/drivers/iio/proximity/sx9500.c @@ -758,7 +758,7 @@ static const struct sx9500_reg_default sx9500_default_regs[] = { .reg = SX9500_REG_PROX_CTRL5, /* * Debouncer off, lowest average negative filter, -* highest average postive filter. +* highest average positive filter. */ .def = 0x0f, }, -- 2.30.0
Re: [PATCH] doc: devicetree: bindings: usb: Chnage descibe to describe in usbmisc-imx.txt
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/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 index b353b9816487..b796836d2ce7 100644 --- a/Documentation/devicetree/bindings/usb/usbmisc-imx.txt +++ b/Documentation/devicetree/bindings/usb/usbmisc-imx.txt @@ -1,7 +1,7 @@ * Freescale i.MX non-core registers Required properties: -- #index-cells: Cells used to descibe usb controller index. Should be <1> +- #index-cells: Cells used to describe usb controller index. Should be <1> - compatible: Should be one of below: "fsl,imx6q-usbmisc" for imx6q "fsl,vf610-usbmisc" for Vybrid vf610 -- 2.26.2 signature.asc Description: PGP signature
Re: [PATCH] include: uapi: linux: Fix the spelling simulatneous to simultaneous in the file capi.h
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 followed โ ~/git-linux/linux [master โยท82|โ] 05:00 $ owner include/uapi/linux/capi.h linux-kernel@vger.kernel.org (open list) ..Yup ,no other address to adress to it. --- 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/include/uapi/linux/capi.h @@ -24,7 +24,7 @@ */ typedef struct capi_register_params { /* CAPI_REGISTER */ - __u32 level3cnt;/* No. of simulatneous user data connections */ + __u32 level3cnt;/* No. of simultaneous user data connections */ __u32 datablkcnt; /* No. of buffered data messages */ __u32 datablklen; /* Size of buffered data messages */ } capi_register_params; -- -- ~Randy signature.asc Description: PGP signature
[PATCH] tools: bootconfig: Fix a spelling messge to message in echo statement
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/bootconfig/test-bootconfig.sh +++ b/tools/bootconfig/test-bootconfig.sh @@ -78,7 +78,7 @@ echo "File size check" new_size=$(stat -c %s $INITRD) xpass test $new_size -eq $initrd_size -echo "No error messge while applying" +echo "No error message while applying" dd if=/dev/zero of=$INITRD bs=4096 count=1 printf " \0\0\0 \0\0\0" >> $INITRD $BOOTCONF -a $TEMPCONF $INITRD > $OUTFILE 2>&1 -- 2.26.2
[PATCH] arch: x86: kernel: Mundane spelling fixes throughout the file apm_32.c
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 --git a/arch/x86/kernel/apm_32.c b/arch/x86/kernel/apm_32.c index 660270359d39..04204e01ff7c 100644 --- a/arch/x86/kernel/apm_32.c +++ b/arch/x86/kernel/apm_32.c @@ -766,7 +766,7 @@ static int apm_driver_version(u_short *val) * not cleared until it is acknowledged. * * Additional information is returned in the info pointer, providing - * that APM 1.2 is in use. If no messges are pending the value 0x80 + * that APM 1.2 is in use. If no messages are pending the value 0x80 * is returned (No power management events pending). */ static int apm_get_event(apm_event_t *event, apm_eventinfo_t *info) @@ -893,7 +893,7 @@ static void apm_do_busy(void) * apm_cpu_idle- cpu idling for APM capable Linux * * This is the idling function the kernel executes when APM is available. It - * tries to do BIOS powermanagement based on the average system idle time. + * tries to do BIOS power management based on the average system idle time. * Furthermore it calls the system default idle routine. */ @@ -1025,7 +1025,7 @@ static int apm_enable_power_management(int enable) * status which gives the rough battery status, and current power * source. The bat value returned give an estimate as a percentage * of life and a status value for the battery. The estimated life - * if reported is a lifetime in secodnds/minutes at current powwer + * if reported is a lifetime in seconds/minutes at current power * consumption. */ @@ -1121,7 +1121,7 @@ static int apm_engage_power_management(u_short device, int enable) * Attempt to blank the console, firstly by blanking just video device * zero, and if that fails (some BIOSes don't support it) then it blanks * all video devices. Typically the BIOS will do laptop backlight and - * monitor powerdown for us. + * monitor power down for us. */ static int apm_console_blank(int blank) @@ -2366,7 +2366,7 @@ static int __init apm_init(void) /* * Note we don't actually care if the misc_device cannot be registered. * this driver can do its job without it, even if userspace can't -* control it. just log the error +* control it.Just log the error */ if (misc_register(&apm_device)) printk(KERN_WARNING "apm: Could not register misc device.\n"); -- 2.26.2
[PATCH] drivers: crypto: qat: qat_common: Inside the comment a spelling fixed in adf_pf2vf_msg.c
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..a1b77bd7a894 100644 --- a/drivers/crypto/qat/qat_common/adf_pf2vf_msg.c +++ b/drivers/crypto/qat/qat_common/adf_pf2vf_msg.c @@ -169,7 +169,7 @@ static int __adf_iov_putmsg(struct adf_accel_dev *accel_dev, u32 msg, u8 vf_nr) * @msg: Message to send * @vf_nr: VF number to which the message will be sent * - * Function sends a messge from the PF to a VF + * Function sends a message from the PF to a VF * * Return: 0 on success, error code otherwise. */ -- 2.26.2
[PATCH] drivers: crypto: qat: qat_common: Two different lines fix the same spelling in the file adf_vf2pf_msg.c
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 index 2c98fb63f7b7..e85bd62d134a 100644 --- a/drivers/crypto/qat/qat_common/adf_vf2pf_msg.c +++ b/drivers/crypto/qat/qat_common/adf_vf2pf_msg.c @@ -8,7 +8,7 @@ * adf_vf2pf_init() - send init msg to PF * @accel_dev: Pointer to acceleration VF device. * - * Function sends an init messge from the VF to a PF + * Function sends an init message from the VF to a PF * * Return: 0 on success, error code otherwise. */ @@ -31,7 +31,7 @@ EXPORT_SYMBOL_GPL(adf_vf2pf_init); * adf_vf2pf_shutdown() - send shutdown msg to PF * @accel_dev: Pointer to acceleration VF device. * - * Function sends a shutdown messge from the VF to a PF + * Function sends a shutdown message from the VF to a PF * * Return: void */ -- 2.26.2
[PATCH] drivers: net: ehternet: i825xx: Fix couple of spellings in the file ether1.c
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 a0bfb509e002..0233fb6e222d 100644 --- a/drivers/net/ethernet/i825xx/ether1.c +++ b/drivers/net/ethernet/i825xx/ether1.c @@ -20,7 +20,7 @@ * 1.02RMK 25/05/1997 Added code to restart RU if it goes not ready * 1.03RMK 14/09/1997 Cleaned up the handling of a reset during the TX interrupt. * Should prevent lockup. - * 1.04 RMK17/09/1997 Added more info when initialsation of chip goes wrong. + * 1.04 RMK17/09/1997 Added more info when initialisation of chip goes wrong. * TDR now only reports failure when chip reports non-zero * TDR time-distance. * 1.05RMK 31/12/1997 Removed calls to dev_tint for 2.1 @@ -117,7 +117,7 @@ ether1_outw_p (struct net_device *dev, unsigned short val, int addr, int svflgs) * Some inline assembler to allow fast transfers on to/off of the card. * Since this driver depends on some features presented by the ARM * specific architecture, and that you can't configure this driver - * without specifiing ARM mode, this is not a problem. + * without specifying ARM mode, this is not a problem. * * This routine is essentially an optimised memcpy from the card's * onboard RAM to kernel memory. @@ -885,7 +885,7 @@ ether1_recv_done (struct net_device *dev) ether1_writew(dev, 0, priv(dev)->rx_tail, rfd_t, rfd_command, NORMALIRQS); ether1_writew(dev, 0, priv(dev)->rx_tail, rfd_t, rfd_status, NORMALIRQS); ether1_writew(dev, 0, priv(dev)->rx_tail, rfd_t, rfd_rbdoffset, NORMALIRQS); - + priv(dev)->rx_tail = nexttail; priv(dev)->rx_head = ether1_readw(dev, priv(dev)->rx_head, rfd_t, rfd_link, NORMALIRQS); } while (1); @@ -1031,7 +1031,7 @@ ether1_probe(struct expansion_card *ec, const struct ecard_id *id) printk(KERN_INFO "%s: ether1 in slot %d, %pM\n", dev->name, ec->slot_no, dev->dev_addr); - + ecard_set_drvdata(ec, dev); return 0; @@ -1047,7 +1047,7 @@ static void ether1_remove(struct expansion_card *ec) { struct net_device *dev = ecard_get_drvdata(ec); - ecard_set_drvdata(ec, NULL); + ecard_set_drvdata(ec, NULL); unregister_netdev(dev); free_netdev(dev); -- 2.26.2
[PATCH] arch: sh: kernel: Change to correct spelling archtecture to architecture in the file relocate_kernel.S
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/sh/kernel/relocate_kernel.S @@ -3,7 +3,7 @@ * relocate_kernel.S - put the kernel image in place to boot * 2005.9.17 kogiid...@eggplant.ddo.jp * - * LANDISK/sh4 is supported. Maybe, SH archtecture works well. + * LANDISK/sh4 is supported. Maybe, SH architecture works well. * * 2009-03-18 Magnus Damm - Added Kexec Jump support */ -- 2.26.2
[PATCH] doc: devicetree: bindings: usb: Chnage descibe to describe in usbmisc-imx.txt
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 index b353b9816487..b796836d2ce7 100644 --- a/Documentation/devicetree/bindings/usb/usbmisc-imx.txt +++ b/Documentation/devicetree/bindings/usb/usbmisc-imx.txt @@ -1,7 +1,7 @@ * Freescale i.MX non-core registers Required properties: -- #index-cells: Cells used to descibe usb controller index. Should be <1> +- #index-cells: Cells used to describe usb controller index. Should be <1> - compatible: Should be one of below: "fsl,imx6q-usbmisc" for imx6q "fsl,vf610-usbmisc" for Vybrid vf610 -- 2.26.2
[PATCH] doc: devicetree: bindings: usb: Change descibe to describe in usbmisc-imx.txt
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 index b353b9816487..b796836d2ce7 100644 --- a/Documentation/devicetree/bindings/usb/usbmisc-imx.txt +++ b/Documentation/devicetree/bindings/usb/usbmisc-imx.txt @@ -1,7 +1,7 @@ * Freescale i.MX non-core registers Required properties: -- #index-cells: Cells used to descibe usb controller index. Should be <1> +- #index-cells: Cells used to describe usb controller index. Should be <1> - compatible: Should be one of below: "fsl,imx6q-usbmisc" for imx6q "fsl,vf610-usbmisc" for Vybrid vf610 -- 2.26.2
[PATCH] crypto: Fixed optimzation to optimization in the file crypto/xor.c
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 xor_block_template *tmpl, void *b1, void *b2) for (i = 0; i < 3; i++) { start = ktime_get(); for (j = 0; j < REPS; j++) { - mb(); /* prevent loop optimzation */ + mb(); /* prevent loop optimization */ tmpl->do_2(BENCH_SIZE, b1, b2); mb(); } -- 2.26.2
[PATCH] include: acpi: Correct spelling in the file acoutput.h is optimzation to optimization
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/acpi/acoutput.h @@ -362,7 +362,7 @@ * * A less-safe version of the macros is provided for optional use if the * compiler uses excessive CPU stack (for example, this may happen in the - * debug case if code optimzation is disabled.) + * debug case if code optimization is disabled.) */ /* Exit trace helper macro */ -- 2.26.2
Re: [PATCH] drivers: net: ehternet: i825xx: Fix couple of spellings in the file ether1.c
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. This happens more than you'd think with spell fixies. Always makes me chuckle. FWIW "net: i825xx:" is enough of a prefix, no need to transcribe the entire directory path. The 2 fixes below look good (as explained in the patch description), but: can you explain the 3 changes below that AFAICT do nothing? I am so sorry that error like this lean in . I will fix that Randy..thank you... I think we can jump to the conclusion that Bhaskar's editor cleanup up trailing white space. Bhaskar please make sure that the patch does not make unrelated white space changes. > 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 a0bfb509e002..0233fb6e222d 100644 > --- a/drivers/net/ethernet/i825xx/ether1.c > +++ b/drivers/net/ethernet/i825xx/ether1.c > @@ -885,7 +885,7 @@ ether1_recv_done (struct net_device *dev) >ether1_writew(dev, 0, priv(dev)->rx_tail, rfd_t, rfd_command, NORMALIRQS); >ether1_writew(dev, 0, priv(dev)->rx_tail, rfd_t, rfd_status, NORMALIRQS); >ether1_writew(dev, 0, priv(dev)->rx_tail, rfd_t, rfd_rbdoffset, NORMALIRQS); > - > + >priv(dev)->rx_tail = nexttail; >priv(dev)->rx_head = ether1_readw(dev, priv(dev)->rx_head, rfd_t, rfd_link, NORMALIRQS); >} while (1); > @@ -1031,7 +1031,7 @@ ether1_probe(struct expansion_card *ec, const struct ecard_id *id) > >printk(KERN_INFO "%s: ether1 in slot %d, %pM\n", >dev->name, ec->slot_no, dev->dev_addr); > - > + >ecard_set_drvdata(ec, dev); >return 0; > > @@ -1047,7 +1047,7 @@ static void ether1_remove(struct expansion_card *ec) > { >struct net_device *dev = ecard_get_drvdata(ec); > > - ecard_set_drvdata(ec, NULL); > + ecard_set_drvdata(ec, NULL); > >unregister_netdev(dev); >free_netdev(dev); > -- > 2.26.2 > signature.asc Description: PGP signature
Re: [PATCH] arch: sh: kernel: Change to correct spelling archtecture to architecture in the file relocate_kernel.S
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 --- 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/sh/kernel/relocate_kernel.S @@ -3,7 +3,7 @@ * relocate_kernel.S - put the kernel image in place to boot * 2005.9.17 kogiid...@eggplant.ddo.jp * - * LANDISK/sh4 is supported. Maybe, SH archtecture works well. + * LANDISK/sh4 is supported. Maybe, SH architecture works well. * * 2009-03-18 Magnus Damm - Added Kexec Jump support */ -- 2.26.2 -- ~Randy signature.asc Description: PGP signature
Re: [PATCH] arch: x86: kernel: Mundane spelling fixes throughout the file apm_32.c
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/kernel/apm_32.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/x86/kernel/apm_32.c b/arch/x86/kernel/apm_32.c index 660270359d39..04204e01ff7c 100644 --- a/arch/x86/kernel/apm_32.c +++ b/arch/x86/kernel/apm_32.c @@ -2366,7 +2366,7 @@ static int __init apm_init(void) /* * Note we don't actually care if the misc_device cannot be registered. * this driver can do its job without it, even if userspace can't -* control it. just log the error +* control it.Just log the error missing space and period: * control it. Just log the error. The rest of the changes look good. My bad...thank you Randy! Thanks. */ if (misc_register(&apm_device)) printk(KERN_WARNING "apm: Could not register misc device.\n"); -- 2.26.2 -- ~Randy signature.asc Description: PGP signature
[PATCH V2] arch: sh: kernel: Fix a spelling archtecture to architecture in the file relocate_kernel.S
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/relocate_kernel.S index d9bf2b727b42..deda2f60a8f2 100644 --- a/arch/sh/kernel/relocate_kernel.S +++ b/arch/sh/kernel/relocate_kernel.S @@ -3,7 +3,7 @@ * relocate_kernel.S - put the kernel image in place to boot * 2005.9.17 kogiid...@eggplant.ddo.jp * - * LANDISK/sh4 is supported. Maybe, SH archtecture works well. + * LANDISK/sh4 is supported. Maybe, SH architecture works well. * * 2009-03-18 Magnus Damm - Added Kexec Jump support */ -- 2.26.2
[PATCH] arch: mips: kernel: Made couple of spelling fixes and a sentence construction in smp.c
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/smp.c +++ b/arch/mips/kernel/smp.c @@ -59,7 +59,7 @@ static DECLARE_COMPLETION(cpu_starting); static DECLARE_COMPLETION(cpu_running); /* - * A logcal cpu mask containing only one VPE per core to + * A logical cpu mask containing only one VPE per core to * reduce the number of IPIs on large MT systems. */ cpumask_t cpu_foreign_map[NR_CPUS] __read_mostly; @@ -510,10 +510,10 @@ static inline void smp_on_each_tlb(void (*func) (void *info), void *info) * address spaces, a new context is obtained on the current cpu, and tlb * context on other cpus are invalidated to force a new context allocation * at switch_mm time, should the mm ever be used on other cpus. For - * multithreaded address spaces, intercpu interrupts have to be sent. - * Another case where intercpu interrupts are required is when the target + * multithreaded address spaces, inter CPU interrupts have to be sent. + * Another case where inter CPU interrupts are required is when the target * mm might be active on another cpu (eg debuggers doing the flushes on - * behalf of debugees, kswapd stealing pages from another process etc). + * behalf of debuge's, kswapd stealing pages from another process etc). * Kanoj 07/00. */ -- 2.26.2
Re: [PATCH] arch: mips: kernel: Made couple of spelling fixes and a sentence construction in smp.c
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
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! -- ~Randy netiquette: https://people.kernel.org/tglx/notes-about-netiquette signature.asc Description: PGP signature
[PATCH V2] arch: mips: kernel: Fix two spelling in smp.c
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/kernel/smp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/mips/kernel/smp.c b/arch/mips/kernel/smp.c index 74b9102fd06e..ef86fbad8546 100644 --- a/arch/mips/kernel/smp.c +++ b/arch/mips/kernel/smp.c @@ -59,7 +59,7 @@ static DECLARE_COMPLETION(cpu_starting); static DECLARE_COMPLETION(cpu_running); /* - * A logcal cpu mask containing only one VPE per core to + * A logical cpu mask containing only one VPE per core to * reduce the number of IPIs on large MT systems. */ cpumask_t cpu_foreign_map[NR_CPUS] __read_mostly; @@ -510,8 +510,8 @@ static inline void smp_on_each_tlb(void (*func) (void *info), void *info) * address spaces, a new context is obtained on the current cpu, and tlb * context on other cpus are invalidated to force a new context allocation * at switch_mm time, should the mm ever be used on other cpus. For - * multithreaded address spaces, intercpu interrupts have to be sent. - * Another case where intercpu interrupts are required is when the target + * multithreaded address spaces, inter-CPU interrupts have to be sent. + * Another case where inter-CPU interrupts are required is when the target * mm might be active on another cpu (eg debuggers doing the flushes on * behalf of debugees, kswapd stealing pages from another process etc). * Kanoj 07/00. -- 2.26.2
[PATCH] arch: powerpc: kernel: Fix the spelling mismach to mismatch in head.44x.S
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/head_44x.S +++ b/arch/powerpc/kernel/head_44x.S @@ -376,7 +376,7 @@ interrupt_base: /* Load the next available TLB index */ lwz r13,tlb_44x_index@l(r10) - bne 2f /* Bail if permission mismach */ + bne 2f /* Bail if permission mismatch */ /* Increment, rollover, and store TLB index */ addir13,r13,1 @@ -471,7 +471,7 @@ interrupt_base: /* Load the next available TLB index */ lwz r13,tlb_44x_index@l(r10) - bne 2f /* Bail if permission mismach */ + bne 2f /* Bail if permission mismatch */ /* Increment, rollover, and store TLB index */ addir13,r13,1 -- 2.26.2
[PATCH V2] drivers: net: ethernet: i825xx: Fix couple of spellings and get rid of blank lines too in the file ether1.c
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 changed, 3 insertions(+), 6 deletions(-) diff --git a/drivers/net/ethernet/i825xx/ether1.c b/drivers/net/ethernet/i825xx/ether1.c index a0bfb509e002..850ea32091ed 100644 --- a/drivers/net/ethernet/i825xx/ether1.c +++ b/drivers/net/ethernet/i825xx/ether1.c @@ -20,7 +20,7 @@ * 1.02RMK 25/05/1997 Added code to restart RU if it goes not ready * 1.03RMK 14/09/1997 Cleaned up the handling of a reset during the TX interrupt. * Should prevent lockup. - * 1.04 RMK17/09/1997 Added more info when initialsation of chip goes wrong. + * 1.04 RMK17/09/1997 Added more info when initialisation of chip goes wrong. * TDR now only reports failure when chip reports non-zero * TDR time-distance. * 1.05RMK 31/12/1997 Removed calls to dev_tint for 2.1 @@ -117,7 +117,7 @@ ether1_outw_p (struct net_device *dev, unsigned short val, int addr, int svflgs) * Some inline assembler to allow fast transfers on to/off of the card. * Since this driver depends on some features presented by the ARM * specific architecture, and that you can't configure this driver - * without specifiing ARM mode, this is not a problem. + * without specifying ARM mode, this is not a problem. * * This routine is essentially an optimised memcpy from the card's * onboard RAM to kernel memory. @@ -885,7 +885,6 @@ ether1_recv_done (struct net_device *dev) ether1_writew(dev, 0, priv(dev)->rx_tail, rfd_t, rfd_command, NORMALIRQS); ether1_writew(dev, 0, priv(dev)->rx_tail, rfd_t, rfd_status, NORMALIRQS); ether1_writew(dev, 0, priv(dev)->rx_tail, rfd_t, rfd_rbdoffset, NORMALIRQS); - priv(dev)->rx_tail = nexttail; priv(dev)->rx_head = ether1_readw(dev, priv(dev)->rx_head, rfd_t, rfd_link, NORMALIRQS); } while (1); @@ -1028,10 +1027,8 @@ ether1_probe(struct expansion_card *ec, const struct ecard_id *id) ret = register_netdev(dev); if (ret) goto free; - printk(KERN_INFO "%s: ether1 in slot %d, %pM\n", dev->name, ec->slot_no, dev->dev_addr); - ecard_set_drvdata(ec, dev); return 0; @@ -1047,7 +1044,7 @@ static void ether1_remove(struct expansion_card *ec) { struct net_device *dev = ecard_get_drvdata(ec); - ecard_set_drvdata(ec, NULL); + ecard_set_drvdata(ec, NULL); unregister_netdev(dev); free_netdev(dev); -- 2.26.2
Re: [PATCH V2] drivers: net: ethernet: i825xx: Fix couple of spellings and get rid of blank lines too in the file ether1.c
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 all the changes in changelog text drivers/net/ethernet/i825xx/ether1.c | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/drivers/net/ethernet/i825xx/ether1.c b/drivers/net/ethernet/i825xx/ether1.c index a0bfb509e002..850ea32091ed 100644 --- a/drivers/net/ethernet/i825xx/ether1.c +++ b/drivers/net/ethernet/i825xx/ether1.c a. don't delete the blank lines b. the change below is not described and does not change any whitespace AFAICT. I.e., DDT [don't do that]. But what do you do when things getting automatically inducted in the patch???(You got to believe me) I haven't had touch that bloody function with my keystroke and it gets it on its own! Bemusing! Those blank lines too inducted from the fresh file(means in pristine form) ,so thought pruning would be good..hence the decision to get rid of those. Wondering what the fuck is going on @@ -1047,7 +1044,7 @@ static void ether1_remove(struct expansion_card *ec) { struct net_device *dev = ecard_get_drvdata(ec); - ecard_set_drvdata(ec, NULL); + ecard_set_drvdata(ec, NULL); unregister_netdev(dev); free_netdev(dev); -- ~Randy signature.asc Description: PGP signature
[PATCH V3] drivers: net: ethernet: i825xx: Fix couple of spellings in the file ether1.c
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 --git a/drivers/net/ethernet/i825xx/ether1.c b/drivers/net/ethernet/i825xx/ether1.c index a0bfb509e002..c612ef526d16 100644 --- a/drivers/net/ethernet/i825xx/ether1.c +++ b/drivers/net/ethernet/i825xx/ether1.c @@ -20,7 +20,7 @@ * 1.02RMK 25/05/1997 Added code to restart RU if it goes not ready * 1.03RMK 14/09/1997 Cleaned up the handling of a reset during the TX interrupt. * Should prevent lockup. - * 1.04 RMK17/09/1997 Added more info when initialsation of chip goes wrong. + * 1.04 RMK17/09/1997 Added more info when initialisation of chip goes wrong. * TDR now only reports failure when chip reports non-zero * TDR time-distance. * 1.05RMK 31/12/1997 Removed calls to dev_tint for 2.1 @@ -117,7 +117,7 @@ ether1_outw_p (struct net_device *dev, unsigned short val, int addr, int svflgs) * Some inline assembler to allow fast transfers on to/off of the card. * Since this driver depends on some features presented by the ARM * specific architecture, and that you can't configure this driver - * without specifiing ARM mode, this is not a problem. + * without specifying ARM mode, this is not a problem. * * This routine is essentially an optimised memcpy from the card's * onboard RAM to kernel memory. -- 2.26.2
[PATCH] drivers: scsi: lpfc: Mundane spelling and sentence construction fixes throughout the file
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 index ac67f420ec26..923fadb7945a 100644 --- a/drivers/scsi/lpfc/lpfc_init.c +++ b/drivers/scsi/lpfc/lpfc_init.c @@ -11022,7 +11022,7 @@ lpfc_cpu_affinity_check(struct lpfc_hba *phba, int vectors) /* We found a matching phys_id, so copy the IRQ info */ cpup->eq = new_cpup->eq; - /* Bump start_cpu to the next slot to minmize the + /* Bump start_cpu to the next slot to minimize the * chance of having multiple unassigned CPU entries * selecting the same IRQ. */ @@ -11076,7 +11076,7 @@ lpfc_cpu_affinity_check(struct lpfc_hba *phba, int vectors) /* We found an available entry, copy the IRQ info */ cpup->eq = new_cpup->eq; - /* Bump start_cpu to the next slot to minmize the + /* Bump start_cpu to the next slot to minimize the * chance of having multiple unassigned CPU entries * selecting the same IRQ. */ @@ -11246,14 +11246,14 @@ lpfc_cpuhp_get_eq(struct lpfc_hba *phba, unsigned int cpu, if (!maskp) continue; /* -* if irq is not affinitized to the cpu going +* if irq is not affinities to the cpu going * then we don't need to poll the eq attached * to it. */ if (!cpumask_and(tmp, maskp, cpumask_of(cpu))) continue; - /* get the cpus that are online and are affini- -* tized to this irq vector. If the count is + /* get the cpus that are online and are affinities +* to this irq vector. If the count is * more than 1 then cpuhp is not going to shut- * down this vector. Since this cpu has not * gone offline yet, we need >1. @@ -11367,7 +11367,7 @@ lpfc_irq_clear_aff(struct lpfc_hba_eq_hdl *eqhdl) * online cpu on the phba's original_mask and migrate all offlining IRQ * affinities. * - * If cpu is coming online, reaffinitize the IRQ back to the onlining cpu. + * If cpu is coming online, again affinities the IRQ back to the on lining cpu. * * Note: Call only if NUMA or NHT mode is enabled, otherwise rely on * PCI_IRQ_AFFINITY to auto-manage IRQ affinity. @@ -11401,7 +11401,7 @@ lpfc_irq_rebalance(struct lpfc_hba *phba, unsigned int cpu, bool offline) /* Found a valid CPU */ if ((cpu_select < nr_cpu_ids) && (cpu_select != cpu)) { - /* Go through each eqhdl and ensure offlining + /* Go through each eqhdl and ensure off lining * cpu aff_mask is migrated */ for (idx = 0; idx < phba->cfg_irq_chann; idx++) { @@ -11597,7 +11597,7 @@ lpfc_sli4_enable_msix(struct lpfc_hba *phba) * this vector, set LPFC_CPU_FIRST_IRQ. * * With certain platforms its possible that irq -* vectors are affinitized to all the cpu's. +* vectors are affinities to all the cpu's. * This can result in each cpu_map.eq to be set * to the last vector, resulting in overwrite * of all the previous cpu_map.eq. Ensure that @@ -11635,7 +11635,7 @@ lpfc_sli4_enable_msix(struct lpfc_hba *phba) free_irq(eqhdl->irq, eqhdl); } - /* Unconfigure MSI-X capability structure */ + /* Not configure MSI-X capability structure */ pci_free_irq_vectors(phba->pcidev); vec_fail_out: @@ -11744,7 +11744,7 @@ lpfc_sli4_enable_intr(struct lpfc_hba *phba, uint32_t cfg_mode) } } - /* Fallback to INTx if both MSI-X/MSI initalization failed */ + /* Fallback to INTx if both MSI-X/MSI initialization failed */ if (phba->intr_type == NONE) { retval = request_irq(phba->pcidev->irq, lpfc_sli4_intr_handler, IRQF_SHARED, LPFC_DRIVER_NAME, phba); @@ -12479,7 +12479,7 @@ lpfc_pci_probe_one_s3(struct pci_dev *pdev, const struct pci_device_id *pid) * lpfc_pci_remove_one_s3 - PCI func to unreg SLI-3 device from PCI subsystem. * @pdev: pointer to PCI device
[PATCH] arch: arm: mach-imx: Fix a spelling in the file pm-imx5.c
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 +++ b/arch/arm/mach-imx/pm-imx5.c @@ -45,7 +45,7 @@ * This is also the lowest power state possible without affecting * non-cpu parts of the system. For these reasons, imx5 should default * to always using this state for cpu idling. The PM_SUSPEND_STANDBY also - * uses this state and needs to take no action when registers remain confgiured + * uses this state and needs to take no action when registers remain configured * for this state. */ #define IMX5_DEFAULT_CPU_IDLE_STATE WAIT_UNCLOCKED_POWER_OFF -- 2.30.0
[PATCH] drivers: gpu: drm: msn: disp: dpu1: Fixed couple of spellings in the file dpu_hw_top.h
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/dpu_hw_top.h index 8018fff5667a..3aa10c89ca1b 100644 --- a/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_top.h +++ b/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_top.h @@ -30,7 +30,7 @@ struct traffic_shaper_cfg { /** * struct split_pipe_cfg - pipe configuration for dual display panels - * @en: Enable/disable dual pipe confguration + * @en: Enable/disable dual pipe configuration * @mode : Panel interface mode * @intf : Interface id for main control path * @split_flush_en: Allows both the paths to be flushed when master path is @@ -76,7 +76,7 @@ struct dpu_vsync_source_cfg { * @setup_traffic_shaper : programs traffic shaper control */ struct dpu_hw_mdp_ops { - /** setup_split_pipe() : Regsiters are not double buffered, thisk + /** setup_split_pipe() : Registers are not double buffered, thisk * function should be called before timing control enable * @mdp : mdp top context driver * @cfg : upper and lower part of pipe configuration -- 2.30.0
[PATCH] drivers: mfd: Spelling fixes in the file max77620.c
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/mfd/max77620.c +++ b/drivers/mfd/max77620.c @@ -10,7 +10,7 @@ * Mallikarjun Kasoju */ -/** Teminology used in driver +/** Terminology used in driver * Here are some terminology used from datasheet for quick reference: * Flexible Power Sequence (FPS): * The Flexible Power Sequencer (FPS) allows each regulator to power up under @@ -20,7 +20,7 @@ * be programmed to be part of a sequence allowing external regulators to be * sequenced along with internal regulators. 32KHz clock can be programmed to * be part of a sequence. - * There is 3 FPS confguration registers and all resources are configured to + * There is 3 FPS configuration registers and all resources are configured to * any of these FPS or no FPS. */ -- 2.30.0
[PATCH] drivers: scsi: File ipr.c gets few spelling fixes
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 --- a/drivers/scsi/ipr.c +++ b/drivers/scsi/ipr.c @@ -16,7 +16,7 @@ * * IBM pSeries: PCI-X Dual Channel Ultra 320 SCSI RAID Adapter * PCI-X Dual Channel Ultra 320 SCSI Adapter - * PCI-X Dual Channel Ultra 320 SCSI RAID Enablement Card + * PCI-X Dual Channel Ultra 320 SCSI RAID Entablement Card * Embedded SCSI adapter on p615 and p655 systems * * Supported Hardware Features: @@ -2470,7 +2470,7 @@ static void ipr_log_sis64_device_error(struct ipr_ioa_cfg *ioa_cfg, } /** - * ipr_get_error - Find the specfied IOASC in the ipr_error_table. + * ipr_get_error - Find the specified IOASC in the ipr_error_table. * @ioasc: IOASC * * This function will return the index of into the ipr_error_table @@ -7202,7 +7202,7 @@ static const u16 ipr_blocked_processors[] = { * * Adapters that use Gemstone revision < 3.1 do not work reliably on * certain pSeries hardware. This function determines if the given - * adapter is in one of these confgurations or not. + * adapter is in one of these configurations or not. * * Return value: * 1 if adapter is not supported / 0 if adapter is supported -- 2.30.0
[PATCH] include: media: davinci: Fixed up few trivial spellings in the file isif.h
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/include/media/davinci/isif.h +++ b/include/media/davinci/isif.h @@ -177,7 +177,7 @@ struct isif_black_clamp { * 1 - clamp value calculated separately for all colors */ __u8 bc_mode_color; - /* Vrtical start position for bc subtraction */ + /* Vertical start position for bc subtraction */ __u16 vert_start_sub; /* Black clamp for horizontal direction */ struct isif_horz_bclamp horz; @@ -193,7 +193,7 @@ struct isif_color_space_conv { /* Enable color space conversion */ __u8 en; /* -* csc coeffient table. S8Q5, M00 at index 0, M01 at index 1, and +* csc coefficient table. S8Q5, M00 at index 0, M01 at index 1, and * so forth */ struct isif_float_8 coeff[ISIF_CSC_NUM_COEFF]; @@ -340,7 +340,7 @@ struct isif_data_formatter { }; struct isif_df_csc { - /* Color Space Conversion confguration, 0 - csc, 1 - df */ + /* Color Space Conversion configuration, 0 - csc, 1 - df */ __u8 df_or_csc; /* csc configuration valid if df_or_csc is 0 */ struct isif_color_space_conv csc; @@ -406,7 +406,7 @@ struct isif_config_params_raw { struct isif_linearize linearize; /* Data formatter or CSC */ struct isif_df_csc df_csc; - /* Defect Pixel Correction (DFC) confguration */ + /* Defect Pixel Correction (DFC) configuration */ struct isif_dfc dfc; /* Black/Digital Clamp configuration */ struct isif_black_clamp bclamp; -- 2.30.0
[PATCH] sound: x86: Trivial spell fixes throughout the file intel_hdmi_audio.c
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 9f9fcd2749f2..89ddd9dd8fde 100644 --- a/sound/x86/intel_hdmi_audio.c +++ b/sound/x86/intel_hdmi_audio.c @@ -342,7 +342,7 @@ static int had_prog_status_reg(struct snd_pcm_substream *substream, /* * function to initialize audio - * registers and buffer confgiuration registers + * registers and buffer configuration registers * This function is called in the prepare callback */ static int had_init_audio_ctrl(struct snd_pcm_substream *substream, @@ -611,7 +611,7 @@ static void had_prog_dip(struct snd_pcm_substream *substream, frame2.regx.chnl_cnt = substream->runtime->channels - 1; frame3.regx.chnl_alloc = ca; - /* Calculte the byte wide checksum for all valid DIP words */ + /* Calculate the byte wide checksum for all valid DIP words */ for (i = 0; i < BYTES_PER_WORD; i++) checksum += (info_frame >> (i * 8)) & 0xff; for (i = 0; i < BYTES_PER_WORD; i++) @@ -1109,7 +1109,7 @@ static int had_pcm_close(struct snd_pcm_substream *substream) intelhaddata = snd_pcm_substream_chip(substream); - /* unreference and sync with the pending PCM accesses */ + /* unreferenced and sync with the pending PCM accesses */ spin_lock_irq(&intelhaddata->had_spinlock); intelhaddata->stream_info.substream = NULL; intelhaddata->stream_info.substream_refcount--; -- 2.30.0
[PATCH] docs: kernel-hacking: Remove the word fuck,trying to be civil :)
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/Documentation/kernel-hacking/locking.rst +++ b/Documentation/kernel-hacking/locking.rst @@ -958,7 +958,7 @@ grabs a read lock, searches a list, fails to find what it wants, drops the read lock, grabs a write lock and inserts the object has a race condition. -If you don't see why, please stay the fuck away from my code. +If you don't see why, please stay away from my code. Racing Timers: A Kernel Pastime --- -- 2.30.0
[PATCH] arch: m68k: include: asm: Reconstruct the sentence in file sun3ints.h
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/m68k/include/asm/sun3ints.h +++ b/arch/m68k/include/asm/sun3ints.h @@ -27,7 +27,7 @@ extern void sun3_enable_interrupts (void); extern void sun3_disable_interrupts (void); extern volatile unsigned char* sun3_intreg; -/* master list of VME vectors -- don't fuck with this */ +/* master list of VME vectors -- don't do anything with this */ #define SUN3_VEC_FLOPPY(IRQ_USER+0) #define SUN3_VEC_VMESCSI0 (IRQ_USER+0) #define SUN3_VEC_VMESCSI1 (IRQ_USER+1) -- 2.30.0
[PATCH] arch: mips: sgi-ip22: Change the sentences with better word in the file ip22-setup.c
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/arch/mips/sgi-ip22/ip22-setup.c +++ b/arch/mips/sgi-ip22/ip22-setup.c @@ -36,7 +36,7 @@ void __init plat_mem_setup(void) board_be_init = ip22_be_init; /* Init the INDY HPC I/O controller. Need to call this before -* fucking with the memory controller because it needs to know the +* doing anything with the memory controller because it needs to know the * boardID and whether this is a Guiness or a FullHouse machine. */ sgihpc_init(); -- 2.30.0
[PATCH] lib: Replace obscene word with a better one :)
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 Wirzenius & Linus Torvalds. */ /* - * Wirzenius wrote this portably, Torvalds fucked it up :-) + * Wirzenius wrote this portably, Torvalds messed it up :-) */ /* -- 2.30.0
[PATCH] kernel: irq: Some words replce with better alternatives in the file timings.c
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 --- a/kernel/irq/timings.c +++ b/kernel/irq/timings.c @@ -478,21 +478,21 @@ static inline void irq_timings_store(int irq, struct irqt_stat *irqs, u64 ts) /* * The interval type is u64 in order to deal with the same -* type in our computation, that prevent mindfuck issues with +* type in our computation, that prevent mind blowing issues with * overflow, sign and division. */ interval = ts - old_ts; /* * The interrupt triggered more than one second apart, that -* ends the sequence as predictible for our purpose. In this +* ends the sequence as predictable for our purpose. In this * case, assume we have the beginning of a sequence and the -* timestamp is the first value. As it is impossible to +* timestamps is the first value. As it is impossible to * predict anything at this point, return. * -* Note the first timestamp of the sequence will always fall +* Note the first timestamps of the sequence will always fall * in this test because the old_ts is zero. That is what we -* want as we need another timestamp to compute an interval. +* want as we need another timestamps to compute an interval. */ if (interval >= NSEC_PER_SEC) { irqs->count = 0; @@ -523,7 +523,7 @@ static inline void irq_timings_store(int irq, struct irqt_stat *irqs, u64 ts) * thus the count is reinitialized. * * The array of values **must** be browsed in the time direction, the - * timestamp must increase between an element and the next one. + * timestamps must increase between an element and the next one. * * Returns a nanosec time based estimation of the earliest interrupt, * U64_MAX otherwise. @@ -556,7 +556,7 @@ u64 irq_timings_next_event(u64 now) * type but with the cost of extra computation in the * interrupt handler hot path. We choose efficiency. * -* Inject measured irq/timestamp to the pattern prediction +* Inject measured irq/timestamps to the pattern prediction * model while decrementing the counter because we consume the * data from our circular buffer. */ -- 2.30.0
[PATCH] fs: configfs: Fix sentence with a better word in the file symlink.c
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 @@ -169,7 +169,7 @@ int configfs_symlink(struct inode *dir, struct dentry *dentry, const char *symna * link(2) and symlink(2) - they wanted the target resolved * at syscall time (as link(2) would've done), be a directory * (which link(2) would've refused to do) *AND* be a deep -* fucking magic, making the target busy from rmdir POV. +* wonderful magic, making the target busy from rmdir POV. * symlink(2) is nothing of that sort, and the locking it * gets matches the normal symlink(2) semantics. Without * attempts to resolve the target (which might very well -- 2.30.0
[PATCH] drivers: ide: Fixed a word by replacing a word in the file cmd640.c
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 +12,7 @@ * This file provides support for the advanced features and bugs * of IDE interfaces using the CMD Technologies 0640 IDE interface chip. * - * These chips are basically fucked by design, and getting this driver + * These chips are basically spoils by design, and getting this driver * to work on every motherboard design that uses this screwed chip seems * bloody well impossible. However, we're still trying. * -- 2.30.0
[PATCH] drivers: mtd: Better word replace a not so good word in the file mtd_blkdevs.c
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/mtd/mtd_blkdevs.c @@ -523,7 +523,7 @@ int register_mtd_blktrans(struct mtd_blktrans_ops *tr) int ret; /* Register the notifier if/when the first device type is - registered, to prevent the link/init ordering from fucking + registered, to prevent the link/init ordering from invite us over. */ if (!blktrans_notifier.list.next) register_mtd_user(&blktrans_notifier); -- 2.30.0
[PATCH] drivers: cpufreq: Change a word with a word , good one in the file powernow-k7.c
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 +++ b/drivers/cpufreq/powernow-k7.c @@ -574,7 +574,7 @@ static int acer_cpufreq_pst(const struct dmi_system_id *d) } /* - * Some Athlon laptops have really fucked PST tables. + * Some Athlon laptops have really messed PST tables. * A BIOS update is all that can save them. * Mention this, and disable cpufreq. */ -- 2.30.0
[PATCH] drivers: gpu: drm: nouveau: Change not good word with a good one in the file init.c
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..bc2a55a82171 100644 --- a/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c +++ b/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c @@ -446,7 +446,7 @@ init_ram_restrict(struct nvbios_init *init) { /* This appears to be the behaviour of the VBIOS parser, and *is* * important to cache the NV_PEXTDEV_BOOT0 on later chipsets to -* avoid fucking up the memory controller (somehow) by reading it +* avoid messing up the memory controller (somehow) by reading it * on every INIT_RAM_RESTRICT_ZM_GROUP opcode. * * Preserving the non-caching behaviour on earlier chipsets just -- 2.30.0
Re: [PATCH] fs: notify: inotify: Replace a common bad word with better common word
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/inotify_user.c b/fs/notify/inotify/inotify_user.c index 59c177011a0f..0a9d1a81edf0 100644 --- a/fs/notify/inotify/inotify_user.c +++ b/fs/notify/inotify/inotify_user.c @@ -455,7 +455,7 @@ static void inotify_remove_from_idr(struct fsnotify_group *group, /* * We found an mark in the idr at the right wd, but it's * not the mark we were told to remove. eparis seriously -* fucked up somewhere. +* messed up somewhere. */ if (unlikely(found_i_mark != i_mark)) { WARN_ONCE(1, "%s: i_mark=%p i_mark->wd=%d i_mark->group=%p " -- 2.30.0 Same comment as the previous attempt: https://lore.kernel.org/linux-fsdevel/20181205094913.gc22...@quack2.suse.cz/ Please remove the part of the comment that adds no valuable information and fix grammar mistakes. I am not sure Amir ..could you please pinpoint that. Thanks, Amir. signature.asc Description: PGP signature
Re: [PATCH] drivers: cpufreq: Change a word with a word , good one in the file powernow-k7.c
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 --- 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 +++ b/drivers/cpufreq/powernow-k7.c @@ -574,7 +574,7 @@ static int acer_cpufreq_pst(const struct dmi_system_id *d) } /* - * Some Athlon laptops have really fucked PST tables. + * Some Athlon laptops have really messed PST tables. Or even "broken". Alright! * A BIOS update is all that can save them. * Mention this, and disable cpufreq. */ -- 2.30.0 signature.asc Description: PGP signature
Re: [PATCH] drivers: net: ethernet: sun: Fix couple of spells in the file sunhme.c
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 "spelling fixes". Please do not misrepresent your patch in your Subject: line. (Also, subsystem prefix should probably just be "net: sunhme:".) I think Steven already explained on the printf patch that the "obscene" language rules apply to new code only, so I marked this as Rejected silently. Alright! Accepted. signature.asc Description: PGP signature
[PATCH] arch: x86: kernel: apic: Fix spelling theroretical to theoretical in the file vector.c
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/vector.c +++ b/arch/x86/kernel/apic/vector.c @@ -1054,7 +1054,7 @@ void irq_force_complete_move(struct irq_desc *desc) * of the interrupt on the apic/system bus would be delayed * beyond the point where the target cpu disables interrupts * in stop machine. I doubt that it can happen, but at least -* there is a theroretical chance. Virtualization might be +* there is a theoretical chance. Virtualization might be * able to expose this, but AFAICT the IOAPIC emulation is not * as stupid as the real hardware. * -- 2.30.0
[PATCH] docs: maintainer: Fix the spelling mistaeks to mistakes in the file pull-requests.rst
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 100644 --- a/Documentation/maintainer/pull-requests.rst +++ b/Documentation/maintainer/pull-requests.rst @@ -84,7 +84,7 @@ As said by Linus:: time (describing the conflicts and your personal issues for sending it right now), but may not make sense in the context of a merge commit message, so I will try to make it all make sense. I will - also fix any speeling mistaeks and bad grammar I notice, + also fix any speeling mistakes and bad grammar I notice, particularly for non-native speakers (but also for native ones ;^). But I may miss some, or even add some. -- 2.30.0
[PATCH] include: uapi: linux: Fix the spelling simulatneous to simultaneous in the file capi.h
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/include/uapi/linux/capi.h @@ -24,7 +24,7 @@ */ typedef struct capi_register_params { /* CAPI_REGISTER */ - __u32 level3cnt;/* No. of simulatneous user data connections */ + __u32 level3cnt;/* No. of simultaneous user data connections */ __u32 datablkcnt; /* No. of buffered data messages */ __u32 datablklen; /* Size of buffered data messages */ } capi_register_params; -- 2.30.0
[PATCH] drivers: scsi: aic7xxx: Fix the spelling verson to version in the file aic79xx.h
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/aic79xx.h +++ b/drivers/scsi/aic7xxx/aic79xx.h @@ -1175,7 +1175,7 @@ struct ahd_softc { uint8_t tqinfifonext; /* -* Cached verson of the hs_mailbox so we can avoid +* Cached version of the hs_mailbox so we can avoid * pausing the sequencer during mailbox updates. */ uint8_t hs_mailbox; -- 2.30.0
Re: [PATCH] docs: maintainer: Fix the spelling mistaeks to mistakes in the file pull-requests.rst
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
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/nolibc.h index e61d36cd4e50..fc998c359607 100644 --- a/tools/include/nolibc/nolibc.h +++ b/tools/include/nolibc/nolibc.h @@ -1054,7 +1054,7 @@ struct sys_stat_struct { * scall32-o32.S in the kernel sources. * - the system call is performed by calling "syscall" * - syscall return comes in v0, and register a3 needs to be checked to know - * if an error occured, in which case errno is in v0. + * if an error occurred, in which case errno is in v0. * - the arguments are cast to long and assigned into the target registers * which are then simply passed as registers to the asm code, so that we * don't have to experience issues with register constraints. -- 2.26.2
[PATCH] fs: dlm: Spellings fixed throughout the fle lock.c
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 +91,7 @@ static void del_timeout(struct dlm_lkb *lkb); static void toss_rsb(struct kref *kref); /* - * Lock compatibilty matrix - thanks Steve + * Lock compatibility matrix - thanks Steve * UN = Unlocked state. Not really a state, used as a flag * PD = Padding. Used to make the matrix a nice power of two in size * Other states are the same as the VMS DLM. @@ -594,7 +594,7 @@ static int find_rsb_dir(struct dlm_ls *ls, char *name, int len, error = dlm_search_rsb_tree(&ls->ls_rsbtbl[b].keep, name, len, &r); if (error) goto do_toss; - + /* * rsb is active, so we can't check master_nodeid without lock_rsb. */ @@ -2357,14 +2357,14 @@ static int _can_be_granted(struct dlm_rsb *r, struct dlm_lkb *lkb, int now, * 6-5: But the default algorithm for deciding whether to grant or * queue conversion requests does not by itself guarantee that such * requests are serviced on a "first come first serve" basis. This, in -* turn, can lead to a phenomenon known as "indefinate postponement". +* turn, can lead to a phenomenon known as "indefinite postponement". * * 6-7: This issue is dealt with by using the optional QUECVT flag with * the system service employed to request a lock conversion. This flag * forces certain conversion requests to be queued, even if they are * compatible with the granted modes of other locks on the same * resource. Thus, the use of this flag results in conversion requests -* being ordered on a "first come first servce" basis. +* being ordered on a "first come first serve" basis. * * DCT: This condition is all about new conversions being able to occur * "in place" while the lock remains on the granted queue (assuming @@ -5745,7 +5745,7 @@ int dlm_recover_process_copy(struct dlm_ls *ls, struct dlm_rcom *rc) log_debug(ls, "dlm_recover_process_copy %x remote %d %x %d", lkid, rc->rc_header.h_nodeid, remid, result); - + dlm_send_rcom_lock(r, lkb); goto out; case -EEXIST: -- 2.26.2
[PATCH V2] fs: dlm: Spellings fixed throughout the file lock.c
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 002123efc6b0..b1c36ed5 100644 --- a/fs/dlm/lock.c +++ b/fs/dlm/lock.c @@ -91,7 +91,7 @@ static void del_timeout(struct dlm_lkb *lkb); static void toss_rsb(struct kref *kref); /* - * Lock compatibilty matrix - thanks Steve + * Lock compatibility matrix - thanks Steve * UN = Unlocked state. Not really a state, used as a flag * PD = Padding. Used to make the matrix a nice power of two in size * Other states are the same as the VMS DLM. @@ -2357,14 +2357,14 @@ static int _can_be_granted(struct dlm_rsb *r, struct dlm_lkb *lkb, int now, * 6-5: But the default algorithm for deciding whether to grant or * queue conversion requests does not by itself guarantee that such * requests are serviced on a "first come first serve" basis. This, in -* turn, can lead to a phenomenon known as "indefinate postponement". +* turn, can lead to a phenomenon known as "indefinite postponement". * * 6-7: This issue is dealt with by using the optional QUECVT flag with * the system service employed to request a lock conversion. This flag * forces certain conversion requests to be queued, even if they are * compatible with the granted modes of other locks on the same * resource. Thus, the use of this flag results in conversion requests -* being ordered on a "first come first servce" basis. +* being ordered on a "first come first serve" basis. * * DCT: This condition is all about new conversions being able to occur * "in place" while the lock remains on the granted queue (assuming -- 2.26.2
Re: Linux 5.8
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 anything scary going on in the release candidates. Yeah, we had some annoying noise with header file dependencies this week, but that's not a new annoyance, and it's also not the kind of subtle bug that keeps me up at night worrying about it. It did reinforce how nice it would be if we had some kind of tooling support to break nasty header file dependencies automatically, but if wishes were horses.. Maybe some day we'll have some kind of SAT-solver for symbol dependencies that can handle all our different architectures and configurations, but right now it's just a manual pain that occasionally bites us. Anyway.. Aside from silly header file noise, the last week was mostly dominated by the networking pull, which accounts for about half of the changes (mellanox drivers and selftests stand out, but there's other smaller things in there too). Some RCU fixes stand out. Outside of the networking stuff, it's mostly various small driver fixes (gpu, rdma, sound and pinctrl being much of it), and some minor architecture noise (arm, x86, powerpc). But it's all fairly small. So there it is, a shiny new kernel. Give it a whirl before all you people start sending me the pull requests for the merge window, which I'll start handling tomorrow.. Linus Very well then, time to spin it up. Bhaskar --- Aaron Ma (1): e1000e: continue to init PHY even when failed to disable ULP Akash Asthana (1): MAINTAINERS: Update GENI I2C maintainers list Al Viro (1): fix a braino in cmsghdr_from_user_compat_to_kern() Alaa Hleihel (1): net/mlx5e: Fix kernel crash when setting vf VLANID on a VF dev Alain Michaud (1): Bluetooth: fix kernel oops in store_pending_adv_report Alex Deucher (1): Revert "drm/amdgpu: Fix NULL dereference in dpm sysfs handlers" Alexander Duyck (1): virtio-balloon: Document byte ordering of poison_val Amit Cohen (1): selftests: ethtool: Fix test when only two speeds are supported Andrii Nakryiko (2): bpf: Fix map leak in HASH_OF_MAPS map selftests/bpf: Extend map-in-map selftest to detect memory leaks Ard Biesheuvel (1): ARM: 8988/1: mmu: fix crash in EFI calls due to p4d typo in create_mapping_late() Armas Spann (2): ALSA: hda/realtek: enable headset mic of ASUS ROG Zephyrus G15(GA502) series with ALC289 ALSA: hda/realtek: typo_fix: enable headset mic of ASUS ROG Zephyrus G14(GA401) series with ALC289 Aya Levin (1): net/mlx5e: Fix error path of device attach Ben Hutchings (1): libtraceevent: Fix build with binutils 2.35 Ben Skeggs (5): drm/nouveau/disp/gm200-: fix regression from HDA SOR selection changes drm/nouveau/kms/gf100: use correct format modifiers drm/nouveau/kms/tu102: wait for core update to complete when assigning windows drm/nouveau/fbcon: fix module unload when fbcon init has failed for some reason drm/nouveau/fbcon: zero-initialise the mode_cmd2 structure Biju Das (1): drm: of: Fix double-free bug Christoph Hellwig (3): net/9p: validate fds in p9_fd_open nvme: add a Identify Namespace Identification Descriptor list quirk net/bpfilter: Initialize pos in __bpfilter_process_sockopt Cong Wang (1): ipv6: fix memory leaks on IPV6_ADDRFORM path David Howells (1): rxrpc: Fix race between recvmsg and sendmsg on immediate call failure Douglas Anderson (2): pinctrl: qcom: Handle broken/missing PDC dual edge IRQs on sc7180 drm: panel: simple: Delay HPD checking on boe_nv133fhm_n61 for 15 ms Eran Ben Elisha (3): net/mlx5: Fix a bug of using ptp channel index as pin index net/mlx5: Verify Hardware supports requested ptp function on a given pin net/mlx5: Query PPS pin operational status before registering it Fabio Estevam (2): ARM: dts: imx6sx-sdb: Fix the phy-mode on fec2 ARM: dts: imx6sx-sabreauto: Fix the phy-mode on fec2 Felix Fietkau (1): mac80211: remove STA txq pending airtime underflow warning Francesco Ruggeri (1): igb: reinit_locked() should be called with rtnl_lock Grygorii Strashko (2): ARM: dts: keystone-k2g-evm: fix rgmii phy-mode for ksz9031 phy ARM: percpu.h: fix build error Guido Gรผnther (1): drm/bridge: nwl-dsi: Drop DRM_BRIDGE_ATTACH_NO_CONNECTOR check. Guillaume Nault (1): bareudp: forbid mixing IP and MPLS in multiproto mode Guojia Liao (2): net: hns3: fix aRFS FD rules leftover after add a user FD rule net: hns3: fix for VLAN config when reset failed Hangbin Liu (1): selftests/bpf: fix netdevsim trap_flow_action_cookie read Herbert Xu (2): rhashtable: Fix unprotected RCU dereference in __rht_ptr rhashtable: Restore RCU marking on rhash
Re: ..and its build and boots well!! Linux 5.8
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 anything scary going on in the release candidates. Yeah, we had some annoying noise with header file dependencies this week, but that's not a new annoyance, and it's also not the kind of subtle bug that keeps me up at night worrying about it. It did reinforce how nice it would be if we had some kind of tooling support to break nasty header file dependencies automatically, but if wishes were horses.. Maybe some day we'll have some kind of SAT-solver for symbol dependencies that can handle all our different architectures and configurations, but right now it's just a manual pain that occasionally bites us. Anyway.. Aside from silly header file noise, the last week was mostly dominated by the networking pull, which accounts for about half of the changes (mellanox drivers and selftests stand out, but there's other smaller things in there too). Some RCU fixes stand out. Outside of the networking stuff, it's mostly various small driver fixes (gpu, rdma, sound and pinctrl being much of it), and some minor architecture noise (arm, x86, powerpc). But it's all fairly small. So there it is, a shiny new kernel. Give it a whirl before all you people start sending me the pull requests for the merge window, which I'll start handling tomorrow.. Linus --- [3.017330] devtmpfs: mounted [3.033754] Freeing unused decrypted memory: 2040K [3.096038] Freeing unused kernel image (initmem) memory: 1592K [3.097446] Write protecting the kernel read-only data: 26624k [3.102237] Freeing unused kernel image (text/rodata gap) memory: 2040K [3.104174] Freeing unused kernel image (rodata/data gap) memory: 956K [3.104943] rodata_test: all tests were successful [3.105490] Run /sbin/init as init process [3.287546] tsc: Refined TSC clocksource calibration: 2194.919 MHz [3.289113] clocksource: tsc: mask: 0x max_cycles: 0x1fa372fc492, max_idle_ns: 440795285018 ns [3.294620] clocksource: Switched to clocksource tsc [3.407021] EXT4-fs (sda): re-mounted. Opts: (null) [3.407615] ext4 filesystem being remounted at / supports timestamps until 2038 (0x7fff) Starting syslogd: OK Starting klogd: OK Running sysctl: OK Initializing random number generator: OK Saving random seed: [4.467204] random: dd: uninitialized urandom read (512 bytes read) OK [4.487439] random: crng init done Starting network: OK Welcome to Buildroot_Linux Bhaskar_Thinkpad_x250 login: root # uname -a Linux Bhaskar_Thinkpad_x250 5.8.0 #1 SMP Mon Aug 3 04:52:55 IST 2020 x86_64 GNU/Linux -Bhaskar Aaron Ma (1): e1000e: continue to init PHY even when failed to disable ULP Akash Asthana (1): MAINTAINERS: Update GENI I2C maintainers list Al Viro (1): fix a braino in cmsghdr_from_user_compat_to_kern() Alaa Hleihel (1): net/mlx5e: Fix kernel crash when setting vf VLANID on a VF dev Alain Michaud (1): Bluetooth: fix kernel oops in store_pending_adv_report Alex Deucher (1): Revert "drm/amdgpu: Fix NULL dereference in dpm sysfs handlers" Alexander Duyck (1): virtio-balloon: Document byte ordering of poison_val Amit Cohen (1): selftests: ethtool: Fix test when only two speeds are supported Andrii Nakryiko (2): bpf: Fix map leak in HASH_OF_MAPS map selftests/bpf: Extend map-in-map selftest to detect memory leaks Ard Biesheuvel (1): ARM: 8988/1: mmu: fix crash in EFI calls due to p4d typo in create_mapping_late() Armas Spann (2): ALSA: hda/realtek: enable headset mic of ASUS ROG Zephyrus G15(GA502) series with ALC289 ALSA: hda/realtek: typo_fix: enable headset mic of ASUS ROG Zephyrus G14(GA401) series with ALC289 Aya Levin (1): net/mlx5e: Fix error path of device attach Ben Hutchings (1): libtraceevent: Fix build with binutils 2.35 Ben Skeggs (5): drm/nouveau/disp/gm200-: fix regression from HDA SOR selection changes drm/nouveau/kms/gf100: use correct format modifiers drm/nouveau/kms/tu102: wait for core update to complete when assigning windows drm/nouveau/fbcon: fix module unload when fbcon init has failed for some reason drm/nouveau/fbcon: zero-initialise the mode_cmd2 structure Biju Das (1): drm: of: Fix double-free bug Christoph Hellwig (3): net/9p: validate fds in p9_fd_open nvme: add a Identify Namespace Identification Descriptor list quirk net/bpfilter: Initialize pos in __bpfilter_process_sockopt Cong Wang (1): ipv6: fix memory leaks on IPV6_ADDRFORM path David Howells (1): rxrpc: Fix race between recvmsg and sendmsg on immediate call failure Douglas Anderson (2): pinctrl: qcom: Handle broken/missing PDC dual edge IRQs on sc7180 drm:
Re:Use the script already there.. Is anyone else getting a bad signature from kernel.org's 5.8 sources+Greg's sign?
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 made Mon Aug 3 00:19:13 2020 EDT gpg:using RSA key 647F28654894E3BD457199BE38DBBDC86092693E gpg: BAD signature from "Greg Kroah-Hartman " [unknown] I did refresh all the keys just in case. I believe this is important so I'm addressing this to the signer and only CC'ing the list. If I'm made some simple mistake, feel free to send SIG666 to my terminal. I did re-read the man page just in case. Thanks, David You should be using this script to download and verify kernel from kernel.org ...it there for a reason , please use it...which take away all the manual labor .. Here is pointer to get the script : https://git.kernel.org/pub/scm/linux/kernel/git/mricon/korg-helpers.git/tree/get-verified-tarball Thanks, Bhaskar signature.asc Description: PGP signature
[PATCH] drivers: net: ehternet: marvell: Change controling to controlling
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..24034fe1e148 100644 --- a/drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.h +++ b/drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.h @@ -143,7 +143,7 @@ struct mvpp2_cls_c2_entry { /* Number of per-port dedicated entries in the C2 TCAM */ #define MVPP22_CLS_C2_PORT_N_FLOWS MVPP2_N_RFS_ENTRIES_PER_FLOW -/* Each port has oen range per flow type + one entry controling the global RSS +/* Each port has oen range per flow type + one entry controlling the global RSS * setting and the default rx queue */ #define MVPP22_CLS_C2_PORT_RANGE (MVPP22_CLS_C2_PORT_N_FLOWS + 1) -- 2.26.2
[PATCH] kernel: trace: uprobe: Fix word to the correct spelling
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 +++ b/kernel/trace/trace_uprobe.c @@ -1635,7 +1635,7 @@ void destroy_local_trace_uprobe(struct trace_event_call *event_call) } #endif /* CONFIG_PERF_EVENTS */ -/* Make a trace interface for controling probe points */ +/* Make a trace interface for controlling probe points */ static __init int init_uprobe_trace(void) { int ret; -- 2.26.2
[PATCH] arch: x866: kernel: cpu: Take away a single latter to match the structure member below
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/x86/kernel/cpu/resctrl/internal.h +++ b/arch/x86/kernel/cpu/resctrl/internal.h @@ -142,7 +142,7 @@ enum rdtgrp_mode { /** * struct mongroup - store mon group's data in resctrl fs. - * @mon_data_knkernlfs node for the mon_data directory + * @mon_data_knkernfs node for the mon_data directory * @parent:parent rdtgrp * @crdtgrp_list: child rdtgroup node list * @rmid: rmid for this rdtgroup -- 2.26.2
[PATCH V2] drivers: net: marvell: Fix two spellings, controling to controlling and oen to one
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/mvpp2_cls.h b/drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.h index 8867f25afab4..663157dc8062 100644 --- a/drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.h +++ b/drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.h @@ -143,7 +143,7 @@ struct mvpp2_cls_c2_entry { /* Number of per-port dedicated entries in the C2 TCAM */ #define MVPP22_CLS_C2_PORT_N_FLOWS MVPP2_N_RFS_ENTRIES_PER_FLOW -/* Each port has oen range per flow type + one entry controling the global RSS +/* Each port has one range per flow type + one entry controlling the global RSS * setting and the default rx queue */ #define MVPP22_CLS_C2_PORT_RANGE (MVPP22_CLS_C2_PORT_N_FLOWS + 1) -- 2.26.2
[PATCH V2] arch: x86: kernel: cpu: Takes a letter away and put a semicolon too, to match below stuc member
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/resctrl/internal.h b/arch/x86/kernel/cpu/resctrl/internal.h index ee71c47844cb..ef9e2c0809b8 100644 --- a/arch/x86/kernel/cpu/resctrl/internal.h +++ b/arch/x86/kernel/cpu/resctrl/internal.h @@ -142,7 +142,7 @@ enum rdtgrp_mode { /** * struct mongroup - store mon group's data in resctrl fs. - * @mon_data_knkernlfs node for the mon_data directory + * @mon_data_kn: kernfs node for the mon_data directory * @parent:parent rdtgrp * @crdtgrp_list: child rdtgroup node list * @rmid: rmid for this rdtgroup -- 2.26.2
Re: [PATCH V2] drivers: net: marvell: Fix two spellings, controling to controlling and oen to one
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 and reviewers to know you made changes to the patch. Ahhh... Recollects my faint memory about it ...let me try again with that I encourage you to take a look at this to see examples on how to properly version your patches and other good practices: https://kernelnewbies.org/Outreachyfirstpatch -- Gustavo 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..663157dc8062 100644 --- a/drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.h +++ b/drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.h @@ -143,7 +143,7 @@ struct mvpp2_cls_c2_entry { /* Number of per-port dedicated entries in the C2 TCAM */ #define MVPP22_CLS_C2_PORT_N_FLOWS MVPP2_N_RFS_ENTRIES_PER_FLOW -/* Each port has oen range per flow type + one entry controling the global RSS +/* Each port has one range per flow type + one entry controlling the global RSS * setting and the default rx queue */ #define MVPP22_CLS_C2_PORT_RANGE (MVPP22_CLS_C2_PORT_N_FLOWS + 1) -- 2.26.2 signature.asc Description: PGP signature
[PATCH V3] drivers: net: marvell: Fixed two spellings,controling to controlling and oen to one
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/mvpp2_cls.h b/drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.h index 8867f25afab4..663157dc8062 100644 --- a/drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.h +++ b/drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.h @@ -143,7 +143,7 @@ struct mvpp2_cls_c2_entry { /* Number of per-port dedicated entries in the C2 TCAM */ #define MVPP22_CLS_C2_PORT_N_FLOWS MVPP2_N_RFS_ENTRIES_PER_FLOW -/* Each port has oen range per flow type + one entry controling the global RSS +/* Each port has one range per flow type + one entry controlling the global RSS * setting and the default rx queue */ #define MVPP22_CLS_C2_PORT_RANGE (MVPP22_CLS_C2_PORT_N_FLOWS + 1) ./-- 2.26.2
[PATCH V3] arch: x86: kernel: cpu: Takes a letter away and append a colon to match below stuc member
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/resctrl/internal.h b/arch/x86/kernel/cpu/resctrl/internal.h index ee71c47844cb..ef9e2c0809b8 100644 --- a/arch/x86/kernel/cpu/resctrl/internal.h +++ b/arch/x86/kernel/cpu/resctrl/internal.h @@ -142,7 +142,7 @@ enum rdtgrp_mode { /** * struct mongroup - store mon group's data in resctrl fs. - * @mon_data_knkernlfs node for the mon_data directory + * @mon_data_kn: kernfs node for the mon_data directory * @parent:parent rdtgrp * @crdtgrp_list: child rdtgroup node list * @rmid: rmid for this rdtgroup -- 2.26.2
[PATCH V4] arch: kernel: cpu: x86/resctrl: Takes a letter away and append a colon to match below struct member
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/cpu/resctrl/internal.h b/arch/x86/kernel/cpu/resctrl/internal.h index ee71c47844cb..ef9e2c0809b8 100644 --- a/arch/x86/kernel/cpu/resctrl/internal.h +++ b/arch/x86/kernel/cpu/resctrl/internal.h @@ -142,7 +142,7 @@ enum rdtgrp_mode { /** * struct mongroup - store mon group's data in resctrl fs. - * @mon_data_knkernlfs node for the mon_data directory + * @mon_data_kn: kernfs node for the mon_data directory * @parent:parent rdtgrp * @crdtgrp_list: child rdtgroup node list * @rmid: rmid for this rdtgroup -- 2.20.1
Re: [PATCH V4] arch: kernel: cpu: x86/resctrl: Takes a letter away and append a colon to match below struct member
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 from v1 to v2 and from v2 to v3? Gustavo, it seems you are not following up properly could you please put little more effort for know it There were mailspls scan and read .. Bhaskar -- Gustavo signature.asc Description: PGP signature
Re: [PATCH V4] arch: kernel: cpu: x86/resctrl: Takes a letter away and append a colon to match below struct member
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: Fix the subject line typo stuc to struct and mention cpu architecture ...and what changed from v1 to v2 and from v2 to v3? Gustavo, it seems you are not following up properly could you please put little more effort for know it There were mailspls scan and read .. All of these version change logs should be in this patch, under the "---" line. Point noted for future reference.Thanks. -- ~Randy You can't do anything without having to do something else first. -- Belefant's Law signature.asc Description: PGP signature
Re: [PATCH V4] arch: kernel: cpu: x86/resctrl: Takes a letter away and append a colon to match below struct member
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 from V3: Fix the subject line typo stuc to struct and mention cpu architecture ...and what changed from v1 to v2 and from v2 to v3? Gustavo, it seems you are not following up properly could you please put little more effort for know it There were mailspls scan and read .. This is my point... this is exactly what maintainers and reviewers should not do: to go back and read emails, trying to understand why are you sending a version N of your patch, because you didn't include all the previous change logs in the most recent version of your patch. Thanks, will follow what you advice. -- Gustavo signature.asc Description: PGP signature
[PATCH] docs: admin-guide: bootconfig: Fix feils to fails
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/Documentation/admin-guide/bootconfig.rst +++ b/Documentation/admin-guide/bootconfig.rst @@ -154,7 +154,7 @@ get the boot configuration data. Because of this "piggyback" method, there is no need to change or update the boot loader and the kernel image itself as long as the boot loader passes the correct initrd file size. If by any chance, the boot -loader passes a longer size, the kernel feils to find the bootconfig data. +loader passes a longer size, the kernel fails to find the bootconfig data. To do this operation, Linux kernel provides "bootconfig" command under tools/bootconfig, which allows admin to apply or delete the config file -- 2.30.0
[PATCH] mm/slub.c: Trivial typo fixes
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 +++ b/mm/slub.c @@ -3,7 +3,7 @@ * SLUB: A slab allocator that limits cache line use instead of queuing * objects in per cpu and per node lists. * - * The allocator synchronizes using per slab locks or atomic operatios + * The allocator synchronizes using per slab locks or atomic operation * and only uses a centralized lock to manage a pool of partial slabs. * * (C) 2007 SGI, Christoph Lameter @@ -160,7 +160,7 @@ static inline bool kmem_cache_has_cpu_partial(struct kmem_cache *s) #undef SLUB_DEBUG_CMPXCHG /* - * Mininum number of partial slabs. These will be left on the partial + * Minimum number of partial slabs. These will be left on the partial * lists even if they are empty. kmem_cache_shrink may reclaim them. */ #define MIN_PARTIAL 5 @@ -832,7 +832,7 @@ static int check_bytes_and_report(struct kmem_cache *s, struct page *page, * * A. Free pointer (if we cannot overwrite object on free) * B. Tracking data for SLAB_STORE_USER - * C. Padding to reach required alignment boundary or at mininum + * C. Padding to reach required alignment boundary or at minimum * one word if debugging is on to be able to detect writes * before the word boundary. * @@ -3421,7 +3421,7 @@ static unsigned int slub_min_objects; * * Higher order allocations also allow the placement of more objects in a * slab and thereby reduce object handling overhead. If the user has - * requested a higher mininum order then we start with that one instead of + * requested a higher minimum order then we start with that one instead of * the smallest order which will fit the object. */ static inline unsigned int slab_order(unsigned int size, -- 2.30.1
[PATCH] media: entity: A typo fix
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 +++ b/include/media/media-entity.h @@ -155,7 +155,7 @@ struct media_link { * uniquely identified by the pad number. * @PAD_SIGNAL_ANALOG: * The pad contains an analog signal. It can be Radio Frequency, - * Intermediate Frequency, a baseband signal or sub-cariers. + * Intermediate Frequency, a baseband signal or sub-carriers. * Tuner inputs, IF-PLL demodulators, composite and s-video signals * should use it. * @PAD_SIGNAL_DV: -- 2.30.1
[PATCH] ARM: xen/mm.c: A mundane typo fix
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 xen_arch_need_swiotlb(struct device *dev, * - The Linux page refers to foreign memory * - The device doesn't support coherent DMA request * -* The Linux page may be spanned acrros multiple Xen page, although +* The Linux page may be spanned across multiple Xen page, although * it's not possible to have a mix of local and foreign Xen page. * Furthermore, range_straddles_page_boundary is already checking * if buffer is physically contiguous in the host RAM. -- 2.30.1
[PATCH] x86/apic: Rudimentary typo fixes
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..e26ee6e67f47 100644 --- a/arch/x86/kernel/apic/apic.c +++ b/arch/x86/kernel/apic/apic.c @@ -619,7 +619,7 @@ static void setup_APIC_timer(void) if (this_cpu_has(X86_FEATURE_ARAT)) { lapic_clockevent.features &= ~CLOCK_EVT_FEAT_C3STOP; - /* Make LAPIC timer preferrable over percpu HPET */ + /* Make LAPIC timer preferable over percpu HPET */ lapic_clockevent.rating = 150; } @@ -1532,7 +1532,7 @@ static bool apic_check_and_ack(union apic_ir *irr, union apic_ir *isr) * Most probably by now the CPU has serviced that pending interrupt and it * might not have done the ack_APIC_irq() because it thought, interrupt * came from i8259 as ExtInt. LAPIC did not get EOI so it does not clear - * the ISR bit and cpu thinks it has already serivced the interrupt. Hence + * the ISR bit and cpu thinks it has already serviced the interrupt. Hence * a vector might get locked. It was noticed for timer irq (vector * 0x31). Issue an extra EOI to clear ISR. * @@ -1657,7 +1657,7 @@ static void setup_local_APIC(void) */ /* * Actually disabling the focus CPU check just makes the hang less -* frequent as it makes the interrupt distributon model be more +* frequent as it makes the interrupt distribution model be more * like LRU than MRU (the short-term load is more even across CPUs). */ -- 2.30.1
[PATCH] drm/radeon/r600_cs: Couple of typo fixes
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/drivers/gpu/drm/radeon/r600_cs.c +++ b/drivers/gpu/drm/radeon/r600_cs.c @@ -38,7 +38,7 @@ extern void r600_cs_legacy_get_tiling_conf(struct drm_device *dev, u32 *npipes, struct r600_cs_track { - /* configuration we miror so that we use same code btw kms/ums */ + /* configuration we mirror so that we use same code btw kms/ums */ u32 group_size; u32 nbanks; u32 npipes; @@ -963,7 +963,7 @@ static int r600_cs_parse_packet0(struct radeon_cs_parser *p, * * This function will test against r600_reg_safe_bm and return 0 * if register is safe. If register is not flag as safe this function - * will test it against a list of register needind special handling. + * will test it against a list of register needing special handling. */ static int r600_cs_check_reg(struct radeon_cs_parser *p, u32 reg, u32 idx) { -- 2.30.1
[PATCH] media: atomisp-ov2680: A trivial typo fix
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 --- a/drivers/staging/media/atomisp/i2c/ov2680.h +++ b/drivers/staging/media/atomisp/i2c/ov2680.h @@ -627,7 +627,7 @@ static struct ov2680_reg const ov2680_1296x976_30fps[] = { {0x5706, 0x0c}, {0x5707, 0x78}, {0x3820, 0xc0}, - {0x3821, 0x00}, //miror/flip + {0x3821, 0x00}, //mirror/flip // {0x5090, 0x0c}, {} }; -- 2.30.1
[PATCH] i2c-stm32f4: Mundane typo fix
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/i2c-stm32f4.c +++ b/drivers/i2c/busses/i2c-stm32f4.c @@ -534,7 +534,7 @@ static void stm32f4_i2c_handle_rx_addr(struct stm32f4_i2c_dev *i2c_dev) default: /* * N-byte reception: -* Enable ACK, reset POS (ACK postion) and clear ADDR flag. +* Enable ACK, reset POS (ACK position) and clear ADDR flag. * In that way, ACK will be sent as soon as the current byte * will be received in the shift register */ -- 2.30.1
[PATCH] media: cx88: Fix a typo
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/media/pci/cx88/cx88-cards.c +++ b/drivers/media/pci/cx88/cx88-cards.c @@ -3206,7 +3206,7 @@ static int cx88_xc4000_tuner_callback(struct cx88_core *core, /* * Tuner callback function. Currently only needed for the Pinnacle - * PCTV HD 800i with an xc5000 sillicon tuner. This is used for both + * PCTV HD 800i with an xc5000 silicon tuner. This is used for both * analog tuner attach (tuner-core.c) and dvb tuner attach (cx88-dvb.c) */ static int cx88_xc5000_tuner_callback(struct cx88_core *core, -- 2.30.1
[PATCH V2] ARM: xen/mm.c: A mundane typo fix
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/arm/xen/mm.c index 467fa225c3d0..8596dd32dcd5 100644 --- a/arch/arm/xen/mm.c +++ b/arch/arm/xen/mm.c @@ -105,8 +105,8 @@ bool xen_arch_need_swiotlb(struct device *dev, * - The Linux page refers to foreign memory * - The device doesn't support coherent DMA request * -* The Linux page may be spanned acrros multiple Xen page, although -* it's not possible to have a mix of local and foreign Xen page. +* The Linux page may be spanned across multiple Xen pages, although +* it's not possible to have a mix of local and foreign Xen pages. * Furthermore, range_straddles_page_boundary is already checking * if buffer is physically contiguous in the host RAM. * -- 2.30.1
Re: [PATCH] ARM: xen/mm.c: A mundane typo fix
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 be "pages". --- 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 xen_arch_need_swiotlb(struct device *dev, * - The Linux page refers to foreign memory * - The device doesn't support coherent DMA request * -* The Linux page may be spanned acrros multiple Xen page, although>> + * The Linux page may be spanned across multiple Xen page, although pages, * it's not possible to have a mix of local and foreign Xen page. pages. * Furthermore, range_straddles_page_boundary is already checking * if buffer is physically contiguous in the host RAM. -- Thank youI have sent a V2 now. ~Randy signature.asc Description: PGP signature
Re: [PATCH] mm/slub.c: Trivial typo fixes
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 * objects in per cpu and per node lists. * - * The allocator synchronizes using per slab locks or atomic operatios + * The allocator synchronizes using per slab locks or atomic operation operations Thanks..V2 on the way.. signature.asc Description: PGP signature
[PATCH V2] mm/slub.c: Trivial typo fixes
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 --git a/mm/slub.c b/mm/slub.c index 3021ce9bf1b3..75d103ad5d2e 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 * objects in per cpu and per node lists. * - * The allocator synchronizes using per slab locks or atomic operatios + * The allocator synchronizes using per slab locks or atomic operations * and only uses a centralized lock to manage a pool of partial slabs. * * (C) 2007 SGI, Christoph Lameter @@ -160,7 +160,7 @@ static inline bool kmem_cache_has_cpu_partial(struct kmem_cache *s) #undef SLUB_DEBUG_CMPXCHG /* - * Mininum number of partial slabs. These will be left on the partial + * Minimum number of partial slabs. These will be left on the partial * lists even if they are empty. kmem_cache_shrink may reclaim them. */ #define MIN_PARTIAL 5 @@ -832,7 +832,7 @@ static int check_bytes_and_report(struct kmem_cache *s, struct page *page, * * A. Free pointer (if we cannot overwrite object on free) * B. Tracking data for SLAB_STORE_USER - * C. Padding to reach required alignment boundary or at mininum + * C. Padding to reach required alignment boundary or at minimum * one word if debugging is on to be able to detect writes * before the word boundary. * @@ -3421,7 +3421,7 @@ static unsigned int slub_min_objects; * * Higher order allocations also allow the placement of more objects in a * slab and thereby reduce object handling overhead. If the user has - * requested a higher mininum order then we start with that one instead of + * requested a higher minimum order then we start with that one instead of * the smallest order which will fit the object. */ static inline unsigned int slab_order(unsigned int size, -- 2.30.1
[PATCH V2] drm/radeon/r600_cs: Few typo fixes
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 changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/radeon/r600_cs.c b/drivers/gpu/drm/radeon/r600_cs.c index 34b7c6f16479..8be4799a98ef 100644 --- a/drivers/gpu/drm/radeon/r600_cs.c +++ b/drivers/gpu/drm/radeon/r600_cs.c @@ -38,7 +38,7 @@ extern void r600_cs_legacy_get_tiling_conf(struct drm_device *dev, u32 *npipes, struct r600_cs_track { - /* configuration we miror so that we use same code btw kms/ums */ + /* configuration we mirror so that we use same code btw kms/ums */ u32 group_size; u32 nbanks; u32 npipes; @@ -963,7 +963,7 @@ static int r600_cs_parse_packet0(struct radeon_cs_parser *p, * * This function will test against r600_reg_safe_bm and return 0 * if register is safe. If register is not flag as safe this function - * will test it against a list of register needind special handling. + * will test it against a list of register needing special handling. */ static int r600_cs_check_reg(struct radeon_cs_parser *p, u32 reg, u32 idx) { @@ -2336,7 +2336,7 @@ int r600_cs_parse(struct radeon_cs_parser *p) /** * r600_dma_cs_next_reloc() - parse next reloc * @p: parser structure holding parsing context. - * @cs_reloc: reloc informations + * @cs_reloc: reloc information * * Return the next reloc, do bo validation and compute * GPU offset using the provided start. -- 2.30.1
Re: [PATCH] drm/radeon/r600_cs: Couple of typo fixes
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/r600_cs.c b/drivers/gpu/drm/radeon/r600_cs.c index 34b7c6f16479..aded1f2264e0 100644 --- a/drivers/gpu/drm/radeon/r600_cs.c +++ b/drivers/gpu/drm/radeon/r600_cs.c @@ -38,7 +38,7 @@ extern void r600_cs_legacy_get_tiling_conf(struct drm_device *dev, u32 *npipes, struct r600_cs_track { - /* configuration we miror so that we use same code btw kms/ums */ + /* configuration we mirror so that we use same code btw kms/ums */ u32 group_size; u32 nbanks; u32 npipes; @@ -963,7 +963,7 @@ static int r600_cs_parse_packet0(struct radeon_cs_parser *p, * * This function will test against r600_reg_safe_bm and return 0 * if register is safe. If register is not flag as safe this function - * will test it against a list of register needind special handling. + * will test it against a list of register needing special handling. */ static int r600_cs_check_reg(struct radeon_cs_parser *p, u32 reg, u32 idx) { -- Those 2 LGTM, but please fix this while you are touching this file: drivers/gpu/drm/radeon/r600_cs.c:2339: informations ==> information Thanks, I have sent a V2 with the change... thanks. -- ~Randy signature.asc Description: PGP signature
[PATCH V2] ALSA: pcm: Fix couple of typos
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(+), 41 deletions(-) diff --git a/sound/core/pcm_native.c b/sound/core/pcm_native.c index 17a85f4815d5..afb670d7fd53 100644 --- a/sound/core/pcm_native.c +++ b/sound/core/pcm_native.c @@ -1425,7 +1425,7 @@ static int snd_pcm_do_stop(struct snd_pcm_substream *substream, substream->ops->trigger(substream, SNDRV_PCM_TRIGGER_STOP); substream->runtime->stop_operating = true; } - return 0; /* unconditonally stop all substreams */ + return 0; /* unconditionally stop all substreams */ } static void snd_pcm_post_stop(struct snd_pcm_substream *substream, @@ -1469,7 +1469,7 @@ EXPORT_SYMBOL(snd_pcm_stop); * After stopping, the state is changed to SETUP. * Unlike snd_pcm_stop(), this affects only the given stream. * - * Return: Zero if succesful, or a negative error code. + * Return: Zero if successful, or a negative error code. -- 2.30.1
Re: [PATCH] ALSA: pcm: A typo fix
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 --git a/sound/core/pcm_native.c b/sound/core/pcm_native.c index 17a85f4815d5..9884961bca7d 100644 --- a/sound/core/pcm_native.c +++ b/sound/core/pcm_native.c - return 0; /* unconditonally stop all substreams */ + return 0; /* unconditionally stop all substreams */ } -- Please fix line 1472 (in linux-next) while you are touching this file: * Return: Zero if succesful, or a negative error code. Thanks, fixed in linux-next and sent a V2 -- ~Randy signature.asc Description: PGP signature