]> git.karo-electronics.de Git - karo-tx-linux.git/commit
checkpatch: add a placeholder to check blank lines before declarations
authorJoe Perches <joe@perches.com>
Wed, 19 Jun 2013 00:07:20 +0000 (10:07 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 19 Jun 2013 07:27:06 +0000 (17:27 +1000)
commitaaab91bb9fc80c282e6078c0299281b40fe50036
treecc3f047ee255e5e0c135a0711a09201bc481f2b4
parent2ad3b166ee88214ea683869be82cbe992af8ed6a
checkpatch: add a placeholder to check blank lines before declarations

Figure out first how to determine if this is in a struct declaration or in
a function body before enabling this.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
scripts/checkpatch.pl