scripts/get_maintainer.pl: fix file exclusion X: logic
authorJoe Perches <joe@perches.com>
Fri, 8 Jan 2010 22:42:48 +0000 (14:42 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 11 Jan 2010 17:34:05 +0000 (09:34 -0800)
commit272a897904b9a067550f5b8e812036b65180418f
treeb4f249fa0c6bc329443f35d52f92ee59a2a40a49
parent7ee3aebe31d2cb22c84e1c8f48182947b13a3607
scripts/get_maintainer.pl: fix file exclusion X: logic

The following command doesn't generate any output.
`./scripts/get_maintainer.pl --no-git -f drivers/net/wireless/wl12xx/wl1271_acx.c`

An excluded "X:" pattern match in any section would cause a file not to
match any other section.

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