diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2022-11-15 11:31:53 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-11-22 17:26:58 +0100 |
commit | 488c2c67463cc704715e9d4b68c9edfcc20f299d (patch) | |
tree | 5df757a6c85078f84038626e2580c2bb0b19f68a /MAINTAINERS | |
parent | usb: fotg210-udc: Remove a useless assignment (diff) | |
download | linux-488c2c67463cc704715e9d4b68c9edfcc20f299d.tar.xz linux-488c2c67463cc704715e9d4b68c9edfcc20f299d.zip |
MAINTAINERS: rectify entry for MICROCHIP USB251XB 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>
Acked-by: Marek Vasut <marex@denx.de>
Link: https://lore.kernel.org/r/20221115103153.28502-1-lukas.bulwahn@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 2a8c456c184e..8cb2c2b7d6cf 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13644,7 +13644,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 |