[PATCH] Staging: ft1000: fix various checkpatch.pl issues in ft1000_debug.c

2014-12-02 Thread Paul Hedman
From: Paul This patch fixes various coding standards violations found by the checkpatch.pl tool Signed-off-by: Paul Hedman --- drivers/staging/ft1000/ft1000-usb/ft1000_debug.c | 948 --- 1 file changed, 478 insertions(+), 470 deletions(-) diff --git a/drivers/staging

[PATCH] Staging: ft1000: fix spaces around comparisons in ft1000_debug.c

2014-12-02 Thread Paul Hedman
This fix fixes spacing issues around operators, e.g. i=0 to i = 0, found by the checkpatch.pl tool. Signed-off-by: Paul Hedman --- drivers/staging/ft1000/ft1000-usb/ft1000_debug.c | 28 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/drivers/staging

[PATCH] Staging: ft1000: fix spaces around operators in ft1000_debug.c

2014-12-02 Thread Paul Hedman
Fixes spacing issues around operators, e.g. i=0 to i = 0, as found by the checkpatch.pl tool. --- drivers/staging/ft1000/ft1000-usb/ft1000_debug.c | 28 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/drivers/staging/ft1000/ft1000-usb/ft1000_debug.c b/driv

[PATCH] Staging: rtl8712: Fixes brace coding style in rtl871x_sta_mgt.c

2014-12-02 Thread Paul Hedman
This patch fixes a brace warning in rtl871x_sta_mgt.c found by the checkpatch.pl tool. Signed-off-by: Paul Hedman --- drivers/staging/rtl8712/rtl871x_sta_mgt.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_sta_mgt.c b/drivers/staging