[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] Fix MAINTAINERS: remove any use of {a,b}
This is the complain from perl: Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^docs/misc/kconfig{ <-- HERE ,-language}\.txt/ at scripts/get_maintainer.pl line 731. Also, it does not work. Signed-off-by: Anthony PERARD <anthony.perard@xxxxxxxxxx> --- MAINTAINERS | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index db14cfe..cc44cbd 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -212,7 +212,8 @@ F: xen/include/xen/iommu.h KCONFIG M: Doug Goldstein <cardoe@xxxxxxxxxx> S: Supported -F: docs/misc/kconfig{,-language}.txt +F: docs/misc/kconfig.txt +F: docs/misc/kconfig-language.txt F: xen/tools/kconfig/ KDD DEBUGGER @@ -223,8 +224,10 @@ F: tools/debugger/kdd/ KEXEC M: David Vrabel <david.vrabel@xxxxxxxxxx> S: Supported -F: xen/common/{kexec,kimage}.c -F: xen/include/{kexec,kimage}.h +F: xen/common/kexec.c +F: xen/common/kimage.c +F: xen/include/kexec.h +F: xen/include/kimage.h F: xen/arch/x86/machine_kexec.c F: xen/arch/x86/x86_64/kexec_reloc.S -- Anthony PERARD _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |