We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29b7518 commit f1aa643Copy full SHA for f1aa643
drivers/scsi/fnic/fnic_scsi.c
@@ -1961,8 +1961,8 @@ int fnic_abort_cmd(struct scsi_cmnd *sc)
1961
1962
if (!(fnic_priv(sc)->flags & (FNIC_IO_ABORTED | FNIC_IO_DONE))) {
1963
spin_unlock_irqrestore(&fnic->wq_copy_lock[hwq], flags);
1964
- FNIC_SCSI_DBG(KERN_ERR, fnic->lport->host, fnic->fnic_num,
1965
- "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");
1966
1967
ret = FAILED;
1968
goto fnic_abort_cmd_end;
0 commit comments