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

2015-08-24 Thread Finn Thain
On Sun, 28 Jun 2015, Rudhresh wrote: > From: rudhresh > > Return is not a function so parenthesis is not required > > Signed-off-by: Rudhresh Can you put your full name here? You must address your patches to all of the interested parties (see scripts/get_maintainer.pl). Please read

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

2015-08-24 Thread Finn Thain
On Sun, 28 Jun 2015, Rudhresh wrote: From: rudhresh rudhresh...@gmail.com Return is not a function so parenthesis is not required Signed-off-by: Rudhresh rudhresh...@gmail.com Can you put your full name here? You must address your patches to all of the interested parties (see

[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 +++

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

2015-06-28 Thread Rudhresh
From: rudhresh rudhresh...@gmail.com Return is not a function so parenthesis is not required Signed-off-by: Rudhresh rudhresh...@gmail.com --- 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