scripts/get_maintainer.pl: don't search MAINTAINERS for keywords or emails
authorJoe Perches <joe@perches.com>
Tue, 26 Oct 2010 21:22:52 +0000 (14:22 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 26 Oct 2010 23:52:17 +0000 (16:52 -0700)
commitfab9ed12fcd0c182a72509382c3da55c527963e3
treeec55db254312f39a20f0fb5e742c08cabcb363e2
parent6ffd9485f5c9c0b2d2aea9f904dff08e7088010a
scripts/get_maintainer.pl: don't search MAINTAINERS for keywords or emails

Keyword matching uses K: patterns from MAINTAINERS, so if looking for the
MAINTAINERS maintainer, don't search MAINTAINERS for pattern matches.
MAINTAINERS also has rather a lot of email addresses and is easily
searched using grep "^M:", so skip it.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/get_maintainer.pl