]> 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>
Thu, 21 Mar 2013 05:33:57 +0000 (16:33 +1100)
commit49ddf61b9e69e4adce91bf900f3d6939bcef1c78
treea2b3b7e91c0cd96fa8ab2b8ce70727cee8532566
parentbbd93f6356da847a2ea05fbf6964a6b3939333f6
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