Message ID | 20221115103153.28502-1-lukas.bulwahn@gmail.com |
---|---|
State | New |
Headers | show |
Series | MAINTAINERS: rectify entry for MICROCHIP USB251XB DRIVER | expand |
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@skidata.com> L: linux-usb@vger.kernel.org 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
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@gmail.com> --- 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(-)