[PATCH 3/4] Staging: xgifb: fix braces {} are not necessary for single statement blocks

2013-10-16 Thread Dhanunjaya Naidu Ravada
From: Dhanunjaya This is a patch to the vb_setmode.c file that fixes braces {} are not necessary for single statement blocks warning found by the checkpatch.pl tool Signed-of-by: Dhanunjaya Naidu Ravada --- drivers/staging/xgifb/vb_setmode.c | 11 --- 1 file changed, 4 insertions

[PATCH 1/4] Staging: comedi: fix semicolon coding style issue in ni_660x.c

2013-10-16 Thread Dhanunjaya Naidu Ravada
From: Dhanunjaya This is a patch to the ni_660x.c file that fixes up a semicolon warning found by the checkpatch.pl tool. Signed-off-by: Dhanunjaya Naidu Ravada --- drivers/staging/comedi/drivers/ni_660x.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging

[PATCH 4/4] Staging: xgifb: fix space prohibited before semicolon.

2013-10-16 Thread Dhanunjaya Naidu Ravada
From: Dhanunjaya This is a patch to the vb_table.h file that fixes the space prohibited before semicolon warning found by the checkpatch.pl tool. Signed-off-by: Dhanunjaya Naidu Ravada --- drivers/staging/xgifb/vb_table.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a

[PATCH 4/4] Staging: xgifb: fix space prohibited before semicolon.

2013-10-16 Thread Dhanunjaya
This is a patch to the vb_table.h file that fixes the space prohibited before semicolon warning found by the checkpatch.pl tool. Signed-off-by: Dhanunjaya --- drivers/staging/xgifb/vb_table.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/xgifb/vb_table.h b

[PATCH 3/4] Staging: xgifb: fix braces {} are not necessary for single statement blocks

2013-10-16 Thread Dhanunjaya
This is a patch to the vb_setmode.c file that fixes braces {} are not necessary for single statement blocks warning found by the checkpatch.pl tool Signed-of-by: Dhanunjaya --- drivers/staging/xgifb/vb_setmode.c | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a

[PATCH 2/2] Staging: xillybus: fix for quoted string split across lines

2013-10-16 Thread Dhanunjaya
This is a patch to the xillybus_of.c file that fixes up a quoted string split across lines warning found by the checkpatch.pl tool. Signed-off-by: Dhanunjaya --- drivers/staging/xillybus/xillybus_of.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/staging

[PATCH] Staging: comedi: fix semicolon coding style issue in ni_660x.c

2013-10-16 Thread Dhanunjaya
This is a patch to the ni_660x.c file that fixes up a semicolon warning found by the checkpatch.pl tool --- drivers/staging/comedi/drivers/ni_660x.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/comedi/drivers/ni_660x.c b/drivers/staging/comedi/drivers/ni