[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090628180533.GA4168@schmichrtp.de.ibm.com>
Date: Sun, 28 Jun 2009 20:05:38 +0200
From: Christof Schmitt <christof.schmitt@...ibm.com>
To: Joe Perches <joe@...ches.com>
Cc: linux-kernel@...r.kernel.org, trivial@...nel.org,
Andrew Morton <akpm@...ux-foundation.org>, linux390@...ibm.com,
Martin Peschke <mp3@...ibm.com>, linux-s390@...r.kernel.org
Subject: Re: [PATCH 41/62] drivers/s390/scsi/zfcp_scsi.c: Remove
unnecessary semicolons
On Sun, Jun 28, 2009 at 09:26:46AM -0700, Joe Perches wrote:
> Signed-off-by: Joe Perches <joe@...ches.com>
> ---
> drivers/s390/scsi/zfcp_scsi.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/s390/scsi/zfcp_scsi.c b/drivers/s390/scsi/zfcp_scsi.c
> index 967ede7..7db90da 100644
> --- a/drivers/s390/scsi/zfcp_scsi.c
> +++ b/drivers/s390/scsi/zfcp_scsi.c
> @@ -101,7 +101,7 @@ static int zfcp_scsi_queuecommand(struct scsi_cmnd *scpnt,
> if (unlikely((status & ZFCP_STATUS_COMMON_ERP_FAILED) ||
> !(status & ZFCP_STATUS_COMMON_RUNNING))) {
> zfcp_scsi_command_fail(scpnt, DID_ERROR);
> - return 0;;
> + return 0;
> }
>
> ret = zfcp_fsf_send_fcp_command_task(unit, scpnt);
Indeed, very trivial.
Acked-by: Christof Schmitt <christof.schmitt@...ibm.com>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists