On 6/1/20 10:21 PM, Lukas Bulwahn wrote: > Commit 5c24a28b4eb8 ("dt-bindings: watchdog: Add ARM smc wdt for mt8173 > watchdog") added the new ARM SMC WATCHDOG DRIVER entry in MAINTAINERS, but > slipped in a minor mistake. > > Luckily, ./scripts/get_maintainer.pl --self-test=patterns complains: > > warning: no file matches F: devicetree/bindings/watchdog/arm-smc-wdt.yaml > > Update file entry to intended file location. > > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx> Reviewed-by: Guenter Roeck <linux@xxxxxxxxxxxx> > --- > Julius, Evan, please ack. > > Wim, please pick this minor patch into your -next tree. > > applies cleanly on next-20200529 > > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index b045b70e54df..dcfb09700b96 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1489,7 +1489,7 @@ ARM SMC WATCHDOG DRIVER > M: Julius Werner <jwerner@xxxxxxxxxxxx> > R: Evan Benn <evanbenn@xxxxxxxxxxxx> > S: Maintained > -F: devicetree/bindings/watchdog/arm-smc-wdt.yaml > +F: Documentation/devicetree/bindings/watchdog/arm-smc-wdt.yaml > F: drivers/watchdog/arm_smc_wdt.c > > ARM SMMU DRIVERS >