[PATCH] staging: bcm: add missing blank lines after declarations

2014-07-09 Thread Pawel Lebioda
Fix "Missing blank line after declaration" warnings reported by checkpatch.pl. Signed-off-by: Pawel Lebioda --- drivers/staging/bcm/CmHost.c| 1 + drivers/staging/bcm/IPv6Protocol.c | 6 ++ drivers/staging/bcm/InterfaceDld.c | 1 + drivers/staging/bcm/Interface

[PATCH] staging: bcm: add missing blank lines after declarations

2014-07-09 Thread Pawel Lebioda
Fix Missing blank line after declaration warnings reported by checkpatch.pl. Signed-off-by: Pawel Lebioda pawel.lebiod...@gmail.com --- drivers/staging/bcm/CmHost.c| 1 + drivers/staging/bcm/IPv6Protocol.c | 6 ++ drivers/staging/bcm/InterfaceDld.c | 1 + drivers/staging/bcm

[PATCH] staging: nvec: add missing blank line after declarations

2014-07-07 Thread Pawel Lebioda
Fix 'missing blank line after declaration' warnings reported by checkpatch.pl. Signed-off-by: Pawel Lebioda --- drivers/staging/nvec/nvec_paz00.c | 1 + drivers/staging/nvec/nvec_power.c | 1 + drivers/staging/nvec/nvec_ps2.c | 2 ++ 3 files changed, 4 insertions(+) diff --git a/drivers

[PATCH] staging: nvec: add missing blank line after declarations

2014-07-07 Thread Pawel Lebioda
Fix 'missing blank line after declaration' warnings reported by checkpatch.pl. Signed-off-by: Pawel Lebioda pawel.lebiod...@gmail.com --- drivers/staging/nvec/nvec_paz00.c | 1 + drivers/staging/nvec/nvec_power.c | 1 + drivers/staging/nvec/nvec_ps2.c | 2 ++ 3 files changed, 4 insertions

[PATCH 0/2] staging: nvec: fix some coding style problems

2014-07-05 Thread Pawel Lebioda
The following patches fix some warnings reported by checkpatch.pl Pawel Lebioda (2): staging: nvec: remove unnecessary 'else' after 'return' statement staging: nvec: remove unneccessary 'out of memory' message drivers/staging/nvec/nvec.c | 8 +++- 1 file changed, 3 insertions(+), 5

[PATCH 1/2] staging: nvec: remove unnecessary 'else' after 'return' statement

2014-07-05 Thread Pawel Lebioda
Fix the following warning reported by checkpatch.pl: WARNING: else is not generally useful after a break or return 235: FILE: drivers/staging/nvec/nvec.c:235 Signed-off-by: Pawel Lebioda --- drivers/staging/nvec/nvec.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git

[PATCH 2/2] staging: nvec: remove unneccessary 'out of memory' message

2014-07-05 Thread Pawel Lebioda
Fix the following warning reported by checkpatch.pl: WARNING: Possible unnecessary 'out of memory' message 811: FILE: drivers/staging/nvec/nvec.c:811 Signed-off-by: Pawel Lebioda --- drivers/staging/nvec/nvec.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers

[PATCH 0/2] staging: nvec: fix some coding style problems

2014-07-05 Thread Pawel Lebioda
The following patches fix some warnings reported by checkpatch.pl Pawel Lebioda (2): staging: nvec: remove unnecessary 'else' after 'return' statement staging: nvec: remove unneccessary 'out of memory' message drivers/staging/nvec/nvec.c | 8 +++- 1 file changed, 3 insertions(+), 5

[PATCH 1/2] staging: nvec: remove unnecessary 'else' after 'return' statement

2014-07-05 Thread Pawel Lebioda
Fix the following warning reported by checkpatch.pl: WARNING: else is not generally useful after a break or return 235: FILE: drivers/staging/nvec/nvec.c:235 Signed-off-by: Pawel Lebioda pawel.lebiod...@gmail.com --- drivers/staging/nvec/nvec.c | 3 +-- 1 file changed, 1 insertion(+), 2

[PATCH 2/2] staging: nvec: remove unneccessary 'out of memory' message

2014-07-05 Thread Pawel Lebioda
Fix the following warning reported by checkpatch.pl: WARNING: Possible unnecessary 'out of memory' message 811: FILE: drivers/staging/nvec/nvec.c:811 Signed-off-by: Pawel Lebioda pawel.lebiod...@gmail.com --- drivers/staging/nvec/nvec.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions

[PATCH] staging: bcm: add missing blank lines after declarations

2014-07-04 Thread Pawel Lebioda
Hi, This patch fixes almost all 'missing blank line after declaration' warnings reported by checkpatch.pl for drivers/staging/bcm. Regards Pawel Lebioda Signed-off-by: Pawel Lebioda drivers/staging/bcm/CmHost.c| 1 + drivers/staging/bcm/IPv6Protocol.c | 6 ++ drivers/staging/bcm

[PATCH] staging: nvec: remove unneccessary 'out of memory' message

2014-07-04 Thread Pawel Lebioda
Hi, This patch fixes the following warning reported by checkpatch.pl: WARNING: Possible unnecessary 'out of memory' message #811: FILE: drivers/staging/nvec/nvec.c:811 Regards Pawel Lebioda Signed-off-by: Pawel Lebioda drivers/staging/nvec/nvec.c | 5 ++--- 1 file changed, 2 insertions(+), 3

[PATCH] staging: nvec: remove unneccessary 'else' after 'return' statement

2014-07-04 Thread Pawel Lebioda
Hi, This patch fixes the following warning reported by checkpatch.pl: WARNING: else is not generally useful after a break or return #235: FILE: drivers/staging/nvec/nvec.c:235: Regards Pawel Lebioda Signed-off-by: Pawel Lebioda drivers/staging/nvec/nvec.c | 3 +-- 1 file changed, 1 insertion

[PATCH] staging: nvec: remove unneccessary 'else' after 'return' statement

2014-07-04 Thread Pawel Lebioda
Hi, This patch fixes the following warning reported by checkpatch.pl: WARNING: else is not generally useful after a break or return #235: FILE: drivers/staging/nvec/nvec.c:235: Regards Pawel Lebioda Signed-off-by: Pawel Lebioda pawel.lebiod...@gmail.com drivers/staging/nvec/nvec.c | 3 +-- 1

[PATCH] staging: nvec: remove unneccessary 'out of memory' message

2014-07-04 Thread Pawel Lebioda
Hi, This patch fixes the following warning reported by checkpatch.pl: WARNING: Possible unnecessary 'out of memory' message #811: FILE: drivers/staging/nvec/nvec.c:811 Regards Pawel Lebioda Signed-off-by: Pawel Lebioda pawel.lebiod...@gmail.com drivers/staging/nvec/nvec.c | 5 ++--- 1 file

[PATCH] staging: bcm: add missing blank lines after declarations

2014-07-04 Thread Pawel Lebioda
Hi, This patch fixes almost all 'missing blank line after declaration' warnings reported by checkpatch.pl for drivers/staging/bcm. Regards Pawel Lebioda Signed-off-by: Pawel Lebioda pawel.lebiod...@gmail.com drivers/staging/bcm/CmHost.c| 1 + drivers/staging/bcm/IPv6Protocol.c | 6

[PATCH] staging: nvec: insert blank lines after declarations

2014-07-03 Thread Pawel Lebioda
Hi, This patch fixes coding style warnings reported by checkpatch.pl: "Missing a blank line after declarations". Regards Pawel Lebioda Signed-off-by: Pawel Lebioda drivers/staging/nvec/nvec_paz00.c | 1 + drivers/staging/nvec/nvec_power.c | 1 + drivers/staging/nvec/nvec_ps2.c

[PATCH] staging: nvec: insert blank lines after declarations

2014-07-03 Thread Pawel Lebioda
Hi, This patch fixes coding style warnings reported by checkpatch.pl: Missing a blank line after declarations. Regards Pawel Lebioda Signed-off-by: Pawel Lebioda pawel.lebiod...@gmail.com drivers/staging/nvec/nvec_paz00.c | 1 + drivers/staging/nvec/nvec_power.c | 1 + drivers/staging/nvec

[PATCH] staging: cxt1e1: fix sbeCrc function declaration

2014-06-21 Thread Pawel Lebioda
Hi, This patch fixes the following sparse warning: drivers/staging/cxt1e1/sbecrc.c:86:1: warning: symbol 'sbeCrc' was not declared. Should it be static? Furthermore it fixes wring sbeCrc return type in function declaration. Regards Pawel Lebioda Signed-off-by: Pawel Lebioda --- drivers

[PATCH] staging: cxt1e1: fix sbeCrc function declaration

2014-06-21 Thread Pawel Lebioda
Hi, This patch fixes the following sparse warning: drivers/staging/cxt1e1/sbecrc.c:86:1: warning: symbol 'sbeCrc' was not declared. Should it be static? Furthermore it fixes wring sbeCrc return type in function declaration. Regards Pawel Lebioda Signed-off-by: Pawel Lebioda pawel.lebiod

[PATCH] staging: usbip: Fix bad fuction definitions in usbip

2014-05-14 Thread Pawel Lebioda
Fix bad function definitions in all files from drivers/staging/usbip directory Signed-off-by: Pawel Lebioda --- drivers/staging/usbip/userspace/libsrc/usbip_common.c | 2 +- drivers/staging/usbip/userspace/libsrc/vhci_driver.c | 2 +- drivers/staging/usbip/userspace/src/usbip_port.c | 2

[PATCH] Staging: usbip: missing a blank lines after declarations

2014-05-14 Thread Pawel Lebioda
Fix "Missing a blank line after declaration" style problems for all files in drivers/staging/usbip. Signed-off-by: Pawel Lebioda --- drivers/staging/usbip/stub_dev.c | 1 + drivers/staging/usbip/stub_tx.c | 1 + drivers/staging/usbip/usbi

[PATCH] Staging: usbip: missing a blank lines after declarations

2014-05-14 Thread Pawel Lebioda
Fix Missing a blank line after declaration style problems for all files in drivers/staging/usbip. Signed-off-by: Pawel Lebioda pawel.lebiod...@gmail.com --- drivers/staging/usbip/stub_dev.c | 1 + drivers/staging/usbip/stub_tx.c | 1 + drivers/staging

[PATCH] staging: usbip: Fix bad fuction definitions in usbip

2014-05-14 Thread Pawel Lebioda
Fix bad function definitions in all files from drivers/staging/usbip directory Signed-off-by: Pawel Lebioda pawel.lebiod...@gmail.com --- drivers/staging/usbip/userspace/libsrc/usbip_common.c | 2 +- drivers/staging/usbip/userspace/libsrc/vhci_driver.c | 2 +- drivers/staging/usbip/userspace

[PATCH linux-next] Fix "Mising blank line" style problems for usbip

2014-05-10 Thread Pawel Lebioda
Fix "Missing a blank line after declaration" style problems for all files in drivers/staging/usbip. Signed-off-by: Pawel Lebioda --- drivers/staging/usbip/stub_dev.c | 1 + drivers/staging/usbip/stub_tx.c | 1 + drivers/staging/usbip/usbi

[PATCH] Fix missing a blank line after declaration for usbip

2014-05-10 Thread Pawel Lebioda
Hi, Please find attached patch which fixes most of "Missing blank line after declaration" in drivers/staging/usbip directory. There are still two WARNINGS reported which refers to the struct declaration, and it seems to be a problem with the checkpatck.pl script. Regards Pawel Leb

[PATCH] Fix missing a blank line after declaration for usbip

2014-05-10 Thread Pawel Lebioda
Hi, Please find attached patch which fixes most of Missing blank line after declaration in drivers/staging/usbip directory. There are still two WARNINGS reported which refers to the struct declaration, and it seems to be a problem with the checkpatck.pl script. Regards Pawel Lebioda From

[PATCH linux-next] Fix Mising blank line style problems for usbip

2014-05-10 Thread Pawel Lebioda
Fix Missing a blank line after declaration style problems for all files in drivers/staging/usbip. Signed-off-by: Pawel Lebioda pawel.lebiod...@gmail.com --- drivers/staging/usbip/stub_dev.c | 1 + drivers/staging/usbip/stub_tx.c | 1 + drivers/staging