[coreboot-gerrit] New patch to review for coreboot: MAINTAINERS: Fix format for file entries (F:)

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Wed Oct 21 22:17:32 CEST 2015


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/12118

-gerrit

commit f57acaa97ae56d75e4de86ba0568369355cc3632
Author: Stefan Reinauer <reinauer at chromium.org>
Date:   Wed Oct 21 13:09:42 2015 -0700

    MAINTAINERS: Fix format for file entries (F:)
    
    According to the documentation further up in the file:
    
    F:   drivers/net/    all files in and below drivers/net
    F:   drivers/net/*   all files in drivers/net, but not below
    F:   */net/*         all files in "any top level directory"/net
    
    Add trailing slashes to directory names.
    
    Change-Id: I7bfd2eb2528a75fb6af79a990acb89f5e4251383
    Signed-off-by: Stefan Reinauer <stefan.reinauer at coreboot.org>
---
 MAINTAINERS | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index bd49c41..6b663a8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -64,7 +64,7 @@ trivial patch so apply some common sense.
 
 Descriptions of section entries:
 
-	M: Mail patches to: FullName <address at domain>
+	M: Maintainer: FullName <address at domain>
 	R: Designated reviewer: FullName <address at domain>
 	   These reviewers should be CCed on patches.
 	L: Mailing list that is relevant to this area
@@ -122,17 +122,17 @@ Maintainers List (try to look for most precise areas first)
 RISC-V ARCHITECTURE
 M:	Ronald Minnich <rminnich at gmail.com>
 S:	Maintained
-F:	src/arch/riscv
-F:	src/mainboard/emulation/qemu-riscv
+F:	src/arch/riscv/
+F:	src/mainboard/emulation/qemu-riscv/
 
 GOOGLE PANTHER MAINBOARD
 M:	Stefan Reinauer <stefan.reinauer at coreboot.org>
 S:	Supported
-F:	src/mainboard/google/panther
+F:	src/mainboard/google/panther/
 
 ATI MACH64 Driver
 S:	Orphan
-F:	drivers/ati/mach64
+F:	drivers/ati/mach64/
 
 LINT SCRIPTS
 M:	Patrick Georgi <patrick at georgi-clan.de>
@@ -144,8 +144,8 @@ M:	Patrick Georgi <patrick at georgi-clan.de>
 S:	Supported
 F:	Makefile
 F:	*.inc
-F:	util/kconfig
-F:	util/sconfig
+F:	util/kconfig/
+F:	util/sconfig/
 
 THE REST
 M:	Stefan Reinauer <stefan.reinauer at coreboot.org>



More information about the coreboot-gerrit mailing list