The commit 56fb34d86e87 ("dt-bindings: mfd: Convert stm32 timers bindings to json-schema") and commit b88091f5d84a ("dt-bindings: mfd: Convert stm32 low power timers bindings to json-schema") converted some files from txt to yaml format in ./Documentation/devicetree/bindings/, but they missed to adjust MAINTAINERS. Since then, ./scripts/get_maintainer.pl --self-test complains: no file matches F: Documentation/devicetree/bindings/*/stm32-*timer* no file matches F: Documentation/devicetree/bindings/pwm/pwm-stm32* So, repair the MAINTAINERS entry now. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx> --- Benjamin, Fabrice, please ack. Rob, please pick this patch. applies cleanly on current master and on next-20200214 MAINTAINERS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index a0d86490c2c6..9175b59e2b4c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15923,8 +15923,7 @@ F: drivers/*/stm32-*timer* F: drivers/pwm/pwm-stm32* F: include/linux/*/stm32-*tim* F: Documentation/ABI/testing/*timer-stm32 -F: Documentation/devicetree/bindings/*/stm32-*timer* -F: Documentation/devicetree/bindings/pwm/pwm-stm32* +F: Documentation/devicetree/bindings/mfd/st,stm32-*timer*.yaml STMMAC ETHERNET DRIVER M: Giuseppe Cavallaro <peppe.cavallaro@xxxxxx> -- 2.17.1