diff mbox

[02/14] MAINTAINERS: Fix virtio-9p file pattern

Message ID 1334586678-2305-3-git-send-email-afaerber@suse.de
State New
Headers show

Commit Message

Andreas Färber April 16, 2012, 2:31 p.m. UTC
Only one pattern is allowed per F: line, split in two.

Signed-off-by: Andreas Färber <afaerber@suse.de>
Cc: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
---
 MAINTAINERS |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

Comments

Aneesh Kumar K.V April 16, 2012, 3:17 p.m. UTC | #1
Andreas Färber <afaerber@suse.de> writes:

> Only one pattern is allowed per F: line, split in two.
>
> Signed-off-by: Andreas Färber <afaerber@suse.de>
> Cc: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>

Acked-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>

> ---
>  MAINTAINERS |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c82aa2f..3e18a8a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -462,7 +462,8 @@ F: hw/virtio*
>  virtio-9p
>  M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
>  S: Supported
> -F: hw/9pfs/ fsdev/
> +F: hw/9pfs/
> +F: fsdev/
>  T: https://github.com/kvaneesh/QEMU
>
>
> -- 
> 1.7.7
diff mbox

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index c82aa2f..3e18a8a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -462,7 +462,8 @@  F: hw/virtio*
 virtio-9p
 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
 S: Supported
-F: hw/9pfs/ fsdev/
+F: hw/9pfs/
+F: fsdev/
 T: https://github.com/kvaneesh/QEMU