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>
diff --git a/MAINTAINERS b/MAINTAINERS
index bd49c41..6b663a8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -64,7 +64,7 @@
 
 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 @@
 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 @@
 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>