]> git.baikalelectronics.ru Git - kernel.git/commit
checkpatch: emit "NOTE: <types>" message only once after multiple files
authorJoe Perches <joe@perches.com>
Thu, 25 Jun 2015 22:03:29 +0000 (15:03 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 26 Jun 2015 00:00:42 +0000 (17:00 -0700)
commit7952190a7137cb6d519547deb9d1546a60f9e04e
tree8460db53f443c2004ddb473afc8f85551db265b3
parent6af1eb2b546c1c3134c4c625de6557d9a348afd8
checkpatch: emit "NOTE: <types>" message only once after multiple files

Make this message similar to the "false positives" message and emit it
only once when scanning multiple files instead of after each file scanned.

Signed-off-by: Joe Perches <joe@perches.com>
Cc: 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