Skip to content

Commit b496953

Browse files
njavalimartinkpetersen
authored andcommitted
scsi: qla2xxx: Fix smatch warn for qla_init_iocb_limit()
Fix indentation for warning reported by smatch: drivers/scsi/qla2xxx/qla_init.c:4199 qla_init_iocb_limit() warn: inconsistent indenting Fixes: efa74a6 ("scsi: qla2xxx: Adjust IOCB resource on qpair create") Signed-off-by: Nilesh Javali <njavali@marvell.com> Link: https://lore.kernel.org/r/20230821130045.34850-8-njavali@marvell.com Reviewed-by: Himanshu Madhani <himanshu.madhani@oracle.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
1 parent e9105c4 commit b496953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/scsi/qla2xxx/qla_init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4205,7 +4205,7 @@ void qla_init_iocb_limit(scsi_qla_host_t *vha)
42054205
u8 i;
42064206
struct qla_hw_data *ha = vha->hw;
42074207

4208-
__qla_adjust_iocb_limit(ha->base_qpair);
4208+
__qla_adjust_iocb_limit(ha->base_qpair);
42094209
ha->base_qpair->fwres.iocbs_used = 0;
42104210
ha->base_qpair->fwres.exch_used = 0;
42114211

0 commit comments

Comments
 (0)