summaryrefslogtreecommitdiff
path: root/drivers/scsi/qla2xxx/qla_mid.c
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2012-08-22 18:20:58 (GMT)
committerJames Bottomley <JBottomley@Parallels.com>2012-09-14 17:28:46 (GMT)
commitd6a03581a3f55da93763cc51b3949340824c37bc (patch)
tree457d13c946b3f861c32d23d8ebcd3e0c3c1aa778 /drivers/scsi/qla2xxx/qla_mid.c
parent7916bb90e258392b34881fb68e98e60f0203d328 (diff)
downloadlinux-d6a03581a3f55da93763cc51b3949340824c37bc.tar.xz
[SCSI] qla2xxx: Fix typo in qla2xxx files
Correct spelling typo within qla2xxx files. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_mid.c')
-rw-r--r--drivers/scsi/qla2xxx/qla_mid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/qla2xxx/qla_mid.c b/drivers/scsi/qla2xxx/qla_mid.c
index 3e8b324..54330ff 100644
--- a/drivers/scsi/qla2xxx/qla_mid.c
+++ b/drivers/scsi/qla2xxx/qla_mid.c
@@ -643,7 +643,7 @@ qla25xx_create_req_que(struct qla_hw_data *ha, uint16_t options,
&req->dma, GFP_KERNEL);
if (req->ring == NULL) {
ql_log(ql_log_fatal, base_vha, 0x00da,
- "Failed to allocte memory for request_ring.\n");
+ "Failed to allocate memory for request_ring.\n");
goto que_failed;
}