Commit 9cdd70ceb6fa ("media: dt-bindings: media: mtk-vcodec: Separate video encoder and decoder dt-bindings") converts and splits mediatek-vcodec.txt to mediatek,vcodec-{de,en}coder.yaml, but missed 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 MEDIA 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 fe3feca0b7c6..38cdf9aadfe4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12353,7 +12353,7 @@ MEDIATEK MEDIA DRIVER M: Tiffany Lin <tiffany.lin@xxxxxxxxxxxx> M: Andrew-CT Chen <andrew-ct.chen@xxxxxxxxxxxx> S: Supported -F: Documentation/devicetree/bindings/media/mediatek-vcodec.txt +F: Documentation/devicetree/bindings/media/mediatek,vcodec*.yaml F: Documentation/devicetree/bindings/media/mediatek-vpu.txt F: drivers/media/platform/mtk-vcodec/ F: drivers/media/platform/mtk-vpu/ -- 2.17.1