[PATCH] MAINTAINERS: repair pattern in DIALOG SEMICONDUCTOR DRIVERS

Lukas Bulwahn posted 1 patch 3 years, 10 months ago
There is a newer version of this series
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] MAINTAINERS: repair pattern in DIALOG SEMICONDUCTOR DRIVERS
Posted by Lukas Bulwahn 3 years, 10 months ago
Commit 441613662db7 ("dt-bindings: mfd: Convert da9063 to yaml") converts
da9063.txt to dlg,da9063.yaml and adds a new file pattern in MAINTAINERS.
Unfortunately, the file pattern matches da90*.yaml, but the yaml file is
prefixed with dlg,da90.

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

Repair this file pattern in DIALOG SEMICONDUCTOR DRIVERS.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
Conor, please ack.
Lee, pleae pick this minor non-urgent clean-up patch.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index f84dba7ee301..4b08464abb1b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5876,7 +5876,7 @@ W:	http://www.dialog-semiconductor.com/products
 F:	Documentation/devicetree/bindings/input/da90??-onkey.txt
 F:	Documentation/devicetree/bindings/input/dlg,da72??.txt
 F:	Documentation/devicetree/bindings/mfd/da90*.txt
-F:	Documentation/devicetree/bindings/mfd/da90*.yaml
+F:	Documentation/devicetree/bindings/mfd/dlg,da90*.yaml
 F:	Documentation/devicetree/bindings/regulator/dlg,da9*.yaml
 F:	Documentation/devicetree/bindings/regulator/da92*.txt
 F:	Documentation/devicetree/bindings/regulator/slg51000.txt
-- 
2.17.1
Re: [PATCH] MAINTAINERS: repair pattern in DIALOG SEMICONDUCTOR DRIVERS
Posted by Conor Dooley 3 years, 10 months ago
On 23/06/2022 11:44, Lukas Bulwahn wrote:
> Commit 441613662db7 ("dt-bindings: mfd: Convert da9063 to yaml") converts
> da9063.txt to dlg,da9063.yaml and adds a new file pattern in MAINTAINERS.
> Unfortunately, the file pattern matches da90*.yaml, but the yaml file is
> prefixed with dlg,da90.
> 
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken file pattern.
> 
> Repair this file pattern in DIALOG SEMICONDUCTOR DRIVERS.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
> Conor, please ack.

Acked-by: Conor Dooley <conor.dooley@microchip.com>

that's the second fix you've done for that series, I'll be
sure to run the self-test in the future...

Thanks again,
Conor.

> Lee, pleae pick this minor non-urgent clean-up patch.
> 
>   MAINTAINERS | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index f84dba7ee301..4b08464abb1b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5876,7 +5876,7 @@ W:	http://www.dialog-semiconductor.com/products
>   F:	Documentation/devicetree/bindings/input/da90??-onkey.txt
>   F:	Documentation/devicetree/bindings/input/dlg,da72??.txt
>   F:	Documentation/devicetree/bindings/mfd/da90*.txt
> -F:	Documentation/devicetree/bindings/mfd/da90*.yaml
> +F:	Documentation/devicetree/bindings/mfd/dlg,da90*.yaml
>   F:	Documentation/devicetree/bindings/regulator/dlg,da9*.yaml
>   F:	Documentation/devicetree/bindings/regulator/da92*.txt
>   F:	Documentation/devicetree/bindings/regulator/slg51000.txt