Re: [PATCH -next] powerpc/machdep: Remove duplicated include in svm.c

2024-11-07 Thread Michael Ellerman
Christophe Leroy writes: > Le 07/11/2024 à 12:29, Michael Ellerman a écrit : >> Yang Li writes: >>> The header files linux/mem_encrypt.h is included twice in svm.c, >>> so one inclusion of each can be removed. >>> >>> Reported-by: Abaci Robot >>> Closes: https://bugzilla.openanolis.cn/show_bug.c

Re: [PATCH -next] powerpc/machdep: Remove duplicated include in svm.c

2024-11-07 Thread Michael Ellerman
Yang Li writes: > The header files linux/mem_encrypt.h is included twice in svm.c, > so one inclusion of each can be removed. > > Reported-by: Abaci Robot > Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=11750 > Signed-off-by: Yang Li > --- > arch/powerpc/platforms/pseries/svm.c | 1 - >

Re: [PATCH -next] powerpc/machdep: Remove duplicated include in svm.c

2024-11-07 Thread Christophe Leroy
Le 07/11/2024 à 12:29, Michael Ellerman a écrit : Yang Li writes: The header files linux/mem_encrypt.h is included twice in svm.c, so one inclusion of each can be removed. Reported-by: Abaci Robot Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=11750 Signed-off-by: Yang Li --- ar

[PATCH -next] powerpc/machdep: Remove duplicated include in svm.c

2024-11-06 Thread Yang Li
The header files linux/mem_encrypt.h is included twice in svm.c, so one inclusion of each can be removed. Reported-by: Abaci Robot Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=11750 Signed-off-by: Yang Li --- arch/powerpc/platforms/pseries/svm.c | 1 - 1 file changed, 1 deletion(-) d

Re: [PATCH -next] selftests/powerpc: Remove duplicated include from tm-poison.c

2021-08-27 Thread Michael Ellerman
On Fri, 26 Mar 2021 14:48:08 +0800, Zheng Yongjun wrote: > Remove duplicated include. > > > > Applied to powerpc/next. [1/1] selftests/powerpc: Remove duplicated include from tm-poison.c https://git.kernel.org/powerpc/c/6af0b5570b59ce8dd1608a8e48f59eff3f4bdd04 cheers

[PATCH -next] powerpc: Remove duplicated include from time.c

2021-03-31 Thread Qiheng Lin
Remove duplicated include. Reported-by: Hulk Robot Signed-off-by: Qiheng Lin --- arch/powerpc/kernel/time.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/powerpc/kernel/time.c b/arch/powerpc/kernel/time.c index b67d93a609a2..2c8762002b21 100644 --- a/arch/powerpc/kernel/time.c +++ b

Re: [PATCH -next] treewide: Remove duplicated include from tm-vmx-unavail.c

2021-03-26 Thread Christophe Leroy
Le 26/03/2021 à 07:48, Zheng Yongjun a écrit : Remove duplicated include. Why is that flagged "treewide" ? Can you please combine all similar changes to tools/testing/selftests/powerpc/ into a single patch please ? Thanks Christophe Reported-by: Hulk Robot Signed-off-by: Zhe

[PATCH -next] treewide: Remove duplicated include from tm-vmx-unavail.c

2021-03-25 Thread Zheng Yongjun
Remove duplicated include. Reported-by: Hulk Robot Signed-off-by: Zheng Yongjun --- tools/testing/selftests/powerpc/tm/tm-vmx-unavail.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/testing/selftests/powerpc/tm/tm-vmx-unavail.c b/tools/testing/selftests/powerpc/tm/tm-vmx-unavail.c

[PATCH -next] selftests/powerpc: Remove duplicated include from tm-poison.c

2021-03-25 Thread Zheng Yongjun
Remove duplicated include. Reported-by: Hulk Robot Signed-off-by: Zheng Yongjun --- tools/testing/selftests/powerpc/tm/tm-poison.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/testing/selftests/powerpc/tm/tm-poison.c b/tools/testing/selftests/powerpc/tm/tm-poison.c index

Re: [-next] powerpc: Remove duplicated include from pci_32.c

2018-10-03 Thread Michael Ellerman
On Sun, 2018-09-23 at 08:12:08 UTC, YueHaibing wrote: > Remove duplicated include. > > Signed-off-by: YueHaibing > Reviewed-by: Stephen Rothwell Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/01b9870ea614518d48b6d2c787284b cheers

Re: [PATCH -next] PCI/AER: Remove duplicated include from err.c

2018-09-26 Thread Bjorn Helgaas
On Wed, Sep 26, 2018 at 11:00:10AM +, YueHaibing wrote: > Remove duplicated include. > > Signed-off-by: YueHaibing Applied to pci/hotplug for v4.20, thanks! > --- > drivers/pci/pcie/err.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/pci/pcie/

[PATCH -next] PCI/AER: Remove duplicated include from err.c

2018-09-26 Thread YueHaibing
Remove duplicated include. Signed-off-by: YueHaibing --- drivers/pci/pcie/err.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/pci/pcie/err.c b/drivers/pci/pcie/err.c index 4da2a62b..773197a 100644 --- a/drivers/pci/pcie/err.c +++ b/drivers/pci/pcie/err.c @@ -12,7 +12,6

Re: [PATCH -next] powerpc: Remove duplicated include from pci_32.c

2018-09-23 Thread Stephen Rothwell
Hi YueHaibing, On Sun, 23 Sep 2018 08:12:08 + YueHaibing wrote: > > Remove duplicated include. > > Signed-off-by: YueHaibing Good catch. It was added by 2 separate commits in v4.18-rc1. Reviewed-by: Stephen Rothwell -- Cheers, Stephen Rothwell pgpv567hKMRl9.pgp Descript

[PATCH -next] powerpc: Remove duplicated include from pci_32.c

2018-09-23 Thread YueHaibing
Remove duplicated include. Signed-off-by: YueHaibing --- arch/powerpc/kernel/pci_32.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/powerpc/kernel/pci_32.c b/arch/powerpc/kernel/pci_32.c index d63be12..274bd14 100644 --- a/arch/powerpc/kernel/pci_32.c +++ b/arch/powerpc/kernel/pci_32

[PATCH 8/9] powerpc/mm: remove duplicated #include

2009-09-16 Thread Huang Weiyi
Remove duplicated #include('s) in arch/powerpc/mm/tlb_low_64e.S Signed-off-by: Huang Weiyi --- arch/powerpc/mm/tlb_low_64e.S |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/powerpc/mm/tlb_low_64e.S b/arch/powerpc/mm/tlb_low_64e.S index ef1cccf..f288279 1

[PATCH 7/9] powerpc/book3e-64: remove duplicated #include

2009-09-16 Thread Huang Weiyi
Remove duplicated #include('s) in arch/powerpc/kernel/exceptions-64e.S Signed-off-by: Huang Weiyi --- arch/powerpc/kernel/exceptions-64e.S |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/powerpc/kernel/exceptions-64e.S b/arch/powerpc/kernel/exceptions-

Re: [PATCH 4/4] powerpc/85xx: remove duplicated #include

2009-06-23 Thread Kumar Gala
On Jun 20, 2009, at 6:16 AM, Huang Weiyi wrote: Remove duplicated #include in arch/powerpc/platforms/85xx/ xes_mpc85xx.c. Signed-off-by: Huang Weiyi --- arch/powerpc/platforms/85xx/xes_mpc85xx.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) applied to next - k

[PATCH] perf_counter: powerpc: remove duplicated #include

2009-06-20 Thread Huang Weiyi
Remove duplicated #include('s) in arch/powerpc/kernel/mpc7450-pmu.c arch/powerpc/kernel/ppc970-pmu.c Signed-off-by: Huang Weiyi --- arch/powerpc/kernel/mpc7450-pmu.c |1 - arch/powerpc/kernel/ppc970-pmu.c |1 - 2 files changed, 0 insertions(+), 2 deletions(-) diff --git a

[PATCH 4/4] powerpc/85xx: remove duplicated #include

2009-06-20 Thread Huang Weiyi
Remove duplicated #include in arch/powerpc/platforms/85xx/xes_mpc85xx.c. Signed-off-by: Huang Weiyi --- arch/powerpc/platforms/85xx/xes_mpc85xx.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/powerpc/platforms/85xx/xes_mpc85xx.c b/arch/powerpc/platforms/85xx

remove duplicated include

2008-05-08 Thread Huang Weiyi
Removed duplicated include file in powerpc/kernel/btext.c. Signed-off-by: Huang Weiyi <[EMAIL PROTECTED]> --- a/powerpc/kernel/btext.c2008-05-08 21:20:20.0 +0800 +++ b/powerpc/kernel/btext.c2008-05-08 21:20:38.0 +0800 @@ -16,7 +16,6 @@ #include #include #include -#i