Commit 9f80efda authored by Colin Ian King's avatar Colin Ian King Committed by Martin K. Petersen

scsi: snic: fix a couple of spelling mistakes/typos

Trivial fix to spelling mistakes/typos:

"requrest_irq" -> "request_irq"
"Firmwqre" -> "Firmware"
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 0bf0efa1
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment