diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2011-04-08 22:49:08 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-04-10 11:01:05 -0400 |
commit | 6eab04a87677a37cf15b52e2b4b4fd57917102ad (patch) | |
tree | dc92e25473e7e5c9183312d7feeeaeabb2157baf /drivers/scsi/qla2xxx/qla_isr.c | |
parent | 9f0af69b2dd34d2c21817d599db7bdb3c972a759 (diff) |
treewide: remove extra semicolons
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_isr.c')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_isr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/qla2xxx/qla_isr.c b/drivers/scsi/qla2xxx/qla_isr.c index d17ed9a94a0c..8b4d99a224f3 100644 --- a/drivers/scsi/qla2xxx/qla_isr.c +++ b/drivers/scsi/qla2xxx/qla_isr.c | |||
@@ -1051,7 +1051,7 @@ qla2x00_ct_entry(scsi_qla_host_t *vha, struct req_que *req, | |||
1051 | } | 1051 | } |
1052 | DEBUG2(qla2x00_dump_buffer((uint8_t *)pkt, sizeof(*pkt))); | 1052 | DEBUG2(qla2x00_dump_buffer((uint8_t *)pkt, sizeof(*pkt))); |
1053 | } else { | 1053 | } else { |
1054 | bsg_job->reply->result = DID_OK << 16;; | 1054 | bsg_job->reply->result = DID_OK << 16; |
1055 | bsg_job->reply->reply_payload_rcv_len = | 1055 | bsg_job->reply->reply_payload_rcv_len = |
1056 | bsg_job->reply_payload.payload_len; | 1056 | bsg_job->reply_payload.payload_len; |
1057 | bsg_job->reply_len = 0; | 1057 | bsg_job->reply_len = 0; |
@@ -1146,7 +1146,7 @@ qla24xx_els_ct_entry(scsi_qla_host_t *vha, struct req_que *req, | |||
1146 | DEBUG2(qla2x00_dump_buffer((uint8_t *)pkt, sizeof(*pkt))); | 1146 | DEBUG2(qla2x00_dump_buffer((uint8_t *)pkt, sizeof(*pkt))); |
1147 | } | 1147 | } |
1148 | else { | 1148 | else { |
1149 | bsg_job->reply->result = DID_OK << 16;; | 1149 | bsg_job->reply->result = DID_OK << 16; |
1150 | bsg_job->reply->reply_payload_rcv_len = bsg_job->reply_payload.payload_len; | 1150 | bsg_job->reply->reply_payload_rcv_len = bsg_job->reply_payload.payload_len; |
1151 | bsg_job->reply_len = 0; | 1151 | bsg_job->reply_len = 0; |
1152 | } | 1152 | } |