checkpatch: speed up checking for filenames in sections marked obsolete
authorJoe Perches <joe@perches.com>
Tue, 11 Oct 2016 20:52:02 +0000 (13:52 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 11 Oct 2016 22:06:30 +0000 (15:06 -0700)
commit0616efa45af493a259d25c1716102173f10bd789
tree18f2263775e0ff72fb0e3ff7e7e6d7cdb963534b
parent15c03cfeabff447abec9e05b5830922099b89943
checkpatch: speed up checking for filenames in sections marked obsolete

Adding -f to the get_maintainer.pl invocation means git isn't invoked
by get_maintainer.pl for known filenames.

This reduces the overall time to run checkpatch.

Link: http://lkml.kernel.org/r/22991e3a295aeb399b43af0478b6e5809106ccee.1472684066.git.joe@perches.com
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/checkpatch.pl