[PATCH] Staging: rdma:Delete unnecessary NULL check before calling function "kmem_cache_destroy"

2015-12-08 Thread Shah, Yash (Y.)
From: Yash Shah The kmem_cache_destroy() function tests whether its argument is NULL and then returns immediately. Thus the NULL check before calling this function is not needed. This issue was detected by using the Coccinelle software. Signed-off-by: Yash Shah ---

[PATCH] Staging: rdma:Delete unnecessary NULL check before calling function "kmem_cache_destroy"

2015-12-08 Thread Shah, Yash (Y.)
From: Yash Shah The kmem_cache_destroy() function tests whether its argument is NULL and then returns immediately. Thus the NULL check before calling this function is not needed. This issue was detected by using the Coccinelle software. Signed-off-by: Yash Shah

RE: [PATCH] Staging: cdrom: fix space required after that ','

2015-12-04 Thread Shah, Yash (Y.)
Hi, Ok I will send all the spaces related error in one single patch. Thanks, Yash Shah -Original Message- From: Geyslan G. Bem [mailto:geys...@gmail.com] Sent: Friday, December 04, 2015 4:08 PM To: Shah, Yash (Y.) Cc: ax...@kernel.dk; linux-kernel@vger.kernel.org; Babu, Viswanathan (V

[PATCH] Staging: pnp: Fix "foo* bar" should be "foo *bar" errors From: Yash Shah

2015-12-04 Thread Shah, Yash (Y.)
Fix "foo* bar" should be "foo *bar" errors as detected by checkpatch.pl Signed-off-by: Yash Shah --- drivers/pnp/interface.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/pnp/interface.c b/drivers/pnp/interface.c index 4b6808f..860fca3 100644 ---

[PATCH] Staging: cdrom: fix space required after that ','

2015-12-04 Thread Shah, Yash (Y.)
From: Yash Shah fix space required after that ',' as detected by checkpatch.pl Signed-off-by: Yash Shah --- drivers/cdrom/cdrom.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/cdrom/cdrom.c b/drivers/cdrom/cdrom.c index c206ccd..2d759b6 100644 ---

RE: [PATCH] Staging: cdrom: fix space required after that ','

2015-12-04 Thread Shah, Yash (Y.)
Hi, Ok I will send all the spaces related error in one single patch. Thanks, Yash Shah -Original Message- From: Geyslan G. Bem [mailto:geys...@gmail.com] Sent: Friday, December 04, 2015 4:08 PM To: Shah, Yash (Y.) Cc: ax...@kernel.dk; linux-kernel@vger.kernel.org; Babu, Viswanathan (V

[PATCH] Staging: pnp: Fix "foo* bar" should be "foo *bar" errors From: Yash Shah <ysh...@visteon.com>

2015-12-04 Thread Shah, Yash (Y.)
Fix "foo* bar" should be "foo *bar" errors as detected by checkpatch.pl Signed-off-by: Yash Shah --- drivers/pnp/interface.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/pnp/interface.c b/drivers/pnp/interface.c index

[PATCH] Staging: cdrom: fix space required after that ','

2015-12-04 Thread Shah, Yash (Y.)
From: Yash Shah fix space required after that ',' as detected by checkpatch.pl Signed-off-by: Yash Shah --- drivers/cdrom/cdrom.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/cdrom/cdrom.c

[PATCH] Staging: sm750fb: Fix "foo* bar" should be "foo *bar" errors

2015-08-14 Thread Shah, Yash (Y.)
From: Yash Shah Fix "foo* bar" should be "foo *bar" errors as detected by checkpatch.pl Signed-off-by: Yash Shah --- drivers/staging/sm750fb/sm750.h| 14 +++--- drivers/staging/sm750fb/sm750_cursor.c | 4 ++-- drivers/staging/sm750fb/sm750_cursor.h | 4 ++--

[PATCH] Staging: sm750fb: Fix foo* bar should be foo *bar errors

2015-08-14 Thread Shah, Yash (Y.)
From: Yash Shah ysh...@visteon.com Fix foo* bar should be foo *bar errors as detected by checkpatch.pl Signed-off-by: Yash Shah ysh...@visteon.com --- drivers/staging/sm750fb/sm750.h| 14 +++--- drivers/staging/sm750fb/sm750_cursor.c | 4 ++--

[PATCH] Staging: media/bcm2048: Fix line over 80 characters warning as detected by checkpatch.pl

2015-08-12 Thread Shah, Yash (Y.)
From: Yash Shah Fix line over 80 characters warning as detected by checkpatch.pl Signed-off-by: Yash Shah --- drivers/staging/media/bcm2048/radio-bcm2048.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/media/bcm2048/radio-bcm2048.c

[PATCH] Staging: media/bcm2048: Fix line over 80 characters warning as detected by checkpatch.pl

2015-08-12 Thread Shah, Yash (Y.)
From: Yash Shah ysh...@visteon.com Fix line over 80 characters warning as detected by checkpatch.pl Signed-off-by: Yash Shah ysh...@visteon.com --- drivers/staging/media/bcm2048/radio-bcm2048.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[PATCH] Staging: rts5208: Fix code indentation warning as detected by checkpatch.pl

2015-08-03 Thread Shah, Yash (Y.)
From: Yash Shah Fixed code indentation warning as detected by checkpatch.pl. Signed-off-by: Yash Shah --- drivers/staging/rts5208/ms.c | 5 ++--- drivers/staging/rts5208/sd.c | 10 -- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/drivers/staging/rts5208/ms.c

[PATCH] Staging: rts5208: Fix code indentation warning as detected by checkpatch.pl

2015-08-03 Thread Shah, Yash (Y.)
From: Yash Shah ysh...@visteon.com Fixed code indentation warning as detected by checkpatch.pl. Signed-off-by: Yash Shah ysh...@visteon.com --- drivers/staging/rts5208/ms.c | 5 ++--- drivers/staging/rts5208/sd.c | 10 -- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git