Commit fa3400504824 ("dt-bindings: dma: convert MediaTek High-Speed controller to the json-schema") converts mtk-hsdma.txt to mediatek,mt7622-hsdma.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 reference in MEDIATEK DMA DRIVER. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index e27cc69a867c..28b2013031bd 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13743,7 +13743,7 @@ L: dmaengine@xxxxxxxxxxxxxxx L: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx (moderated for non-subscribers) L: linux-mediatek@xxxxxxxxxxxxxxxxxxx (moderated for non-subscribers) S: Maintained -F: Documentation/devicetree/bindings/dma/mtk-* +F: Documentation/devicetree/bindings/dma/mediatek,* F: drivers/dma/mediatek/ MEDIATEK ETHERNET DRIVER -- 2.17.1