diff mbox

MAINTAINERS: Fix wildcard for scsi headers

Message ID 1473106301-23102-1-git-send-email-thuth@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Thomas Huth Sept. 5, 2016, 8:11 p.m. UTC
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 <thuth@redhat.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Paolo Bonzini Sept. 6, 2016, 7:22 a.m. UTC | #1
On 05/09/2016 22:11, Thomas Huth wrote:
> 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 <thuth@redhat.com>
> ---
>  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 <pbonzini@redhat.com>
>  S: Supported
> -F: include/hw/scsi*
> +F: include/hw/scsi/*
>  F: hw/scsi/*
>  T: git git://github.com/bonzini/qemu.git scsi-next
>  
> 

Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Michael Tokarev Sept. 14, 2016, 5:39 a.m. UTC | #2
Applied to -trivial, thanks!

/mjt
diff mbox

Patch

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 <pbonzini@redhat.com>
 S: Supported
-F: include/hw/scsi*
+F: include/hw/scsi/*
 F: hw/scsi/*
 T: git git://github.com/bonzini/qemu.git scsi-next