]> git.baikalelectronics.ru Git - kernel.git/commit
checkpatch: add ability to --fix unnecessary blank lines around braces
authorJoe Perches <joe@perches.com>
Fri, 13 Feb 2015 22:38:46 +0000 (14:38 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 14 Feb 2015 05:21:39 +0000 (21:21 -0800)
commit07894a46752e657e1b476ff00000c2dd1cb44305
treedcdcdff6091b759cc047ab3bf80bf01dfce12319
parent70e5a4a754385b4fdb772481cafad95c106e3f1d
checkpatch: add ability to --fix unnecessary blank lines around braces

There's a --strict test for these blank lines.

Add the ability to automatically remove them with --fix.

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