Message ID | 20231106095349.9564-1-lukas.bulwahn@gmail.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | MAINTAINERS: rectify entry for DIALOG SEMICONDUCTOR DRIVERS | expand |
On Mon, Nov 06, 2023 at 10:53:49AM +0100, Lukas Bulwahn wrote: > Commit bd888a4377ae ("dt-bindings: watchdog: da9062-wdt: convert txt to > yaml") converts da9062-wdt.txt to dlg,da9062-watchdog.yaml, but misses to > adjust its reference in MAINTAINERS. > > Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a > broken reference. > > Repair this file pattern in DIALOG SEMICONDUCTOR DRIVERS. > > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> > --- > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 0410322b740a..bd9077b1fd41 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -6123,7 +6123,7 @@ F: Documentation/devicetree/bindings/regulator/dlg,da9*.yaml > F: Documentation/devicetree/bindings/regulator/dlg,slg51000.yaml > F: Documentation/devicetree/bindings/sound/da[79]*.txt > F: Documentation/devicetree/bindings/thermal/da90??-thermal.txt > -F: Documentation/devicetree/bindings/watchdog/da90??-wdt.txt > +F: Documentation/devicetree/bindings/watchdog/dlg,da90??-watchdog.yaml > F: Documentation/hwmon/da90??.rst > F: drivers/gpio/gpio-da90??.c > F: drivers/hwmon/da90??-hwmon.c > -- > 2.17.1 >
diff --git a/MAINTAINERS b/MAINTAINERS index 0410322b740a..bd9077b1fd41 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6123,7 +6123,7 @@ F: Documentation/devicetree/bindings/regulator/dlg,da9*.yaml F: Documentation/devicetree/bindings/regulator/dlg,slg51000.yaml F: Documentation/devicetree/bindings/sound/da[79]*.txt F: Documentation/devicetree/bindings/thermal/da90??-thermal.txt -F: Documentation/devicetree/bindings/watchdog/da90??-wdt.txt +F: Documentation/devicetree/bindings/watchdog/dlg,da90??-watchdog.yaml F: Documentation/hwmon/da90??.rst F: drivers/gpio/gpio-da90??.c F: drivers/hwmon/da90??-hwmon.c
Commit bd888a4377ae ("dt-bindings: watchdog: da9062-wdt: convert txt to yaml") converts da9062-wdt.txt to dlg,da9062-watchdog.yaml, but misses to adjust its reference in MAINTAINERS. Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a broken reference. Repair this file pattern in DIALOG SEMICONDUCTOR DRIVERS. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)