[PATCH] ssb: main.c: This patch removes unnecessary return statement using spatch tool

2017-01-06 Thread Rahul Krishnan
This patch removes unnecessary return statement using spatch. Signed-off-by: Rahul Krishnan --- drivers/ssb/main.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/ssb/main.c b/drivers/ssb/main.c index d1a7507..ae3b7fe 100644 --- a/drivers/ssb/main.c +++ b

[PATCH v2] pci: hotplug: This patch removes unnecessary return statement using spatch tool

2016-12-24 Thread Rahul Krishnan
This patch removes unnecessary return statement using spatch tool Signed-off-by: Rahul Krishnan --- drivers/pci/hotplug/rpadlpar_core.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/pci/hotplug/rpadlpar_core.c b/drivers/pci/hotplug/rpadlpar_core.c index

[PATCH] pci: hotplug: This patch removes unnecessary return statement using spatch tool

2016-12-23 Thread Rahul Krishnan
This patch removes unnecessary return statement using spatch tool Signed-off-by: Rahul Krishnan --- drivers/pci/hotplug/rpadlpar_core.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/pci/hotplug/rpadlpar_core.c b/drivers/pci/hotplug/rpadlpar_core.c index dc67f39

[PATCH] staging: xgifb: This patch removes the unnecessary return statement using spatch

2016-12-23 Thread Rahul Krishnan
This patch removes unnecessary return statement using spatch tool Signed-off-by: Rahul Krishnan --- drivers/staging/xgifb/vb_init.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/xgifb/vb_init.c b/drivers/staging/xgifb/vb_init.c index 14af157..591a3c9

[PATCH]: Staging: rtl8192e: Block comments use a trailing */ on a separate line

2016-11-26 Thread Rahul Krishnan
This patch fixes the following checkpath.pl warning WARNING: Block comments use a trailing */ on a separate line Signed-off-by: Rahul Krishnan --- drivers/staging/rtl8192e/rtllib.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/rtl8192e/rtllib.h b

[PATCH]: staging: Greybus: Remove unnecessary braces for single statement block

2016-11-18 Thread Rahul Krishnan
This patch fixes the following checkpath.pl warning WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Rahul Krishnan --- drivers/staging/greybus/sdio.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/greybus/sdio.c b/drivers

[PATCHv2]: staging: Greybus: Remove unnecessary braces for single statement block

2016-11-18 Thread Rahul Krishnan
This patch fixes the following checkpath.pl warning WARNING: braces {} are not necessary for single statement blocks Fixed indentation error, noted by Dan Carpenter Signed-off-by: Rahul Krishnan --- drivers/staging/greybus/sdio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[PATCH]: staging: Greybus: Remove unnecessary braces for single statement block

2016-11-15 Thread Rahul Krishnan
This patch fixes the following checkpath.pl warning WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Rahul Krishnan --- drivers/staging/greybus/sdio.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/staging/greybus/sdio.c b/drivers

[PATCH]: Staging: Greybus: Fix trailing */ in block comments

2016-10-21 Thread Rahul Krishnan
This patch fixes the following checkpath.pl warning WARNING: Block comments use a trailing */ on a separate line Signed-off-by: Rahul Krishnan --- drivers/staging/greybus/log.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/staging/greybus/log.c b/drivers