OSDN Git Service

qla2xxx: Fix indentation
authorBart Van Assche <bart.vanassche@sandisk.com>
Thu, 4 Jun 2015 22:58:09 +0000 (15:58 -0700)
committerJames Bottomley <JBottomley@Odin.com>
Sat, 13 Jun 2015 15:51:39 +0000 (08:51 -0700)
Detected by smatch.

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Acked-by: Himanshu Madhani <himanshu.madhani@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
drivers/scsi/qla2xxx/qla_init.c
drivers/scsi/qla2xxx/qla_iocb.c
drivers/scsi/qla2xxx/qla_isr.c
drivers/scsi/qla2xxx/qla_nx.c
drivers/scsi/qla2xxx/qla_nx2.c

index 285cb20..6640131 100644 (file)
@@ -708,7 +708,7 @@ qla2x00_initialize_adapter(scsi_qla_host_t *vha)
                if (rval != QLA_SUCCESS) {
                        ql_log(ql_log_warn, vha, 0x00d4,
                            "Unable to initialize ISP84XX.\n");
-               qla84xx_put_chip(vha);
+                       qla84xx_put_chip(vha);
                }
        }
 
index a1ab25f..36fbd4c 100644 (file)
@@ -2797,10 +2797,10 @@ qla2x00_start_bidir(srb_t *sp, struct scsi_qla_host *vha, uint32_t tot_dsds)
        handle = req->current_outstanding_cmd;
        for (index = 1; index < req->num_outstanding_cmds; index++) {
                handle++;
-       if (handle == req->num_outstanding_cmds)
-               handle = 1;
-       if (!req->outstanding_cmds[handle])
-               break;
+               if (handle == req->num_outstanding_cmds)
+                       handle = 1;
+               if (!req->outstanding_cmds[handle])
+                       break;
        }
 
        if (index == req->num_outstanding_cmds) {
index 6dc14cd..5559d5e 100644 (file)
@@ -1580,7 +1580,7 @@ qla24xx_tm_iocb_entry(scsi_qla_host_t *vha, struct req_que *req, void *tsk)
                        ql_log(ql_log_warn, fcport->vha, 0x503c,
                            "Async-%s error - hdl=%x response(%x).\n",
                            type, sp->handle, sts->data[3]);
-               iocb->u.tmf.data = QLA_FUNCTION_FAILED;
+                       iocb->u.tmf.data = QLA_FUNCTION_FAILED;
                }
        }
 
@@ -1979,7 +1979,7 @@ qla25xx_process_bidir_status_iocb(scsi_qla_host_t *vha, void *pkt,
                rval = EXT_STATUS_ERR;
                break;
        }
-               bsg_job->reply->reply_payload_rcv_len = 0;
+       bsg_job->reply->reply_payload_rcv_len = 0;
 
 done:
        /* Return the vendor specific reply to API */
index 7d2b18f..1620b0e 100644 (file)
@@ -1843,7 +1843,7 @@ qla82xx_set_product_offset(struct qla_hw_data *ha)
 
        ptab_desc = qla82xx_get_table_desc(unirom,
                 QLA82XX_URI_DIR_SECT_PRODUCT_TBL);
-       if (!ptab_desc)
+       if (!ptab_desc)
                return -1;
 
        entries = cpu_to_le32(ptab_desc->num_entries);
index ed4d6b6..000c57e 100644 (file)
@@ -397,11 +397,11 @@ qla8044_idc_lock(struct qla_hw_data *ha)
                                 * has the lock, wait for 2secs
                                 * and retry
                                 */
-                                ql_dbg(ql_dbg_p3p, vha, 0xb08a,
-                                    "%s: IDC lock Recovery by %d "
-                                    "failed, Retrying timeout\n", __func__,
-                                    ha->portnum);
-                                timeout = 0;
+                               ql_dbg(ql_dbg_p3p, vha, 0xb08a,
+                                      "%s: IDC lock Recovery by %d "
+                                      "failed, Retrying timeout\n", __func__,
+                                      ha->portnum);
+                               timeout = 0;
                        }
                }
                msleep(QLA8044_DRV_LOCK_MSLEEP);
@@ -3141,8 +3141,7 @@ qla8044_minidump_process_rdmdio(struct scsi_qla_host *vha,
                        goto error;
 
                addr7 = addr2 - (4 * stride1);
-                       data = qla8044_ipmdio_rd_reg(vha, addr1, addr3,
-                           mask, addr7);
+               data = qla8044_ipmdio_rd_reg(vha, addr1, addr3, mask, addr7);
                if (data == -1)
                        goto error;