diff options
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/be2iscsi/be_main.c | 4 | ||||
-rw-r--r-- | drivers/scsi/lpfc/lpfc_bsg.c | 2 | ||||
-rw-r--r-- | drivers/scsi/pm8001/pm8001_init.c | 2 | ||||
-rw-r--r-- | drivers/scsi/qla2xxx/qla_isr.c | 4 | ||||
-rw-r--r-- | drivers/scsi/sgiwd93.c | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/drivers/scsi/be2iscsi/be_main.c b/drivers/scsi/be2iscsi/be_main.c index 24e20ba9633c..44ac4aef879f 100644 --- a/drivers/scsi/be2iscsi/be_main.c +++ b/drivers/scsi/be2iscsi/be_main.c | |||
@@ -618,7 +618,7 @@ static void beiscsi_get_params(struct beiscsi_hba *phba) | |||
618 | + BE2_NOPOUT_REQ)); | 618 | + BE2_NOPOUT_REQ)); |
619 | phba->params.cxns_per_ctrl = phba->fw_config.iscsi_cid_count; | 619 | phba->params.cxns_per_ctrl = phba->fw_config.iscsi_cid_count; |
620 | phba->params.asyncpdus_per_ctrl = phba->fw_config.iscsi_cid_count * 2; | 620 | phba->params.asyncpdus_per_ctrl = phba->fw_config.iscsi_cid_count * 2; |
621 | phba->params.icds_per_ctrl = phba->fw_config.iscsi_icd_count;; | 621 | phba->params.icds_per_ctrl = phba->fw_config.iscsi_icd_count; |
622 | phba->params.num_sge_per_io = BE2_SGE; | 622 | phba->params.num_sge_per_io = BE2_SGE; |
623 | phba->params.defpdu_hdr_sz = BE2_DEFPDU_HDR_SZ; | 623 | phba->params.defpdu_hdr_sz = BE2_DEFPDU_HDR_SZ; |
624 | phba->params.defpdu_data_sz = BE2_DEFPDU_DATA_SZ; | 624 | phba->params.defpdu_data_sz = BE2_DEFPDU_DATA_SZ; |
@@ -781,7 +781,7 @@ static irqreturn_t be_isr(int irq, void *dev_id) | |||
781 | int isr; | 781 | int isr; |
782 | 782 | ||
783 | phba = dev_id; | 783 | phba = dev_id; |
784 | ctrl = &phba->ctrl;; | 784 | ctrl = &phba->ctrl; |
785 | isr = ioread32(ctrl->csr + CEV_ISR0_OFFSET + | 785 | isr = ioread32(ctrl->csr + CEV_ISR0_OFFSET + |
786 | (PCI_FUNC(ctrl->pdev->devfn) * CEV_ISR_SIZE)); | 786 | (PCI_FUNC(ctrl->pdev->devfn) * CEV_ISR_SIZE)); |
787 | if (!isr) | 787 | if (!isr) |
diff --git a/drivers/scsi/lpfc/lpfc_bsg.c b/drivers/scsi/lpfc/lpfc_bsg.c index 77b2871d96b7..3811ea9ce8e4 100644 --- a/drivers/scsi/lpfc/lpfc_bsg.c +++ b/drivers/scsi/lpfc/lpfc_bsg.c | |||
@@ -598,7 +598,7 @@ lpfc_bsg_rport_els(struct fc_bsg_job *job) | |||
598 | dd_data->context_un.iocb.cmdiocbq = cmdiocbq; | 598 | dd_data->context_un.iocb.cmdiocbq = cmdiocbq; |
599 | dd_data->context_un.iocb.rspiocbq = rspiocbq; | 599 | dd_data->context_un.iocb.rspiocbq = rspiocbq; |
600 | dd_data->context_un.iocb.set_job = job; | 600 | dd_data->context_un.iocb.set_job = job; |
601 | dd_data->context_un.iocb.bmp = NULL;; | 601 | dd_data->context_un.iocb.bmp = NULL; |
602 | dd_data->context_un.iocb.ndlp = ndlp; | 602 | dd_data->context_un.iocb.ndlp = ndlp; |
603 | 603 | ||
604 | if (phba->cfg_poll & DISABLE_FCP_RING_INT) { | 604 | if (phba->cfg_poll & DISABLE_FCP_RING_INT) { |
diff --git a/drivers/scsi/pm8001/pm8001_init.c b/drivers/scsi/pm8001/pm8001_init.c index 002360da01e3..172cefb6deb9 100644 --- a/drivers/scsi/pm8001/pm8001_init.c +++ b/drivers/scsi/pm8001/pm8001_init.c | |||
@@ -160,7 +160,7 @@ static void pm8001_free(struct pm8001_hba_info *pm8001_ha) | |||
160 | static void pm8001_tasklet(unsigned long opaque) | 160 | static void pm8001_tasklet(unsigned long opaque) |
161 | { | 161 | { |
162 | struct pm8001_hba_info *pm8001_ha; | 162 | struct pm8001_hba_info *pm8001_ha; |
163 | pm8001_ha = (struct pm8001_hba_info *)opaque;; | 163 | pm8001_ha = (struct pm8001_hba_info *)opaque; |
164 | if (unlikely(!pm8001_ha)) | 164 | if (unlikely(!pm8001_ha)) |
165 | BUG_ON(1); | 165 | BUG_ON(1); |
166 | PM8001_CHIP_DISP->isr(pm8001_ha); | 166 | PM8001_CHIP_DISP->isr(pm8001_ha); |
diff --git a/drivers/scsi/qla2xxx/qla_isr.c b/drivers/scsi/qla2xxx/qla_isr.c index 712518d05128..6c55c3ca8e05 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 | } |
diff --git a/drivers/scsi/sgiwd93.c b/drivers/scsi/sgiwd93.c index fef0e3c75b16..3a9d85ca6047 100644 --- a/drivers/scsi/sgiwd93.c +++ b/drivers/scsi/sgiwd93.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * License. See the file "COPYING" in the main directory of this archive | 3 | * License. See the file "COPYING" in the main directory of this archive |
4 | * for more details. | 4 | * for more details. |
5 | * | 5 | * |
6 | * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) | 6 | * Copyright (C) 1996 David S. Miller (davem@davemloft.net) |
7 | * Copyright (C) 1999 Andrew R. Baker (andrewb@uab.edu) | 7 | * Copyright (C) 1999 Andrew R. Baker (andrewb@uab.edu) |
8 | * Copyright (C) 2001 Florian Lohoff (flo@rfc822.org) | 8 | * Copyright (C) 2001 Florian Lohoff (flo@rfc822.org) |
9 | * Copyright (C) 2003, 07 Ralf Baechle (ralf@linux-mips.org) | 9 | * Copyright (C) 2003, 07 Ralf Baechle (ralf@linux-mips.org) |