diff mbox series

MAINTAINERS: remove typo from XEN PVUSB DRIVER section

Message ID 20211216065547.18619-1-lukas.bulwahn@gmail.com (mailing list archive)
State Accepted
Commit d538ea945532d0d3bd04192543b285e6979d9e8f
Headers show
Series MAINTAINERS: remove typo from XEN PVUSB DRIVER section | expand

Commit Message

Lukas Bulwahn Dec. 16, 2021, 6:55 a.m. UTC
Commit a92548f90fa6 ("xen: add Xen pvUSB maintainer") adds the new XEN
PVUSB DRIVER section, but one file entry contains an obvious typo.

Fortunately, ./scripts/get_maintainer.pl --self-test=patterns warns:

  warning: no file matches    F:    divers/usb/host/xen*

Remove this obvious typo.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
applies on next-20211215

Juergen, please ack.

Greg, please pick this minor clean-up on top of the commit above.

 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Juergen Gross Dec. 16, 2021, 7:10 a.m. UTC | #1
On 16.12.21 07:55, Lukas Bulwahn wrote:
> Commit a92548f90fa6 ("xen: add Xen pvUSB maintainer") adds the new XEN
> PVUSB DRIVER section, but one file entry contains an obvious typo.
> 
> Fortunately, ./scripts/get_maintainer.pl --self-test=patterns warns:
> 
>    warning: no file matches    F:    divers/usb/host/xen*
> 
> Remove this obvious typo.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>

Reviewed-by: Juergen Gross <jgross@suse.com>


Juergen
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 97215d89df4e..a5df6e1219b6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -21007,7 +21007,7 @@  M:	Juergen Gross <jgross@suse.com>
 L:	xen-devel@lists.xenproject.org (moderated for non-subscribers)
 L:	linux-usb@vger.kernel.org
 S:	Supported
-F:	divers/usb/host/xen*
+F:	drivers/usb/host/xen*
 F:	include/xen/interface/io/usbif.h
 
 XEN SOUND FRONTEND DRIVER