scsi: fnic: Clean up some inconsistent indenting
No functional modification involved. drivers/scsi/fnic/fnic_scsi.c:1964 fnic_abort_cmd() warn: inconsistent indenting. Reported-by: Abaci Robot <abaci@linux.alibaba.com> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=7930 Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com> Link: https://lore.kernel.org/r/20240118020128.24432-1-jiapeng.chong@linux.alibaba.com Reviewed-by: Karan Tilak Kumar <kartilak@cisco.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
29b75184f7
commit
f1aa643773
@ -1961,8 +1961,8 @@ int fnic_abort_cmd(struct scsi_cmnd *sc)
|
||||
|
||||
if (!(fnic_priv(sc)->flags & (FNIC_IO_ABORTED | FNIC_IO_DONE))) {
|
||||
spin_unlock_irqrestore(&fnic->wq_copy_lock[hwq], flags);
|
||||
FNIC_SCSI_DBG(KERN_ERR, fnic->lport->host, fnic->fnic_num,
|
||||
"Issuing host reset due to out of order IO\n");
|
||||
FNIC_SCSI_DBG(KERN_ERR, fnic->lport->host, fnic->fnic_num,
|
||||
"Issuing host reset due to out of order IO\n");
|
||||
|
||||
ret = FAILED;
|
||||
goto fnic_abort_cmd_end;
|
||||
|
Loading…
Reference in New Issue
Block a user