Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
[linux-2.6-block.git] / drivers / scsi / fnic / fnic_scsi.c
index fc4cee91b175c14d0950337ac8928b659cbc8cef..2ba61dba4569b827decb67fcca9354cc107c755c 100644 (file)
@@ -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;