checkpatch: emit a warning on file add/move/delete
authorJoe Perches <joe@perches.com>
Wed, 6 Aug 2014 23:10:59 +0000 (16:10 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 7 Aug 2014 01:01:28 +0000 (18:01 -0700)
commit13f1937ef33950b1112049972249e6191b82e6c9
treedba316604279ac779331517b8d3b331704121f79
parentd311cd44545f2f69749c68d6723360b4cc21cd02
checkpatch: emit a warning on file add/move/delete

Whenever files are added, moved, or deleted, the MAINTAINERS file
patterns can be out of sync or outdated.

To try to keep MAINTAINERS more up-to-date, add a one-time warning
whenever a patch does any of those.

Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Andy Whitcroft <apw@canonical.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checkpatch.pl