Skip to content

Commit 9b44ffa

Browse files
Colin Ian Kingmartinkpetersen
authored andcommitted
scsi: arcmsr: fix indentation issues
There are a few statements that are indented incorrectly, fix these. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 3fe3d24 commit 9b44ffa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drivers/scsi/arcmsr/arcmsr_hba.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1400,7 +1400,7 @@ static void arcmsr_drain_donequeue(struct AdapterControlBlock *acb, struct Comma
14001400
, pCCB->acb
14011401
, pCCB->startdone
14021402
, atomic_read(&acb->ccboutstandingcount));
1403-
return;
1403+
return;
14041404
}
14051405
arcmsr_report_ccb_state(acb, pCCB, error);
14061406
}
@@ -3476,8 +3476,8 @@ static int arcmsr_hbaC_polling_ccbdone(struct AdapterControlBlock *acb,
34763476
, pCCB->pcmd->device->id
34773477
, (u32)pCCB->pcmd->device->lun
34783478
, pCCB);
3479-
pCCB->pcmd->result = DID_ABORT << 16;
3480-
arcmsr_ccb_complete(pCCB);
3479+
pCCB->pcmd->result = DID_ABORT << 16;
3480+
arcmsr_ccb_complete(pCCB);
34813481
continue;
34823482
}
34833483
printk(KERN_NOTICE "arcmsr%d: polling get an illegal ccb"

0 commit comments

Comments
 (0)