qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-trivial] [PATCH] MAINTAINERS: Fix wildcard for scsi headers


From: Thomas Huth
Subject: [Qemu-trivial] [PATCH] MAINTAINERS: Fix wildcard for scsi headers
Date: Mon, 5 Sep 2016 22:11:41 +0200

get_maintainer.pl currently thinks that the scsi headers are
currrently unmaintained. So let's fix the corresponding wildcard
expression.

Signed-off-by: Thomas Huth <address@hidden>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index d1bacb2..60af338 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -842,7 +842,7 @@ T: git git://github.com/jasowang/qemu.git net
 SCSI
 M: Paolo Bonzini <address@hidden>
 S: Supported
-F: include/hw/scsi*
+F: include/hw/scsi/*
 F: hw/scsi/*
 T: git git://github.com/bonzini/qemu.git scsi-next
 
-- 
1.8.3.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]