[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LNX.2.00.1111202231550.17395@swampdragon.chaosbits.net>
Date: Sun, 20 Nov 2011 22:34:15 +0100 (CET)
From: Jesper Juhl <jj@...osbits.net>
To: linux-scsi@...r.kernel.org, linux-driver@...gic.com
cc: linux-kernel@...r.kernel.org,
"James E.J. Bottomley" <JBottomley@...allels.com>,
Andrew Vasquez <andrew.vasquez@...gic.com>, trivial@...nel.org
Subject: [PATCH][TRIVIAL] SCSI, qla2xxx: remove redundant semicolon
One ';' at the end of the return statement is enough.
Signed-off-by: Jesper Juhl <jj@...osbits.net>
---
drivers/scsi/qla2xxx/qla_nx.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/scsi/qla2xxx/qla_nx.c b/drivers/scsi/qla2xxx/qla_nx.c
index 94bded5..b9b3e5a 100644
--- a/drivers/scsi/qla2xxx/qla_nx.c
+++ b/drivers/scsi/qla2xxx/qla_nx.c
@@ -1055,7 +1055,7 @@ ql82xx_rom_lock_d(struct qla_hw_data *ha)
"ROM lock failed.\n");
return -1;
}
- return 0;;
+ return 0;
}
static int
--
1.7.7.3
--
Jesper Juhl <jj@...osbits.net> http://www.chaosbits.net/
Don't top-post http://www.catb.org/jargon/html/T/top-post.html
Plain text mails only, please.
--
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