This is a note to let you know that I've just added the patch titled scsi: qla2xxx: Fix smatch warn for qla_init_iocb_limit() to the 6.5-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: scsi-qla2xxx-fix-smatch-warn-for-qla_init_iocb_limit.patch and it can be found in the queue-6.5 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From b496953dd0444001b12f425ea07d78c1f47e3193 Mon Sep 17 00:00:00 2001 From: Nilesh Javali <njavali@xxxxxxxxxxx> Date: Mon, 21 Aug 2023 18:30:43 +0530 Subject: scsi: qla2xxx: Fix smatch warn for qla_init_iocb_limit() From: Nilesh Javali <njavali@xxxxxxxxxxx> commit b496953dd0444001b12f425ea07d78c1f47e3193 upstream. Fix indentation for warning reported by smatch: drivers/scsi/qla2xxx/qla_init.c:4199 qla_init_iocb_limit() warn: inconsistent indenting Fixes: efa74a62aaa2 ("scsi: qla2xxx: Adjust IOCB resource on qpair create") Signed-off-by: Nilesh Javali <njavali@xxxxxxxxxxx> Link: https://lore.kernel.org/r/20230821130045.34850-8-njavali@xxxxxxxxxxx Reviewed-by: Himanshu Madhani <himanshu.madhani@xxxxxxxxxx> Signed-off-by: Martin K. Petersen <martin.petersen@xxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- drivers/scsi/qla2xxx/qla_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/scsi/qla2xxx/qla_init.c +++ b/drivers/scsi/qla2xxx/qla_init.c @@ -4203,7 +4203,7 @@ void qla_init_iocb_limit(scsi_qla_host_t u8 i; struct qla_hw_data *ha = vha->hw; - __qla_adjust_iocb_limit(ha->base_qpair); + __qla_adjust_iocb_limit(ha->base_qpair); ha->base_qpair->fwres.iocbs_used = 0; ha->base_qpair->fwres.exch_used = 0; Patches currently in stable-queue which might be from njavali@xxxxxxxxxxx are queue-6.5/scsi-qla2xxx-error-code-did-not-return-to-upper-layer.patch queue-6.5/scsi-qla2xxx-adjust-iocb-resource-on-qpair-create.patch queue-6.5/scsi-qla2xxx-fix-tmf-leak-through.patch queue-6.5/scsi-qla2xxx-fix-deletion-race-condition.patch queue-6.5/scsi-qla2xxx-fix-erroneous-link-up-failure.patch queue-6.5/scsi-qla2xxx-flush-mailbox-commands-on-chip-reset.patch queue-6.5/scsi-qla2xxx-fix-command-flush-during-tmf.patch queue-6.5/scsi-qla2xxx-remove-unsupported-ql2xenabledif-option.patch queue-6.5/scsi-qla2xxx-fix-inconsistent-tmf-timeout.patch queue-6.5/scsi-qla2xxx-turn-off-noisy-message-log.patch queue-6.5/scsi-qla2xxx-limit-tmf-to-8-per-function.patch queue-6.5/scsi-qla2xxx-fix-smatch-warn-for-qla_init_iocb_limit.patch queue-6.5/scsi-qla2xxx-fix-session-hang-in-gnl.patch