diff options
author | Stefan Reinauer <reinauer@chromium.org> | 2015-10-21 13:09:42 -0700 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-10-22 20:20:48 +0200 |
commit | a4ffe8aa4981130b240eee5ed22c5bbfa1c7598b (patch) | |
tree | e2b7699eda7829cb2882347a08fa8f743059f51a /MAINTAINERS | |
parent | 744729a4f03fbacbd32446098e10a1e65fb1afe5 (diff) |
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@coreboot.org>
Reviewed-on: http://review.coreboot.org/12118
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index bd49c41849..6b663a8b92 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@domain> + M: Maintainer: FullName <address@domain> R: Designated reviewer: FullName <address@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@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@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@georgi-clan.de> @@ -144,8 +144,8 @@ M: Patrick Georgi <patrick@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@coreboot.org> |