summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/pm8001/pm8001_sas.c
diff options
context:
space:
mode:
authorColin Ian King2019-03-17 19:15:32 +0100
committerMartin K. Petersen2019-03-19 19:28:27 +0100
commit9e2a07e128ae844a14e32d964443cff0688da2aa (patch)
treea211afe372e40aacf68b5d09fab068bd3507da5a /drivers/scsi/pm8001/pm8001_sas.c
parentscsi: NCR5380: Remove set but unused variable (diff)
downloadkernel-qcow2-linux-9e2a07e128ae844a14e32d964443cff0688da2aa.tar.gz
kernel-qcow2-linux-9e2a07e128ae844a14e32d964443cff0688da2aa.tar.xz
kernel-qcow2-linux-9e2a07e128ae844a14e32d964443cff0688da2aa.zip
scsi: pm8001: clean up various indentation issues
There are several lines of code where the indentation is at an incorrect level; fix these. Signed-off-by: Colin Ian King <colin.king@canonical.com> Acked-by: Jack Wang <jinpu.wang@cloud.ionos.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/pm8001/pm8001_sas.c')
-rw-r--r--drivers/scsi/pm8001/pm8001_sas.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/pm8001/pm8001_sas.c b/drivers/scsi/pm8001/pm8001_sas.c
index 084f2fcced0a..88eef3b18e41 100644
--- a/drivers/scsi/pm8001/pm8001_sas.c
+++ b/drivers/scsi/pm8001/pm8001_sas.c
@@ -740,8 +740,8 @@ static int pm8001_exec_internal_tmf_task(struct domain_device *dev,
wait_for_completion(&task->slow_task->completion);
if (pm8001_ha->chip_id != chip_8001) {
pm8001_dev->setds_completion = &completion_setstate;
- PM8001_CHIP_DISP->set_dev_state_req(pm8001_ha,
- pm8001_dev, 0x01);
+ PM8001_CHIP_DISP->set_dev_state_req(pm8001_ha,
+ pm8001_dev, 0x01);
wait_for_completion(&completion_setstate);
}
res = -TMF_RESP_FUNC_FAILED;