[PATCH 1/2] staging: rtl8192e: rtllib_softmac.c: Remove multiple blank lines

2016-03-06 Thread Tapan Prakash T
Fixed multiple blank lines issues reported by checkpatch.pl Signed-off-by: Tapan Prakash T --- drivers/staging/rtl8192e/rtllib_softmac.c | 64 --- 1 file changed, 64 deletions(-) diff --git a/drivers/staging/rtl8192e/rtllib_softmac.c b/drivers/staging/rtl8192e

[PATCH 2/2] staging: rtl8192e: rtllib_softmac.c: Add necessary blank lines

2016-03-06 Thread Tapan Prakash T
Fixed blank lines related issues reported by checkpatch.pl Signed-off-by: Tapan Prakash T --- drivers/staging/rtl8192e/rtllib_softmac.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/staging/rtl8192e/rtllib_softmac.c b/drivers/staging/rtl8192e/rtllib_softmac.c index 0fdca92

[PATCH 0/2] staging: rtl8192e: rtllib_softmac.c: Fix multiple blank space issues

2016-03-06 Thread Tapan Prakash T
This patches fix multiple blank space related issues in rtllib_softmac.c reported by checkpatch.pl Tapan Prakash T (2): staging: rtl8192e: rtllib_softmac.c: Remove multiple blank lines staging: rtl8192e: rtllib_softmac.c: Add necessary blank lines drivers/staging/rtl8192e/rtllib_softmac.c

[PATCH] staging: rtl8192e: rtllib_softmac.c: Add necessary blank lines

2016-02-28 Thread Tapan Prakash T
Fixed blank lines related issues reported by checkpatch.pl Signed-off-by: Tapan Prakash T --- drivers/staging/rtl8192e/rtllib_softmac.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/staging/rtl8192e/rtllib_softmac.c b/drivers/staging/rtl8192e/rtllib_softmac.c index 25b5b5e

[PATCH] staging: rtl8192e: rtllib_softmac.c: Remove multiple blank lines

2016-02-28 Thread Tapan Prakash T
Fixed multiple blank lines issues reported by checkpatch.pl Signed-off-by: Tapan Prakash T --- drivers/staging/rtl8192e/rtllib_softmac.c | 62 --- 1 file changed, 62 deletions(-) diff --git a/drivers/staging/rtl8192e/rtllib_softmac.c b/drivers/staging/rtl8192e

[PATCH] staging: rtl8192e: rtllib_softmac.c: Remove multiple blank lines

2016-02-28 Thread Tapan Prakash T
Fixed blank lines issues reported by checkpatch.pl Signed-off-by: Tapan Prakash T --- drivers/staging/rtl8192e/rtllib_softmac.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/rtl8192e/rtllib_softmac.c b/drivers/staging/rtl8192e/rtllib_softmac.c index 25b5b5e..b40298b

[PATCH] drivers: staging: lustre: lustre: ptlrpc: Fix space related coding style issue

2016-02-28 Thread Tapan Prakash T
Fixed checkpatch.pl warning space prohibited between function name and open parenthesis '(' Signed-off-by: Tapan Prakash T --- drivers/staging/lustre/lustre/ptlrpc/service.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/lustre/lustre/ptlrpc/se

[PATCH] drivers: staging: lustre: lustre: ptlrpc: Fix comment related coding style issue

2016-02-28 Thread Tapan Prakash T
Fixed checkpatch.pl warning 'Block comments use * on subsequent lines' Signed-off-by: Tapan Prakash T --- drivers/staging/lustre/lustre/ptlrpc/ptlrpcd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/lustre/lustre/ptlrpc/ptlrpcd.c b/drivers/staging/lustre/lus

[PATCH] drivers: staging: rtl8192e: rtllib_rx.c: Fix blank lines before a close brace

2016-02-24 Thread Tapan Prakash T
Fixed checkpatch.pl issue 'Blank lines aren't necessary before a close brace' Signed-off-by: Tapan Prakash T --- drivers/staging/rtl8192e/rtllib_rx.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/rtl8192e/rtllib_rx.c b/drivers/staging/rtl8192e/rtllib_rx.

[PATCH] drivers: staging: rtl8192e: rtllib_rx.c: Fix code indent for conditional statement

2016-02-24 Thread Tapan Prakash T
Fixed checkpatch.pl warning 'suspect code indent for conditional statements' Signed-off-by: Tapan Prakash T --- drivers/staging/rtl8192e/rtllib_rx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8192e/rtllib_rx.c b/drivers/staging/rtl8192e/r

[PATCH] drivers: staging: rts5208: sd.c: Fix Comparisons should place the constant on the right side of the test warning

2016-02-23 Thread Tapan Prakash T
Fixed checkpatch.pl warning 'Comparisons should place the constant on the right side of the test' Signed-off-by: Tapan Prakash T --- drivers/staging/rts5208/sd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rts5208/sd.c b/drivers/staging/rts5208/

[PATCH] drivers: staging: rtl8712: rtl871x_xmit.c: Fix Comparisons should place the constant on the right side of the test warning

2016-02-23 Thread Tapan Prakash T
Fixed checkpatch.pl warning 'Comparisons should place the constant on the right side of the test' Signed-off-by: Tapan Prakash T --- drivers/staging/rtl8712/rtl871x_xmit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_xmit.c

[PATCH] staging: android: sync_debug: Fixed braces related coding style issue

2016-01-24 Thread Tapan Prakash T
This patch fixes checkpatch.pl warning in file sync_debug WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Tapan Prakash T --- drivers/staging/android/sync_debug.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/android

[PATCH] accessibility: braille: braille_console: Fixed three coding style issues

2016-01-22 Thread Tapan Prakash T
This patch fixes checkpatch.pl warning in file braille_console.c WARNING: Missing a blank line after declarations Signed-off-by: Tapan Prakash T --- drivers/accessibility/braille/braille_console.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/accessibility/braille

[PATCH] usb: storage: onetouch: Fixed two space related coding style issues

2016-01-22 Thread Tapan Prakash T
This patch fixes checkpatch.pl warning in file onetouch.c Signed-off-by: Tapan Prakash T --- drivers/usb/storage/onetouch.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/usb/storage/onetouch.c b/drivers/usb/storage/onetouch.c index acc3d03..9097bd4 100644 --- a