2020-03-15 02:07:49

by Lukas Bulwahn

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: correct typo in new NXP LAYERSCAPE GEN4

Commit 3edeb49525bb ("dt-bindings: PCI: Add NXP Layerscape SoCs PCIe Gen4
controller") includes a new entry in MAINTAINERS, but slipped in a typo in
one of the file entries.

Hence, since then, ./scripts/get_maintainer.pl --self-test complains:

warning: no file matches F: \
drivers/pci/controller/mobibeil/pcie-layerscape-gen4.c

Correct the typo in PCI DRIVER FOR NXP LAYERSCAPE GEN4 CONTROLLER.

Signed-off-by: Lukas Bulwahn <[email protected]>
---
applies cleanly on next-20200313

Hou, please ack.
Rob, please pick this patch (it is not urgent, though).

MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 32a95d162f06..77eede976d0f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12858,7 +12858,7 @@ L: [email protected]
L: [email protected]
S: Maintained
F: Documentation/devicetree/bindings/pci/layerscape-pcie-gen4.txt
-F: drivers/pci/controller/mobibeil/pcie-layerscape-gen4.c
+F: drivers/pci/controller/mobiveil/pcie-layerscape-gen4.c

PCI DRIVER FOR GENERIC OF HOSTS
M: Will Deacon <[email protected]>

base-commit: 2e602db729948ce577bf07e2b113f2aa806b62c7
--
2.17.1


2020-03-16 13:43:40

by Zhiqiang Hou

[permalink] [raw]
Subject: RE: [PATCH] MAINTAINERS: correct typo in new NXP LAYERSCAPE GEN4


> -----Original Message-----
> From: Lukas Bulwahn <[email protected]>
> Sent: 2020??3??14?? 22:26
> To: Z.q. Hou <[email protected]>; Lorenzo Pieralisi
> <[email protected]>; Rob Herring <[email protected]>
> Cc: [email protected]; [email protected]; Joe
> Perches <[email protected]>; [email protected];
> [email protected]; Lukas Bulwahn <[email protected]>
> Subject: [PATCH] MAINTAINERS: correct typo in new NXP LAYERSCAPE GEN4
>
> Commit 3edeb49525bb ("dt-bindings: PCI: Add NXP Layerscape SoCs PCIe
> Gen4
> controller") includes a new entry in MAINTAINERS, but slipped in a typo in one
> of the file entries.
>
> Hence, since then, ./scripts/get_maintainer.pl --self-test complains:
>
> warning: no file matches F: \
> drivers/pci/controller/mobibeil/pcie-layerscape-gen4.c
>
> Correct the typo in PCI DRIVER FOR NXP LAYERSCAPE GEN4 CONTROLLER.
>
> Signed-off-by: Lukas Bulwahn <[email protected]>
> ---
> applies cleanly on next-20200313
>
> Hou, please ack.
> Rob, please pick this patch (it is not urgent, though).
>
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 32a95d162f06..77eede976d0f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -12858,7 +12858,7 @@ L: [email protected]
> L: [email protected]
> S: Maintained
> F: Documentation/devicetree/bindings/pci/layerscape-pcie-gen4.txt
> -F: drivers/pci/controller/mobibeil/pcie-layerscape-gen4.c
> +F: drivers/pci/controller/mobiveil/pcie-layerscape-gen4.c
>
> PCI DRIVER FOR GENERIC OF HOSTS
> M: Will Deacon <[email protected]>
>
> base-commit: 2e602db729948ce577bf07e2b113f2aa806b62c7
> --
> 2.17.1

Reviewed-by: Hou Zhiqiang <[email protected]>

2020-03-18 18:50:43

by Bjorn Helgaas

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: correct typo in new NXP LAYERSCAPE GEN4

On Sat, Mar 14, 2020 at 03:25:59PM +0100, Lukas Bulwahn wrote:
> Commit 3edeb49525bb ("dt-bindings: PCI: Add NXP Layerscape SoCs PCIe Gen4
> controller") includes a new entry in MAINTAINERS, but slipped in a typo in
> one of the file entries.
>
> Hence, since then, ./scripts/get_maintainer.pl --self-test complains:
>
> warning: no file matches F: \
> drivers/pci/controller/mobibeil/pcie-layerscape-gen4.c
>
> Correct the typo in PCI DRIVER FOR NXP LAYERSCAPE GEN4 CONTROLLER.
>
> Signed-off-by: Lukas Bulwahn <[email protected]>
> ---
> applies cleanly on next-20200313
>
> Hou, please ack.
> Rob, please pick this patch (it is not urgent, though).

3edeb49525bb ("dt-bindings: PCI: Add NXP Layerscape SoCs PCIe Gen4
controller") is on Lorenzo's pci/mobiveil branch and queued for v5.7.

But it hasn't been merged upstream yet, so we should squash this fix
into Lorenzo's branch so we don't need a fixup commit.

> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 32a95d162f06..77eede976d0f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -12858,7 +12858,7 @@ L: [email protected]
> L: [email protected]
> S: Maintained
> F: Documentation/devicetree/bindings/pci/layerscape-pcie-gen4.txt
> -F: drivers/pci/controller/mobibeil/pcie-layerscape-gen4.c
> +F: drivers/pci/controller/mobiveil/pcie-layerscape-gen4.c
>
> PCI DRIVER FOR GENERIC OF HOSTS
> M: Will Deacon <[email protected]>
>
> base-commit: 2e602db729948ce577bf07e2b113f2aa806b62c7
> --
> 2.17.1
>