[PATCH] checkpatch: Add ability to --fix unnecessary blank lines around braces

2015-01-28 Thread Joe Perches
There's a --strict test for these blank lines. Add the ability to automatically remove them with --fix. Signed-off-by: Joe Perches --- scripts/checkpatch.pl | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index

[PATCH] checkpatch: Add ability to --fix unnecessary blank lines around braces

2015-01-28 Thread Joe Perches
There's a --strict test for these blank lines. Add the ability to automatically remove them with --fix. Signed-off-by: Joe Perches j...@perches.com --- scripts/checkpatch.pl | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/scripts/checkpatch.pl