[PATCH v3] checkpatch: Check for space after "else" keyword

2018-08-06 Thread Michal Zylowski
sent. Signed-off-by: Michal Zylowski --- scripts/checkpatch.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 447857f..f7e135a 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -4483,11 +4483,11 @@ sub proc

[PATCH v2] checkpatch: Check for space after "else" keyword

2018-08-05 Thread Michal Zylowski
sent. Signed-off-by: Michal Zylowski --- scripts/checkpatch.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 447857f..81617b8 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -4483,7 +4483,7 @@ sub process {

[PATCH] checkpatch: Check for space after "else" keyword

2018-08-02 Thread Michal Zylowski
sent. Signed-off-by: Michal Zylowski --- scripts/checkpatch.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index e16d671..2e3f41e 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -4479,6 +4479,7 @@ sub process { #need space befor