[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <3aae479eda8169221f73ccb502ae9f2ebe4e1f4b.1247117932.git.joe@perches.com>
Date: Wed, 8 Jul 2009 22:46:38 -0700
From: Joe Perches <joe@...ches.com>
To: linux-kernel@...r.kernel.org
Cc: Andrew Morton <akpm@...ux-foundation.org>,
Arnd Bergmann <arnd@...db.de>
Subject: [PATCH 2/2] MAINTAINERS: Remove directory trailing slash pattern requirement
Signed-off-by: Joe Perches <joe@...ches.com>
---
MAINTAINERS | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index e4b1a3d..e4a4de9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -91,17 +91,16 @@ S: Status, one of the following:
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 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.
X: Files and directories that are NOT maintained, same rules as F:
Files exclusions are tested before file matches.
Can be useful for excluding a specific subdirectory, for instance:
- F: net/
- X: net/ipv6/
- matches all files in and below net excluding net/ipv6/
+ F: net
+ X: net/ipv6
+ matches all files in and below net excluding net/ipv6
3C505 NETWORK DRIVER
P: Philip Blundell
--
1.6.3.1.10.g659a0.dirty
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists