From a4ffe8aa4981130b240eee5ed22c5bbfa1c7598b Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Wed, 21 Oct 2015 13:09:42 -0700 Subject: 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 Reviewed-on: http://review.coreboot.org/12118 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- MAINTAINERS | 14 +++++++------- 1 file 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 + M: Maintainer: FullName R: Designated reviewer: FullName 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 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 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 @@ -144,8 +144,8 @@ M: Patrick Georgi S: Supported F: Makefile F: *.inc -F: util/kconfig -F: util/sconfig +F: util/kconfig/ +F: util/sconfig/ THE REST M: Stefan Reinauer -- cgit v1.2.3