aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_nvme.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2017-06-30 14:47:41 +0100
committerMartin K. Petersen <martin.petersen@oracle.com>2017-07-01 17:12:31 -0400
commit0bf0efa1f1a5230794618e633e54d68e088dfcf5 (patch)
treea00a98e0fc5ec2bf4ee54d49086425522e950336 /drivers/scsi/qla2xxx/qla_nvme.c
parentscsi: lpfc: don't double count abort errors (diff)
downloadlinux-dev-0bf0efa1f1a5230794618e633e54d68e088dfcf5.tar.xz
linux-dev-0bf0efa1f1a5230794618e633e54d68e088dfcf5.zip
scsi: qla2xxx: fix a bunch of typos and spelling mistakes
Fix the following typos/spelling mistakes: "attribure" -> "attribute" "suppored" -> "supported" "Symobilic" -> "Symbolic" "iteself" -> "itself" "reqeust" -> "request" "nvme_wait_on_comand" -> "nvme_wait_on_command" "bount" -> "bound" "captrue_mask" -> "capture_mask" "tempelate" -> "template" ..and also unwrap a line to fix a checkpatch warning. Signed-off-by: Colin Ian King <colin.king@canonical.com> Acked-by: Himanshu Madhani <himanshu.madhani@cavium.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_nvme.c')
-rw-r--r--drivers/scsi/qla2xxx/qla_nvme.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/qla2xxx/qla_nvme.c b/drivers/scsi/qla2xxx/qla_nvme.c
index 1da8fa8f641d..53e58e9daba8 100644
--- a/drivers/scsi/qla2xxx/qla_nvme.c
+++ b/drivers/scsi/qla2xxx/qla_nvme.c
@@ -489,7 +489,7 @@ static int qla_nvme_post_cmd(struct nvme_fc_local_port *lport,
struct nvme_private *priv;
if (!fd) {
- ql_log(ql_log_warn, NULL, 0x2134, "NO NVMe FCP reqeust\n");
+ ql_log(ql_log_warn, NULL, 0x2134, "NO NVMe FCP request\n");
return rval;
}
@@ -626,7 +626,7 @@ void qla_nvme_abort(struct qla_hw_data *ha, srb_t *sp)
if (!rval) {
if (!qla_nvme_wait_on_command(sp))
ql_log(ql_log_warn, NULL, 0x2112,
- "nvme_wait_on_comand timed out waiting on sp=%p\n",
+ "nvme_wait_on_command timed out waiting on sp=%p\n",
sp);
}
}