]> git.baikalelectronics.ru Git - kernel.git/commit
checkpatch: add a multiple blank lines test
authorJoe Perches <joe@perches.com>
Wed, 6 Aug 2014 23:10:42 +0000 (16:10 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 7 Aug 2014 01:01:27 +0000 (18:01 -0700)
commit50e8d9ac509f00b986469b81821f38f906a51b19
tree73921bbddacb64cbb5b203cab91d55422bd23dfa
parent1c3d9814329f8bd8ac2f1f0ec8176d6d4656fff9
checkpatch: add a multiple blank lines test

Multiple consecutive blank lines waste screen space.  Emit a --strict
only message with these blank lines.

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