[PATCH] MAINTAINERS: repair file entry in MARVELL 88PM886 PMIC DRIVER

Lukas Bulwahn posted 1 patch 1 year, 7 months ago
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] MAINTAINERS: repair file entry in MARVELL 88PM886 PMIC DRIVER
Posted by Lukas Bulwahn 1 year, 7 months ago
From: Lukas Bulwahn <lukas.bulwahn@redhat.com>

Commit f53d3efa366b ("MAINTAINERS: Add myself for Marvell 88PM886 PMIC")
adds a file entry referring to drivers/regulators/88pm886-regulator.c,
but the directory is actually called drivers/regulator. Note that there is
no 's' at the end.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken reference.

Repair the file entry in the MARVELL 88PM886 PMIC DRIVER section.

Fixes: f53d3efa366b ("MAINTAINERS: Add myself for Marvell 88PM886 PMIC")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3eab44bd1010..bb7b5ecbc0b9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13495,7 +13495,7 @@ S:	Maintained
 F:	Documentation/devicetree/bindings/mfd/marvell,88pm886-a1.yaml
 F:	drivers/input/misc/88pm886-onkey.c
 F:	drivers/mfd/88pm886.c
-F:	drivers/regulators/88pm886-regulator.c
+F:	drivers/regulator/88pm886-regulator.c
 F:	include/linux/mfd/88pm886.h
 
 MARVELL ARMADA 3700 PHY DRIVERS
-- 
2.45.2
Re: (subset) [PATCH] MAINTAINERS: repair file entry in MARVELL 88PM886 PMIC DRIVER
Posted by Lee Jones 1 year, 6 months ago
On Thu, 11 Jul 2024 08:51:40 +0200, Lukas Bulwahn wrote:
> Commit f53d3efa366b ("MAINTAINERS: Add myself for Marvell 88PM886 PMIC")
> adds a file entry referring to drivers/regulators/88pm886-regulator.c,
> but the directory is actually called drivers/regulator. Note that there is
> no 's' at the end.
> 
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken reference.
> 
> [...]

Applied, thanks!

[1/1] MAINTAINERS: repair file entry in MARVELL 88PM886 PMIC DRIVER
      commit: 9da8a941a7600823250ab3e9a2256eee5f29be34

--
Lee Jones [李琼斯]

Re: [PATCH] MAINTAINERS: repair file entry in MARVELL 88PM886 PMIC DRIVER
Posted by Karel Balej 1 year, 7 months ago
Lukas Bulwahn, 2024-07-11T08:51:40+02:00:
> From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
>
> Commit f53d3efa366b ("MAINTAINERS: Add myself for Marvell 88PM886 PMIC")
> adds a file entry referring to drivers/regulators/88pm886-regulator.c,
> but the directory is actually called drivers/regulator. Note that there is
> no 's' at the end.
>
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken reference.
>
> Repair the file entry in the MARVELL 88PM886 PMIC DRIVER section.
>
> Fixes: f53d3efa366b ("MAINTAINERS: Add myself for Marvell 88PM886 PMIC")
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3eab44bd1010..bb7b5ecbc0b9 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -13495,7 +13495,7 @@ S:	Maintained
>  F:	Documentation/devicetree/bindings/mfd/marvell,88pm886-a1.yaml
>  F:	drivers/input/misc/88pm886-onkey.c
>  F:	drivers/mfd/88pm886.c
> -F:	drivers/regulators/88pm886-regulator.c
> +F:	drivers/regulator/88pm886-regulator.c
>  F:	include/linux/mfd/88pm886.h
>  
>  MARVELL ARMADA 3700 PHY DRIVERS
> -- 
> 2.45.2

Thank you for the fix and sorry for the trouble.

Reviewed-by: Karel Balej <balejk@matfyz.cz>

K. B.