]> git.karo-electronics.de Git - karo-tx-linux.git/commit
get_maintainer: use filename-only regex match for Tegra
authorStephen Warren <swarren@nvidia.com>
Wed, 20 Mar 2013 04:07:34 +0000 (15:07 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 22 Mar 2013 04:33:17 +0000 (15:33 +1100)
commit80f80de08f127e10a7abfe834158e2fdc0d9180a
treed0228156cd12b6bc5bf10c7ae9fdc67d75485ca3
parentf516c6d43d8602a5095dca91bc8fd59e3be190bc
get_maintainer: use filename-only regex match for Tegra

Create a new N: entry type in MAINTAINERS which performs a regex match
against filenames; either those extracted from patch +++ or --- lines, or
those specified on the command-line using the -f option.

This provides the same benefits as using a K: regex option to match a set
of filenames (see commit eb90d08 "get_maintainer: allow keywords to match
filenames"), but without the disadvantage that "random" file content, such
as comments, will ever match the regex.  Hence, revert most of that
commit.

Switch the Tegra entry from using K: to N:

Reported-by: Marcin Slusarz <marcin.slusarz@gmail.com>
Suggested-by: Joe Perches <joe@perches.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
MAINTAINERS
scripts/get_maintainer.pl