Commit fff61d4ccf3d ("dt-bindings: usb: usb251xb: Convert to YAML schema") converts usb251xb.txt to usb251xb.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 MICROCHIP USB251XB DRIVER. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx> --- Marek, please ack. Greg, please pick this minor non-urgent patch on top of the commit above. MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index fdcf1e020a5a..43f9e2abe893 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13726,7 +13726,7 @@ MICROCHIP USB251XB DRIVER M: Richard Leitner <richard.leitner@xxxxxxxxxxx> L: linux-usb@xxxxxxxxxxxxxxx S: Maintained -F: Documentation/devicetree/bindings/usb/usb251xb.txt +F: Documentation/devicetree/bindings/usb/usb251xb.yaml F: drivers/usb/misc/usb251xb.c MICROCHIP USBA UDC DRIVER -- 2.17.1