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>
This commit is contained in:
parent
744729a4f0
commit
a4ffe8aa49
14
MAINTAINERS
14
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>
|
||||
|
|
Loading…
Reference in New Issue