scsi: arcmsr: fix indentation issues
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>
This commit is contained in:
parent
3fe3d2428b
commit
9b44ffab49
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue