scsi: snic: fix a couple of spelling mistakes/typos
Trivial fix to spelling mistakes/typos: "requrest_irq" -> "request_irq" "Firmwqre" -> "Firmware" Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
0bf0efa1f1
commit
9f80efda8f
|
@ -141,7 +141,7 @@ snic_request_intr(struct snic *snic)
|
|||
snic->msix[i].devid);
|
||||
if (ret) {
|
||||
SNIC_HOST_ERR(snic->shost,
|
||||
"MSI-X: requrest_irq(%d) failed %d\n",
|
||||
"MSI-X: request_irq(%d) failed %d\n",
|
||||
i,
|
||||
ret);
|
||||
snic_free_intr(snic);
|
||||
|
@ -151,7 +151,7 @@ snic_request_intr(struct snic *snic)
|
|||
}
|
||||
|
||||
return ret;
|
||||
} /* end of snic_requrest_intr */
|
||||
} /* end of snic_request_intr */
|
||||
|
||||
int
|
||||
snic_set_intr_mode(struct snic *snic)
|
||||
|
|
|
@ -1260,7 +1260,7 @@ snic_io_cmpl_handler(struct vnic_dev *vdev,
|
|||
default:
|
||||
SNIC_BUG_ON(1);
|
||||
SNIC_SCSI_DBG(snic->shost,
|
||||
"Unknown Firmwqre completion request type %d\n",
|
||||
"Unknown Firmware completion request type %d\n",
|
||||
fwreq->hdr.type);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue