]> git.baikalelectronics.ru Git - kernel.git/commit
checkpatch: reduce MAINTAINERS update message frequency
authorJoe Perches <joe@perches.com>
Wed, 10 Dec 2014 23:51:49 +0000 (15:51 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 11 Dec 2014 01:41:12 +0000 (17:41 -0800)
commita25c0344415882d35752b02f25d5b245697291a5
treec21a0de696fa0dd139dc2a3a5b954c7fa01f6771
parentbfbf47f75e62485978629d10ba0f6e4d09e39f20
checkpatch: reduce MAINTAINERS update message frequency

When files are being added/moved/deleted and a patch contains an update to
the MAINTAINERS file, assume it's to update the MAINTAINERS file correctly
and do not emit the "does MAINTAINERS need updating?" message.

Reported by many people.

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