diff options
author | Andreas Färber | 2012-04-13 17:19:12 +0200 |
---|---|---|
committer | Andreas Färber | 2012-04-25 16:54:16 +0200 |
commit | aebeca25024742f311457f72d19e8f5809c159fa (patch) | |
tree | 47d09b26cd24f67213c4f2bfbc171467c5c929b6 /MAINTAINERS | |
parent | MAINTAINERS: Fix PC file pattern (diff) | |
download | qemu-aebeca25024742f311457f72d19e8f5809c159fa.tar.gz qemu-aebeca25024742f311457f72d19e8f5809c159fa.tar.xz qemu-aebeca25024742f311457f72d19e8f5809c159fa.zip |
MAINTAINERS: Fix virtio-9p file pattern
Only one pattern is allowed per F: line, split in two.
Signed-off-by: Andreas Färber <afaerber@suse.de>
Acked-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 83d3568f84..ea327861ae 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 |