]> 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>
Thu, 21 Mar 2013 05:33:58 +0000 (16: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 3413654ee76e182a8f4d0df93b775340b892bf31..59bfad3c237d9b7b3341a6735b3dc383c7ec20b7 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.