All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] MAINTAINERS: Fix wildcard for scsi headers
@ 2016-09-05 20:11 Thomas Huth
  2016-09-06  7:22 ` Paolo Bonzini
  2016-09-14  5:39 ` Michael Tokarev
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas Huth @ 2016-09-05 20:11 UTC (permalink / raw)
  To: qemu-devel, Paolo Bonzini; +Cc: qemu-trivial

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
 
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH] MAINTAINERS: Fix wildcard for scsi headers
  2016-09-05 20:11 [Qemu-devel] [PATCH] MAINTAINERS: Fix wildcard for scsi headers Thomas Huth
@ 2016-09-06  7:22 ` Paolo Bonzini
  2016-09-14  5:39 ` Michael Tokarev
  1 sibling, 0 replies; 3+ messages in thread
From: Paolo Bonzini @ 2016-09-06  7:22 UTC (permalink / raw)
  To: Thomas Huth, qemu-devel; +Cc: qemu-trivial



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>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH] MAINTAINERS: Fix wildcard for scsi headers
  2016-09-05 20:11 [Qemu-devel] [PATCH] MAINTAINERS: Fix wildcard for scsi headers Thomas Huth
  2016-09-06  7:22 ` Paolo Bonzini
@ 2016-09-14  5:39 ` Michael Tokarev
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Tokarev @ 2016-09-14  5:39 UTC (permalink / raw)
  To: Thomas Huth, qemu-devel, Paolo Bonzini; +Cc: qemu-trivial

Applied to -trivial, thanks!

/mjt

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-09-14  5:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-05 20:11 [Qemu-devel] [PATCH] MAINTAINERS: Fix wildcard for scsi headers Thomas Huth
2016-09-06  7:22 ` Paolo Bonzini
2016-09-14  5:39 ` Michael Tokarev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.