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:
committed by
Martin K. Petersen
parent
3fe3d2428b
commit
9b44ffab49
@@ -1400,7 +1400,7 @@ static void arcmsr_drain_donequeue(struct AdapterControlBlock *acb, struct Comma
|
|||||||
, pCCB->acb
|
, pCCB->acb
|
||||||
, pCCB->startdone
|
, pCCB->startdone
|
||||||
, atomic_read(&acb->ccboutstandingcount));
|
, atomic_read(&acb->ccboutstandingcount));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
arcmsr_report_ccb_state(acb, pCCB, error);
|
arcmsr_report_ccb_state(acb, pCCB, error);
|
||||||
}
|
}
|
||||||
@@ -3476,8 +3476,8 @@ polling_hbc_ccb_retry:
|
|||||||
, pCCB->pcmd->device->id
|
, pCCB->pcmd->device->id
|
||||||
, (u32)pCCB->pcmd->device->lun
|
, (u32)pCCB->pcmd->device->lun
|
||||||
, pCCB);
|
, pCCB);
|
||||||
pCCB->pcmd->result = DID_ABORT << 16;
|
pCCB->pcmd->result = DID_ABORT << 16;
|
||||||
arcmsr_ccb_complete(pCCB);
|
arcmsr_ccb_complete(pCCB);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
printk(KERN_NOTICE "arcmsr%d: polling get an illegal ccb"
|
printk(KERN_NOTICE "arcmsr%d: polling get an illegal ccb"
|
||||||
|
|||||||
Reference in New Issue
Block a user