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
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
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
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
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
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
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
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