[PATCH] SCSI: dtc: Fixed a brace issue on return 0

2015-06-28 Thread Rudhresh
From: rudhresh Return is not a function so parenthesis is not required Signed-off-by: Rudhresh --- drivers/scsi/dtc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/dtc.c b/drivers/scsi/dtc.c index 4c74c7b..c793ecf 100644 --- a/drivers/scsi/dtc.c +++ b

[PATCH] SCSI: DTC: Removed 0 initialization for statics

2015-06-28 Thread Rudhresh
Removed unneccessary initialization of zero to a static variable Signed-off-by: Rudhresh Kumar J --- drivers/scsi/dtc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/dtc.c b/drivers/scsi/dtc.c index 4c74c7b..99164d6 100644 --- a/drivers/scsi/dtc.c +++ b

[PATCH] PS3: PS#-LPM: fixed a space coding style issue

2015-07-27 Thread Rudhresh Kumar J
Fixed a coding style issue. Signed-off-by: Rudhresh Kumar J --- drivers/ps3/ps3-lpm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/ps3/ps3-lpm.c b/drivers/ps3/ps3-lpm.c index cb7d3a6..e34de9a 100644 --- a/drivers/ps3/ps3-lpm.c +++ b/drivers/ps3/ps3-lpm.c @@ -901,7

[PATCH] SCSI: DTC: Adding KERN_ facility level

2015-06-30 Thread Rudhresh Kumar J
Fixed coding style issue by adding KERN_ facility level to some of the printk functions. Signed-off-by: Rudhresh Kumar J --- drivers/scsi/dtc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/dtc.c b/drivers/scsi/dtc.c index 4c74c7b..a3a2a71 100644 --- a

[PATCH] SCSI: DTC: Fixed a coding style issue on pointer

2015-06-30 Thread Rudhresh Kumar J
Fixed space coding style issue on pointer Signed-off-by: Rudhresh Kumar J --- drivers/scsi/dtc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/dtc.c b/drivers/scsi/dtc.c index 4c74c7b..edfe848 100644 --- a/drivers/scsi/dtc.c +++ b/drivers/scsi/dtc.c @@ -186,7