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)
commit365dd4eaafa22d2c79913d5f057d636e8842c470
tree73921bbddacb64cbb5b203cab91d55422bd23dfa
parent7f61919144ca69ea29f29c3e60c5b7dbd2070aa6
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