aboutsummaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorAndreas Färber <afaerber@suse.de>2012-04-13 17:18:13 +0200
committerAndreas Färber <afaerber@suse.de>2012-04-25 16:54:16 +0200
commit2df6dabb14801eecc1ed66a56a0540bd0b3be850 (patch)
treecd9ca18210dc281b6350c475a2fc572fc6b0bc12 /MAINTAINERS
parentcf36b31db209a261ee3bc2737e788e1ced0a1bec (diff)
MAINTAINERS: Fix PC file pattern
Only one pattern is allowed per F: line, split it in two. Signed-off-by: Andreas Färber <afaerber@suse.de> Cc: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS3
1 files changed, 2 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index cce37e797f..83d3568f84 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -399,7 +399,8 @@ X86 Machines
PC
M: Anthony Liguori <aliguori@us.ibm.com>
S: Supported
-F: hw/pc.[ch] hw/pc_piix.c
+F: hw/pc.[ch]
+F: hw/pc_piix.c
Xtensa Machines
---------------