It helps when you do the diff the right way.Just to be clear, which one is picked with a patch for drivers/net/foo? Both or the most common one?
Describe the new F: pattern
Signed-off-by: Joe Perches <joe@xxxxxxxxxxx>
diff --git a/MAINTAINERS b/MAINTAINERS
index d3a0684..0d7f856 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -83,6 +83,13 @@ S: Status, one of the following:
it has been replaced by a better system and you
should be using that.
+F: Files and directories with wildcard patterns.
+ A trailing slash includes all files and subdirectory files.
+ 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
+ One pattern per line. Multiple F: lines acceptable.
+
3C359 NETWORK DRIVER
P: Mike Phillips
M: mikep@xxxxxxxxxxx