]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
get_maintainer-use-filename-only-regex-match-for-tegra-fix
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 20 Mar 2013 04:07:35 +0000 (15:07 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 22 Mar 2013 04:33:18 +0000 (15:33 +1100)
fix typo in docs, per Marcin

Cc: Joe Perches <joe@perches.com>
Cc: Marcin Slusarz <marcin.slusarz@gmail.com>
Cc: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
MAINTAINERS

index 4da0e375709bc804920cae571b6537b14159558f..334e9afd88c45444acc53646b172adff7b8fc683 100644 (file)
@@ -91,7 +91,7 @@ Descriptions of section entries:
           F:   */net/*         all files in "any top level directory"/net
           One pattern per line.  Multiple F: lines acceptable.
        N: Files and directories with regex patterns.
-          N:   [^a-z]tegra     all files whose patch contains the word tegra
+          N:   [^a-z]tegra     all files whose path contains the word tegra
           One pattern per line.  Multiple N: lines acceptable.
        X: Files and directories that are NOT maintained, same rules as F:
           Files exclusions are tested before file matches.