From: Andreas Färber Date: Fri, 13 Apr 2012 15:18:13 +0000 (+0200) Subject: MAINTAINERS: Fix PC file pattern X-Git-Tag: v1.1-rc0~19^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2df6dabb14801eecc1ed66a56a0540bd0b3be850;p=thirdparty%2Fqemu.git MAINTAINERS: Fix PC file pattern Only one pattern is allowed per F: line, split it in two. Signed-off-by: Andreas Färber Cc: Anthony Liguori --- diff --git a/MAINTAINERS b/MAINTAINERS index cce37e797f2..83d3568f84b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -399,7 +399,8 @@ X86 Machines PC M: Anthony Liguori S: Supported -F: hw/pc.[ch] hw/pc_piix.c +F: hw/pc.[ch] +F: hw/pc_piix.c Xtensa Machines ---------------