From: Thomas Huth <[email protected]> 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 <[email protected]> Message-Id: <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index c63671b..ebde2a4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -831,7 +831,7 @@ T: git git://github.com/jasowang/qemu.git net SCSI M: Paolo Bonzini <[email protected]> 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
