scsi: arcmsr: fix indentation issues
authorColin Ian King <colin.king@canonical.com>
Thu, 14 Nov 2019 18:00:07 +0000 (18:00 +0000)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 20 Nov 2019 02:37:34 +0000 (21:37 -0500)
There are a few statements that are indented incorrectly, fix these.

Link: https://lore.kernel.org/r/20191114180007.325856-1-colin.king@canonical.com
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/arcmsr/arcmsr_hba.c

index 88053b1..db687ef 100644 (file)
@@ -1400,7 +1400,7 @@ static void arcmsr_drain_donequeue(struct AdapterControlBlock *acb, struct Comma
                                , pCCB->acb
                                , pCCB->startdone
                                , atomic_read(&acb->ccboutstandingcount));
-                 return;
+               return;
        }
        arcmsr_report_ccb_state(acb, pCCB, error);
 }
@@ -3476,8 +3476,8 @@ polling_hbc_ccb_retry:
                                        , pCCB->pcmd->device->id
                                        , (u32)pCCB->pcmd->device->lun
                                        , pCCB);
-                                       pCCB->pcmd->result = DID_ABORT << 16;
-                                       arcmsr_ccb_complete(pCCB);
+                               pCCB->pcmd->result = DID_ABORT << 16;
+                               arcmsr_ccb_complete(pCCB);
                                continue;
                        }
                        printk(KERN_NOTICE "arcmsr%d: polling get an illegal ccb"