[PATCH] fs/namei.c: Mundane typo fix

2021-03-20 Thread Bhaskar Chowdhury
s/carfully/carefully/ Signed-off-by: Bhaskar Chowdhury --- fs/namei.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/namei.c b/fs/namei.c index 216f16e74351..bd0592000d87 100644 --- a/fs/namei.c +++ b/fs/namei.c @@ -2045,7 +2045,7 @@ static inline unsigned int

[PATCH] KVM: x86: A typo fix

2021-03-20 Thread Bhaskar Chowdhury
s/resued/resumed/ Signed-off-by: Bhaskar Chowdhury --- arch/x86/include/asm/kvm_host.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h index 9bc091ecaaeb..eae82551acb1 100644 --- a/arch/x86/include/asm

Re: [PATCH] IA64: Trivial spelling fixes

2021-03-20 Thread Bhaskar Chowdhury
On 20:01 Sat 20 Mar 2021, John Paul Adrian Glaubitz wrote: Hi Bhaskar! On 3/20/21 7:23 PM, Bhaskar Chowdhury wrote: s/seralize/serialize/ .three different places Signed-off-by: Bhaskar Chowdhury --- arch/ia64/kernel/pal.S | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions

[PATCH] dt-bindings: msm: Couple of spelling fixes

2021-03-20 Thread Bhaskar Chowdhury
s/Subsytem/Subsystem/ s/contoller/controller/ Signed-off-by: Bhaskar Chowdhury --- Documentation/devicetree/bindings/display/msm/dpu.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/display/msm/dpu.txt b/Documentation/devicetree

[PATCH] fs/attr.c: Couple of typo fixes

2021-03-20 Thread Bhaskar Chowdhury
s/filesytem/filesystem/ s/asssume/assume/ Signed-off-by: Bhaskar Chowdhury --- fs/attr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/attr.c b/fs/attr.c index 87ef39db1c34..e5330853c844 100644 --- a/fs/attr.c +++ b/fs/attr.c @@ -250,7 +250,7 @@ void setattr_copy

[PATCH] rtlwifi: Few mundane typo fixes

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

[PATCH] xfs: Rudimentary typo fixes

2021-03-20 Thread Bhaskar Chowdhury
s/filesytem/filesystem/ s/instrumention/instrumentation/ Signed-off-by: Bhaskar Chowdhury --- fs/xfs/xfs_log_recover.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/xfs/xfs_log_recover.c b/fs/xfs/xfs_log_recover.c index 97f31308de03..ffa4f6f2f31e 100644 --- a/fs

[PATCH] driver core: Trivial typo fix

2021-03-20 Thread Bhaskar Chowdhury
s/subsytem/subsystem/ Signed-off-by: Bhaskar Chowdhury --- include/linux/device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/device.h b/include/linux/device.h index ba660731bd25..a8ce0dc3b758 100644 --- a/include/linux/device.h +++ b/include/linux/device.h

[PATCH] nvme-fc: Few trivial spelling fixes

2021-03-20 Thread Bhaskar Chowdhury
s/boundarys/boundaries/ . two different places s/assocated/associated/ s/compeletion/completion/ s/tranferred/transferred/ s/subsytem/subsystem/ Signed-off-by: Bhaskar Chowdhury --- include/linux/nvme-fc-driver.h | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff

[PATCH] phy: intel: Fix a typo

2021-03-20 Thread Bhaskar Chowdhury
s/subsytem/subsystem/ Signed-off-by: Bhaskar Chowdhury --- drivers/phy/intel/phy-intel-lgm-combo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/phy/intel/phy-intel-lgm-combo.c b/drivers/phy/intel/phy-intel-lgm-combo.c index 360b1eb2ebd6..157683d10367 100644

[PATCH] docs: networking: Fix a typo

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

[PATCH] drm/vmwgfx: Fix a typo

2021-03-20 Thread Bhaskar Chowdhury
s/particuar/particular/ Signed-off-by: Bhaskar Chowdhury --- drivers/gpu/drm/vmwgfx/vmwgfx_so.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_so.c b/drivers/gpu/drm/vmwgfx/vmwgfx_so.c index 7369dd86d3a9..6cd38e407145 100644 --- a/drivers

[PATCH] watchdog: Fix a typo

2021-03-20 Thread Bhaskar Chowdhury
s/parmeter/parameter/ Signed-off-by: Bhaskar Chowdhury --- drivers/watchdog/sl28cpld_wdt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/watchdog/sl28cpld_wdt.c b/drivers/watchdog/sl28cpld_wdt.c index a45047d8d9ab..2de93298475f 100644 --- a/drivers/watchdog

[PATCH] powerpc: epapr: A typo fix

2021-03-20 Thread Bhaskar Chowdhury
s/parmeters/parameters/ Signed-off-by: Bhaskar Chowdhury --- arch/powerpc/include/asm/epapr_hcalls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/include/asm/epapr_hcalls.h b/arch/powerpc/include/asm/epapr_hcalls.h index c99ba08a408d..cdf3c6df5123 100644

[PATCH] perf tools: Rudimentary typo fix

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

[PATCH] perf evlist: Mundane typo fix

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

Bootconfig ..too many deep level of header file

2021-03-20 Thread Bhaskar Chowdhury
Hey, Masami I was wondering why so many level of "deep nesting" of a particualr header file like this one : ✔ ~/git-linux/linux/tools/bootconfig/include/linux [patch L|✔] 08:34 $ cat bootconfig.h /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _BOOTCONFIG_LINUX_BOOTCONFIG_H #define _BOOTCONFIG_LI

[PATCH] cap: Trivial spelling fixes throughout the file

2021-03-20 Thread Bhaskar Chowdhury
Mundane spelling fixes throughout the file. Signed-off-by: Bhaskar Chowdhury --- security/commoncap.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/security/commoncap.c b/security/commoncap.c index 1c519c875217..d4bb6d619200 100644 --- a/security

[PATCH] security: A typo fix

2021-03-20 Thread Bhaskar Chowdhury
s/programers/programmers/ Signed-off-by: Bhaskar Chowdhury --- security/lsm_audit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/lsm_audit.c b/security/lsm_audit.c index 82ce14933513..ddcf572105be 100644 --- a/security/lsm_audit.c +++ b/security/lsm_audit.c

[PATCH] security: A typo fix

2021-03-20 Thread Bhaskar Chowdhury
s/acessed/accessed/ Signed-off-by: Bhaskar Chowdhury --- Two comment block delimiter automatically delete themselve and created themselves ..wondering..I hope that won't be problem,is it? security/device_cgroup.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --

[PATCH V2] device_cgroup: A typo fix

2021-03-20 Thread Bhaskar Chowdhury
s/acessed/accessed/ Signed-off-by: Bhaskar Chowdhury --- Changes from V1: Getting rid of unwanted comment delimeter addition Subject line missed propper commit subject labeling security/device_cgroup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security

[PATCH] staging: vchiq: Typo fixes

2021-03-20 Thread Bhaskar Chowdhury
s/sepecific/specific/ s/comonent/component/ Signed-off-by: Bhaskar Chowdhury --- drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c b/drivers/staging/vc04_services

[PATCH] clk: renesas: Couple of spelling fixes

2021-03-21 Thread Bhaskar Chowdhury
s/suposed/supposed/ s/concurent/concurrent/ Signed-off-by: Bhaskar Chowdhury --- drivers/clk/renesas/r9a06g032-clocks.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/clk/renesas/r9a06g032-clocks.c b/drivers/clk/renesas/r9a06g032-clocks.c index 892e91b92f2c

[PATCH] x86/realmode: Fix a typo

2021-03-21 Thread Bhaskar Chowdhury
s/perfomed/performed/ Signed-off-by: Bhaskar Chowdhury --- arch/x86/realmode/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/realmode/init.c b/arch/x86/realmode/init.c index 22fda7d99159..1be71ef5e4c4 100644 --- a/arch/x86/realmode/init.c +++ b/arch/x86

[PATCH] x86/insn-eval: Few typo fixes

2021-03-21 Thread Bhaskar Chowdhury
s/deterimine/determine/ s/invalild/invalid/ Signed-off-by: Bhaskar Chowdhury --- arch/x86/lib/insn-eval.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/lib/insn-eval.c b/arch/x86/lib/insn-eval.c index bb0b3fe1e0a0..fdd9226863d3 100644 --- a/arch/x86/lib/insn

[PATCH] x86/entry: Fix a typo

2021-03-21 Thread Bhaskar Chowdhury
s/swishes/switch/ Signed-off-by: Bhaskar Chowdhury --- arch/x86/entry/entry_32.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/entry/entry_32.S b/arch/x86/entry/entry_32.S index 4554a27a2747..c1fe264900e9 100644 --- a/arch/x86/entry/entry_32.S +++ b/arch/x86

[PATCH] x86/entry: A typo fix

2021-03-21 Thread Bhaskar Chowdhury
s/definitly/definitely/ Signed-off-by: Bhaskar Chowdhury --- arch/x86/entry/entry_64.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/entry/entry_64.S b/arch/x86/entry/entry_64.S index 400908dff42e..0a7e9647e84a 100644 --- a/arch/x86/entry/entry_64.S +++ b/arch

[PATCH V2] x86/entry: Fix a typo

2021-03-21 Thread Bhaskar Chowdhury
s/swiches/switches/ Signed-off-by: Bhaskar Chowdhury --- Changes from V1: As Randy pointed out, corrected the word. arch/x86/entry/entry_32.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/entry/entry_32.S b/arch/x86/entry/entry_32.S index df8c017e6161

Re: [PATCH] x86/entry: Fix a typo

2021-03-21 Thread Bhaskar Chowdhury
On 23:55 Sun 21 Mar 2021, Ingo Molnar wrote: * Randy Dunlap wrote: On Mon, 22 Mar 2021, Bhaskar Chowdhury wrote: > > s/swishes/switch/ should be 'switches' Correct - this patch exchanged a typo for a grammar mistake... Sent a V2 ...check out.. Thanks, Ingo

[PATCH] hyperv: Few mundane typo fixes

2021-03-21 Thread Bhaskar Chowdhury
s/sructure/structure/ s/extention/extension/ s/offerred/offered/ s/adversley/adversely/ Signed-off-by: Bhaskar Chowdhury --- include/linux/hyperv.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h index f1d74dcf0353

[PATCH] NFC: Fix a typo

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

[PATCH] Bluetooth: hci_qca: Mundane typo fix

2021-03-21 Thread Bhaskar Chowdhury
s/packat/packet/ Signed-off-by: Bhaskar Chowdhury --- drivers/bluetooth/hci_qca.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/bluetooth/hci_qca.c b/drivers/bluetooth/hci_qca.c index de36af63e182..f2eee9112e41 100644 --- a/drivers/bluetooth/hci_qca.c +++ b

[PATCH] ipc/shm.c: Fix a typo

2021-03-21 Thread Bhaskar Chowdhury
s/exit\'ed/exited/ Signed-off-by: Bhaskar Chowdhury --- ipc/shm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipc/shm.c b/ipc/shm.c index febd88daba8c..07fb04c20d8c 100644 --- a/ipc/shm.c +++ b/ipc/shm.c @@ -357,7 +357,7 @@ static int shm_try_destroy_orphaned(i

Re: [PATCH] Bluetooth: hci_qca: Mundane typo fix

2021-03-21 Thread Bhaskar Chowdhury
On 18:30 Sun 21 Mar 2021, Randy Dunlap wrote: On 3/21/21 6:00 PM, Bhaskar Chowdhury wrote: s/packat/packet/ Signed-off-by: Bhaskar Chowdhury --- drivers/bluetooth/hci_qca.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/bluetooth/hci_qca.c b/drivers/bluetooth

[PATCH] openvswitch: Fix a typo

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

[PATCH] Input: Fix a typo

2021-03-21 Thread Bhaskar Chowdhury
s/subsytem/subsystem/ Signed-off-by: Bhaskar Chowdhury --- drivers/input/touchscreen/silead.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/input/touchscreen/silead.c b/drivers/input/touchscreen/silead.c index 8fa2f3b7cfd8..32725d7422de 100644 --- a/drivers

[PATCH] media: Fix a typo

2021-03-21 Thread Bhaskar Chowdhury
s/Sysytem/System/ Signed-off-by: Bhaskar Chowdhury --- drivers/staging/media/atomisp/i2c/gc2235.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/media/atomisp/i2c/gc2235.h b/drivers/staging/media/atomisp/i2c/gc2235.h index 68252b8f516d..ba5db1230033

[PATCH] IB/hns: Fix a spelling

2021-03-21 Thread Bhaskar Chowdhury
s/wubsytem/subsystem/ Signed-off-by: Bhaskar Chowdhury --- .../devicetree/bindings/infiniband/hisilicon-hns-roce.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt b/Documentation/devicetree

[PATCH] dt-bindings: display: Fix a typo

2021-03-21 Thread Bhaskar Chowdhury
s/Subsytem/Subsystem/ Signed-off-by: Bhaskar Chowdhury --- Documentation/devicetree/bindings/display/msm/mdp5.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/display/msm/mdp5.txt b/Documentation/devicetree/bindings/display/msm/mdp5

[PATCH] cxl: Fix couple of spellings

2021-03-21 Thread Bhaskar Chowdhury
s/filesytem/filesystem/ s/symantics/semantics/ Signed-off-by: Bhaskar Chowdhury --- drivers/misc/cxl/context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/misc/cxl/context.c b/drivers/misc/cxl/context.c index fb2eff69e449..e627b4056623 100644 --- a/drivers/misc

[PATCH] s390: dasd: Mundane spelling fixes

2021-03-21 Thread Bhaskar Chowdhury
s/Subssystem/Subsystem/ ..two different places s/reportet/reported/ s/managemnet/management/ Signed-off-by: Bhaskar Chowdhury --- drivers/s390/block/dasd_eckd.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/s390/block/dasd_eckd.h b/drivers/s390/block

[PATCH] xfs: Rudimentary spelling fix

2021-03-21 Thread Bhaskar Chowdhury
s/sytemcall/systemcall/ Signed-off-by: Bhaskar Chowdhury --- fs/xfs/xfs_inode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/xfs/xfs_inode.c b/fs/xfs/xfs_inode.c index f93370bd7b1e..b5eef9f09c00 100644 --- a/fs/xfs/xfs_inode.c +++ b/fs/xfs/xfs_inode.c @@ -2870,7

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

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

[PATCH] scsi: mpt3sas: Fix a typo

2021-03-21 Thread Bhaskar Chowdhury
s/encloure/enclosure/ Signed-off-by: Bhaskar Chowdhury --- drivers/scsi/mpt3sas/mpt3sas_base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/mpt3sas/mpt3sas_base.c b/drivers/scsi/mpt3sas/mpt3sas_base.c index ac066f86bb14..398fd07ee9f5 100644 --- a/drivers

[PATCH] docs: submitting-patches Fix a typo

2021-03-21 Thread Bhaskar Chowdhury
s/mesages/messages/ Signed-off-by: Bhaskar Chowdhury --- Documentation/process/submitting-patches.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/process/submitting-patches.rst b/Documentation/process/submitting-patches.rst index 91de63b201c1

[PATCH V2] xfs: Rudimentary spelling fix

2021-03-21 Thread Bhaskar Chowdhury
s/sytemcall/syscall/ Signed-off-by: Bhaskar Chowdhury --- Changes from V1: Randy's suggestion incorporated. fs/xfs/xfs_inode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/xfs/xfs_inode.c b/fs/xfs/xfs_inode.c index f93370bd7b1e..3087d03a6863 100644 --- a/f

Re: [PATCH] xfs: Rudimentary spelling fix

2021-03-21 Thread Bhaskar Chowdhury
On 20:33 Sun 21 Mar 2021, Darrick J. Wong wrote: On Sun, Mar 21, 2021 at 07:52:41PM -0700, Randy Dunlap wrote: On 3/21/21 7:46 PM, Bhaskar Chowdhury wrote: > > s/sytemcall/systemcall/ > > > Signed-off-by: Bhaskar Chowdhury > --- > fs/xfs/xfs_inode.c | 2 +- > 1 file ch

Re: [PATCH] docs: submitting-patches Fix a typo

2021-03-21 Thread Bhaskar Chowdhury
On 03:44 Mon 22 Mar 2021, Matthew Wilcox wrote: On Mon, Mar 22, 2021 at 09:00:00AM +0530, Bhaskar Chowdhury wrote: s/mesages/messages/ did you test the build afterwards? you forgot to do something. What are you talking about??? It is going over my head...why the build reqired?? A spello

Re: [PATCH] mm: Fix typos in comments

2021-03-21 Thread Bhaskar Chowdhury
On 20:52 Sun 21 Mar 2021, Randy Dunlap wrote: On 3/21/21 8:44 PM, Matthew Wilcox wrote: On Mon, Mar 22, 2021 at 03:51:52AM +0100, Ingo Molnar wrote: +++ b/mm/huge_memory.c @@ -1794,7 +1794,7 @@ bool move_huge_pmd(struct vm_area_struct *vma, unsigned long old_addr, /* * Returns * - 0 if P

Re: [PATCH] docs: submitting-patches Fix a typo

2021-03-21 Thread Bhaskar Chowdhury
On 04:02 Mon 22 Mar 2021, Matthew Wilcox wrote: On Mon, Mar 22, 2021 at 09:18:34AM +0530, Bhaskar Chowdhury wrote: On 03:44 Mon 22 Mar 2021, Matthew Wilcox wrote: > On Mon, Mar 22, 2021 at 09:00:00AM +0530, Bhaskar Chowdhury wrote: > > > > s/mesages/messages/ > > d

Re: [PATCH] KVM: x86: A typo fix

2021-03-21 Thread Bhaskar Chowdhury
On 23:54 Sun 21 Mar 2021, Ingo Molnar wrote: These single file typo fixes are a bad idea for another reason as well, as they create a lot of unnecessary churn. Huh! I was expecting it from the moment I started doing it ...finally it arrives. I am not sure about "so called workflowo of other

[PATCH V2] KVM: x86: A typo fix

2021-03-21 Thread Bhaskar Chowdhury
s/resued/reused/ Signed-off-by: Bhaskar Chowdhury --- Changes from V1: As Ingo found the correct word for replacement, so incorporating. arch/x86/include/asm/kvm_host.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include

[PATCH] docs: powerpc: Fix a typo

2021-03-21 Thread Bhaskar Chowdhury
s/struture/structure/ Signed-off-by: Bhaskar Chowdhury --- Documentation/powerpc/firmware-assisted-dump.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/powerpc/firmware-assisted-dump.rst b/Documentation/powerpc/firmware-assisted-dump.rst index

[PATCH] s390/kernel: Fix a typo

2021-03-21 Thread Bhaskar Chowdhury
s/struture/structure/ Signed-off-by: Bhaskar Chowdhury --- arch/s390/kernel/os_info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/s390/kernel/os_info.c b/arch/s390/kernel/os_info.c index 0a5e4bafb6ad..5a7420b23aa8 100644 --- a/arch/s390/kernel/os_info.c +++ b/arch

[PATCH] drm/msm/dpu: Fix a typo

2021-03-21 Thread Bhaskar Chowdhury
s/struture/structure/ Signed-off-by: Bhaskar Chowdhury --- drivers/gpu/drm/msm/disp/dpu1/dpu_hw_mdss.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_mdss.h b/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_mdss.h index 09a3fb3e89f5

[PATCH] IB/hfi1: Fix a typo

2021-03-21 Thread Bhaskar Chowdhury
s/struture/structure/ Signed-off-by: Bhaskar Chowdhury --- drivers/infiniband/hw/hfi1/iowait.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/infiniband/hw/hfi1/iowait.h b/drivers/infiniband/hw/hfi1/iowait.h index d580aa17ae37..377e00a109c2 100644 --- a/drivers

[PATCH] liquidio: Fix a typo

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

[PATCH] net: ethernet: Fix a typo

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

[PATCH] scsi: bnx2fc: Fix a typo

2021-03-21 Thread Bhaskar Chowdhury
s/struture/structure/ Signed-off-by: Bhaskar Chowdhury --- drivers/scsi/bnx2fc/bnx2fc_fcoe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/bnx2fc/bnx2fc_fcoe.c b/drivers/scsi/bnx2fc/bnx2fc_fcoe.c index 16bb6d2f98de..8863a74e6c57 100644 --- a/drivers/scsi

[PATCH] xfs: Fix a typo

2021-03-21 Thread Bhaskar Chowdhury
s/strutures/structures/ Signed-off-by: Bhaskar Chowdhury --- fs/xfs/xfs_aops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/xfs/xfs_aops.c b/fs/xfs/xfs_aops.c index b4186d666157..1cc7c36d98e9 100644 --- a/fs/xfs/xfs_aops.c +++ b/fs/xfs/xfs_aops.c @@ -158,7 +158,7

[PATCH] RDMA: Fix a typo

2021-03-21 Thread Bhaskar Chowdhury
s/struture/structure/ Signed-off-by: Bhaskar Chowdhury --- include/rdma/rdma_vt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rdma/rdma_vt.h b/include/rdma/rdma_vt.h index 9fd217b24916..d6611f2dd6a5 100644 --- a/include/rdma/rdma_vt.h +++ b/include/rdma

[PATCH] scsi_dh: Fix a typo

2021-03-21 Thread Bhaskar Chowdhury
s/infrastruture/infrastructure/ Signed-off-by: Bhaskar Chowdhury --- include/scsi/scsi_dh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/scsi/scsi_dh.h b/include/scsi/scsi_dh.h index 2852e470a8ed..a9f782fe732a 100644 --- a/include/scsi/scsi_dh.h +++ b/include

[PATCH] scsi: scsi_dh: Fix a typo

2021-03-21 Thread Bhaskar Chowdhury
s/infrastruture/infrastructure/ Signed-off-by: Bhaskar Chowdhury --- drivers/scsi/scsi_dh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/scsi_dh.c b/drivers/scsi/scsi_dh.c index 6f41e4b5a2b8..7b56e00c7df6 100644 --- a/drivers/scsi/scsi_dh.c +++ b/drivers

[PATCH] ASoC: Intel: Fix a typo

2021-03-21 Thread Bhaskar Chowdhury
s/struture/structure/ Signed-off-by: Bhaskar Chowdhury --- sound/soc/intel/atom/sst-mfld-dsp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/intel/atom/sst-mfld-dsp.h b/sound/soc/intel/atom/sst-mfld-dsp.h index 5795f98e04d4..102b0e7eafb0 100644 --- a/sound/soc

[PATCH] ASoC: Intel: Fix a typo

2021-03-21 Thread Bhaskar Chowdhury
s/struture/structure/ Signed-off-by: Bhaskar Chowdhury --- sound/soc/intel/atom/sst/sst.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/intel/atom/sst/sst.h b/sound/soc/intel/atom/sst/sst.h index 4d37d39fd8f4..978bf4255888 100644 --- a/sound/soc/intel/atom/sst

[PATCH] ASoC: Intel: Fix a typo

2021-03-21 Thread Bhaskar Chowdhury
s/struture/structure/ Signed-off-by: Bhaskar Chowdhury --- sound/soc/intel/atom/sst-mfld-dsp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/intel/atom/sst-mfld-dsp.h b/sound/soc/intel/atom/sst-mfld-dsp.h index 102b0e7eafb0..8d9e29b16e57 100644 --- a/sound/soc

[PATCH] PM: devfreq: Fix a typo

2021-03-22 Thread Bhaskar Chowdhury
s/stoping/stooping/ Signed-off-by: Bhaskar Chowdhury --- drivers/devfreq/devfreq-event.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/devfreq/devfreq-event.c b/drivers/devfreq/devfreq-event.c index 6765c03334bc..5e1908507783 100644 --- a/drivers/devfreq/devfreq

[PATCH] staging: rtl8723bs: Mundane typo fixes

2021-03-22 Thread Bhaskar Chowdhury
s/stoping/stooping/ s/arragement/arrangement/ s/eralier/earlier/ Signed-off-by: Bhaskar Chowdhury --- drivers/staging/rtl8723bs/include/hal_com_reg.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/rtl8723bs/include/hal_com_reg.h b/drivers/staging

[PATCH] powerpc/asm: Fix a typo

2021-03-22 Thread Bhaskar Chowdhury
s/poiner/pointer/ Signed-off-by: Bhaskar Chowdhury --- arch/powerpc/include/asm/cpm2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/include/asm/cpm2.h b/arch/powerpc/include/asm/cpm2.h index 2211b934ecb4..bda45788cfcc 100644 --- a/arch/powerpc/include/asm

[PATCH] irqdomain: Couple of typo fixes

2021-03-22 Thread Bhaskar Chowdhury
s/nececssary/necessary/ two different places Signed-off-by: Bhaskar Chowdhury --- kernel/irq/irqdomain.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/irq/irqdomain.c b/kernel/irq/irqdomain.c index d10ab1d689d5..349adef40c9d 100644 --- a/kernel/irq

[PATCH] powerpc/8xx: Fix a typo

2021-03-22 Thread Bhaskar Chowdhury
s/poiners/pointers/ Signed-off-by: Bhaskar Chowdhury --- arch/powerpc/kernel/head_8xx.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/kernel/head_8xx.S b/arch/powerpc/kernel/head_8xx.S index 46dff3f9c31f..8a85a984609a 100644 --- a/arch/powerpc/kernel

[PATCH] drm/msm/dpu: Fix a typo

2021-03-22 Thread Bhaskar Chowdhury
s/poiner/pointer/ Signed-off-by: Bhaskar Chowdhury --- drivers/gpu/drm/msm/disp/dpu1/dpu_kms.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.h b/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.h index d6717d6672f7..a448eb039334 100644 --- a

[PATCH] net: l2tp: Fix a typo

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

[PATCH] arch: arc: Fix a typo

2021-03-22 Thread Bhaskar Chowdhury
s/defintion/definition/ Signed-off-by: Bhaskar Chowdhury --- arch/arc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arc/Makefile b/arch/arc/Makefile index 4392c9c189c4..e47adc97a89b 100644 --- a/arch/arc/Makefile +++ b/arch/arc/Makefile @@ -31,7 +31,7

[PATCH] arc: include/asm: Couple of spelling fixes

2021-03-22 Thread Bhaskar Chowdhury
s/interrpted/interrupted/ s/defintion/definition/ Signed-off-by: Bhaskar Chowdhury --- arch/arc/include/asm/cmpxchg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arc/include/asm/cmpxchg.h b/arch/arc/include/asm/cmpxchg.h index 9b87e162e539..dfeffa25499b 100644

[PATCH] arcc/kernel/process: Few mundane typo fixes

2021-03-22 Thread Bhaskar Chowdhury
s/defintion/definition/ s/succeded/succeeded/ s/commiting/committing/ s/interrutps/interrupts/ Signed-off-by: Bhaskar Chowdhury --- diff --git a/arch/arc/kernel/process.c b/arch/arc/kernel/process.c index d838d0d57696..3793876f42d9 100644 --- a/arch/arc/kernel/process.c +++ b/arch/arc/kernel

[PATCH] video: mmp: Few typo fixes

2021-03-22 Thread Bhaskar Chowdhury
s/configed/configured/ s/registed/registered/ s/defintions/definitions/ Signed-off-by: Bhaskar Chowdhury --- include/video/mmp_disp.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/video/mmp_disp.h b/include/video/mmp_disp.h index 77252cb46361..ea8b4331b7a1

[PATCH] s390/crc32-vx: Couple of typo fixes

2021-03-22 Thread Bhaskar Chowdhury
s/defintions/definitions/ s/intermedate/intermediate/ Signed-off-by: Bhaskar Chowdhury --- arch/s390/crypto/crc32be-vx.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/s390/crypto/crc32be-vx.S b/arch/s390/crypto/crc32be-vx.S index 0099044e2c86..6b3d1009c392

Re: [PATCH] arcc/kernel/process: Few mundane typo fixes

2021-03-22 Thread Bhaskar Chowdhury
On 14:23 Mon 22 Mar 2021, Christian Brauner wrote: On Mon, Mar 22, 2021 at 06:21:55PM +0530, Bhaskar Chowdhury wrote: s/defintion/definition/ s/succeded/succeeded/ s/commiting/committing/ s/interrutps/interrupts/ Signed-off-by: Bhaskar Chowdhury --- Since you aim to be mirroring the path

Re: [PATCH] staging: rtl8723bs: Mundane typo fixes

2021-03-22 Thread Bhaskar Chowdhury
On 17:05 Mon 22 Mar 2021, Greg KH wrote: On Mon, Mar 22, 2021 at 12:58:08PM +0530, Bhaskar Chowdhury wrote: s/stoping/stooping/ Huh? Are you _sure_ that is the correct replacement? Last I looked it wasn't... No it is not. Will correct it. I hope you won't mind V2.

Re: [PATCH] nvme-fc: Few trivial spelling fixes

2021-03-22 Thread Bhaskar Chowdhury
On 18:36 Mon 22 Mar 2021, Chaitanya Kulkarni wrote: On 3/20/21 13:45, Bhaskar Chowdhury wrote: s/boundarys/boundaries/ . two different places s/assocated/associated/ s/compeletion/completion/ s/tranferred/transferred/ s/subsytem/subsystem/ Signed-off-by: Bhaskar Chowdhury Patch looks

Re: [PATCH] docs: submitting-patches Fix a typo

2021-03-22 Thread Bhaskar Chowdhury
On 07:40 Mon 22 Mar 2021, Jonathan Corbet wrote: Bhaskar Chowdhury writes: On 03:44 Mon 22 Mar 2021, Matthew Wilcox wrote: On Mon, Mar 22, 2021 at 09:00:00AM +0530, Bhaskar Chowdhury wrote: s/mesages/messages/ did you test the build afterwards? you forgot to do something. What are you

[PATCH V2] staging: rtl8723bs: Mundane typo fixes

2021-03-22 Thread Bhaskar Chowdhury
s/stoping/stopping/ s/arragement/arrangement/ s/eralier/earlier/ Plus one extra word in the sentence "the" removed. Signed-off-by: Bhaskar Chowdhury --- Changes from V1: Greg,pointed out my mistake of introducing typo to typo , corrected. drivers/staging/rtl8723bs/include/hal

Re: [PATCH V2] KVM: x86: A typo fix

2021-03-22 Thread Bhaskar Chowdhury
On 21:16 Mon 22 Mar 2021, Ingo Molnar wrote: * Bhaskar Chowdhury wrote: s/resued/reused/ Signed-off-by: Bhaskar Chowdhury --- Changes from V1: As Ingo found the correct word for replacement, so incorporating. arch/x86/include/asm/kvm_host.h | 2 +- 1 file changed, 1 insertion(+), 1

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

2021-03-22 Thread Bhaskar Chowdhury
On 12:02 Mon 22 Mar 2021, Randy Dunlap wrote: On 2/13/21 7:00 AM, Bhaskar Chowdhury wrote: s/minimze/minimize/ Signed-off-by: Bhaskar Chowdhury I was about to Ack this one, but really, all of these tiny cx18 patches should be merged into just one patch. True,I will keep that in mind, if

[PATCH] scsi: bfa: Fix a typo in two places

2021-03-22 Thread Bhaskar Chowdhury
s/defintions/definitions/ two different places. Signed-off-by: Bhaskar Chowdhury --- drivers/scsi/bfa/bfa_fc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/bfa/bfa_fc.h b/drivers/scsi/bfa/bfa_fc.h index d536270bbe9f..0314e4b9e1fb 100644 --- a

[PATCH] ASoC: Intel: Fix a typo

2021-03-22 Thread Bhaskar Chowdhury
s/defintions/definitions/ Signed-off-by: Bhaskar Chowdhury --- sound/soc/intel/skylake/skl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/intel/skylake/skl.h b/sound/soc/intel/skylake/skl.h index 857ea17e3c9f..33ed274fc0cb 100644 --- a/sound/soc/intel/skylake

[PATCH] x86: events: intel: A letter change in a word to make it sound right,in the file bts.c

2021-03-15 Thread Bhaskar Chowdhury
s/kernal/kernel/ Signed-off-by: Bhaskar Chowdhury --- arch/x86/events/intel/bts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/events/intel/bts.c b/arch/x86/events/intel/bts.c index 731dd8d0dbb1..6320d2cfd9d3 100644 --- a/arch/x86/events/intel/bts.c +++ b/arch

[PATCH] mips: include: asm: octeon: A typo fix in the file cvmx-address.h

2021-03-15 Thread Bhaskar Chowdhury
Signed-off-by: Bhaskar Chowdhury --- arch/mips/include/asm/octeon/cvmx-address.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mips/include/asm/octeon/cvmx-address.h b/arch/mips/include/asm/octeon/cvmx-address.h index ef8c4a61..5df5c90f6a5d 100644 --- a/arch/mips

[PATCH V2] mips: asm: octeon: A typo fix in the file cvmx-address.h

2021-03-15 Thread Bhaskar Chowdhury
s/techically/technically/ Signed-off-by: Bhaskar Chowdhury --- Changes from V1: Meh, missed the changelog text, so added :) arch/mips/include/asm/octeon/cvmx-address.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mips/include/asm/octeon/cvmx-address.h b/arch

[PATCH] docs: virt: kvm: Trivial typo fix in the file timekeeping.rst

2021-03-15 Thread Bhaskar Chowdhury
s/extremal/external/ Signed-off-by: Bhaskar Chowdhury --- But...Paolo,is it also "extreme"? I am in a catch-22? Documentation/virt/kvm/timekeeping.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/virt/kvm/timekeeping.rst b/Documentatio

[PATCH] usb: host: Mundane spello fix in the file sl811_cs.c

2021-03-15 Thread Bhaskar Chowdhury
s/seting/setting/ Signed-off-by: Bhaskar Chowdhury --- drivers/usb/host/sl811_cs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/host/sl811_cs.c b/drivers/usb/host/sl811_cs.c index 72136373ffab..16d157013018 100644 --- a/drivers/usb/host/sl811_cs.c +++ b

[PATCH] fs: Trivial typo fix in the file coredump.c

2021-03-15 Thread Bhaskar Chowdhury
s/postion/position/ Signed-off-by: Bhaskar Chowdhury --- Al, I hope this time I read the comments well enough,if still I am at fault , curse me! fs/coredump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/coredump.c b/fs/coredump.c index 1c0fdc1aa70b..3ecae122ffd9

[PATCH] dlm: Mundane typo fixes throughout the file lock.c

2021-03-15 Thread Bhaskar Chowdhury
Trivial typo fixes throughout the file. cc: triv...@vger.kernel.org Signed-off-by: Bhaskar Chowdhury --- fs/dlm/lock.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fs/dlm/lock.c b/fs/dlm/lock.c index 002123efc6b0..caadc426c8b4 100644 --- a/fs/dlm/lock.c +++ b

Re: [PATCH] x86: events: intel: A letter change in a word to make it sound right,in the file bts.c

2021-03-15 Thread Bhaskar Chowdhury
On 22:19 Mon 15 Mar 2021, Randy Dunlap wrote: On 3/15/21 9:19 PM, Bhaskar Chowdhury wrote: s/kernal/kernel/ Signed-off-by: Bhaskar Chowdhury --- arch/x86/events/intel/bts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/events/intel/bts.c b/arch/x86/events

[PATCH V2] x86: events: intel: A letter change in a word to make it sound right,in the file bts.c

2021-03-15 Thread Bhaskar Chowdhury
s/kernal/kernel/ A punctuation added too. Signed-off-by: Bhaskar Chowdhury --- Changes from V1: Punctuation missed, added as per Randy's finding arch/x86/events/intel/bts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/events/intel/bts.c b/arch/x86/e

[PATCH] ia64: hp: common: A typo fix in the file sba_iommu.c

2021-03-16 Thread Bhaskar Chowdhury
s/minium/minimum/ Signed-off-by: Bhaskar Chowdhury --- arch/ia64/hp/common/sba_iommu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/ia64/hp/common/sba_iommu.c b/arch/ia64/hp/common/sba_iommu.c index 9148ddbf02e5..3dcb8c35faad 100644 --- a/arch/ia64/hp/common

Re: [PATCH 00/30] DMA: Mundane typo fixes

2021-03-29 Thread Bhaskar Chowdhury
On 13:48 Mon 29 Mar 2021, Greg KH wrote: On Mon, Mar 29, 2021 at 11:25:11AM +0530, Bhaskar Chowdhury wrote: On 07:29 Mon 29 Mar 2021, Christoph Hellwig wrote: > I really don't think these typo patchbomb are that useful. I'm all > for fixing typos when working with a subsystem,

Re: [PATCH] btrfs: fixed rudimentary typos

2021-03-25 Thread Bhaskar Chowdhury
On 22:47 Thu 25 Mar 2021, David Sterba wrote: On Thu, Mar 25, 2021 at 11:40:04PM +0530, Bhaskar Chowdhury wrote: On 13:49 Thu 25 Mar 2021, David Sterba wrote: >On Thu, Mar 25, 2021 at 09:51:13AM +0530, Bhaskar Chowdhury wrote: >> >> s/contaning/containing >> s/clearning/

[PATCH] ACPICA: Fix a typo

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

<    1   2   3   4   5   6   7   8   >