diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-06-30 16:47:41 +0300 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2017-07-02 00:12:31 +0300 |
commit | 0bf0efa1f1a5230794618e633e54d68e088dfcf5 (patch) | |
tree | a00a98e0fc5ec2bf4ee54d49086425522e950336 /drivers/scsi/qla2xxx/qla_nvme.c | |
parent | 88e96174206e09e8eef7636067f4e24a9e67139a (diff) | |
download | linux-0bf0efa1f1a5230794618e633e54d68e088dfcf5.tar.xz |
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.c | 4 |
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); } } |