]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit341d49bcb734046d2e42be8bb0e18d7f30e5837a
treedba316604279ac779331517b8d3b331704121f79
parentebe78ce6bdc5eb5cc4633db4f687241b199d1af1
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