[PATCH] Staging: panel: fixed frivilous else statement warning

2014-07-10 Thread Vincent Heuken
Fixed one instance of the following checkpatch.pl warning in panel.c: WARNING: else is not generally useful after a break or return Signed-off-by: Vincent Heuken --- drivers/staging/panel/panel.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/staging/panel

[PATCH] Staging: slicoss: fixed frivolous else statement warnings in slicoss.c

2014-06-23 Thread Vincent Heuken
This is a patch for the slicoss.c file that fixes four instances of the following warning: WARNING: else is not generally useful after a break or return Signed-off-by: Vincent Heuken --- drivers/staging/slicoss/slicoss.c | 22 -- 1 file changed, 12 insertions(+), 10

[PATCH] Staging: serqt_usb2: fixed frivolous else statement warnings

2014-06-20 Thread Vincent Heuken
This is a patch to the serqt_usb2.c file that fixes three instances of the following checkpatch.pl warning: WARNING: else is not generally useful after a break or return Signed-off-by: Vincent Heuken --- drivers/staging/serqt_usb2/serqt_usb2.c | 45 - 1 file

[PATCH] Staging: serqt_usb2: fixed frivolous else statement warnings

2014-06-20 Thread Vincent Heuken
This is a patch to the serqt_usb2.c file that fixes two instances of the following checkpatch.pl warning: WARNING: else is not generally useful after a break or return Signed-off-by: Vincent Heuken --- drivers/staging/serqt_usb2/serqt_usb2.c | 47 + 1 file

[PATCH] Staging: serqt_usb2: fixed blank line style warning in serqt_usb2.c

2014-06-20 Thread Vincent Heuken
This is a patch to the serqt_usb2.c file that fixes the following warning: WARNING: Missing a blank line after declarations Signed-off-by: Vincent Heuken --- drivers/staging/serqt_usb2/serqt_usb2.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/serqt_usb2/serqt_usb2.c b

[PATCH] Staging: serqt_usb2: fixed frivolous else statement warnings

2014-06-20 Thread Vincent Heuken
This is a patch to the serqt_usb2.c file that fixes two instances of the following checkpatch.pl warning: WARNING: else is not generally useful after a break or return Signed-off-by: Vincent Heuken --- drivers/staging/serqt_usb2/serqt_usb2.c | 44 - 1 file

[PATCH] Staging: dgnc: fixed brace coding style issue in dgnc_driver.c

2014-06-03 Thread Vincent Heuken
This is a patch to the dgnc_driver.c file that fixes the following error: ERROR: open brace '{' following function declarations go on the next line Signed-off-by: Vincent Heuken --- drivers/staging/dgnc/dgnc_driver.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[PATCH] Staging: panel: fixed checkpatch errors in panel.c

2014-06-01 Thread Vincent Heuken
This patch simply fixes the style errors in panel.c that scripts/checkpatch.pl reported Signed-off-by: Vincent Heuken --- drivers/staging/panel/panel.c | 244 +- 1 file changed, 121 insertions(+), 123 deletions(-) diff --git a/drivers/staging/panel