]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
scsi: qla2xxx: Fix typo in driver
authorMilan P Gandhi <mgandhi@redhat.com>
Fri, 31 Mar 2017 21:37:04 +0000 (14:37 -0700)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 5 Apr 2017 00:13:57 +0000 (20:13 -0400)
Signed-off-by: Milan P Gandhi <mgandhi@redhat.com>
Signed-off-by: Himanshu Madhani <himanshu.madhani@cavium.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/qla2xxx/qla_attr.c
drivers/scsi/qla2xxx/qla_bsg.c
drivers/scsi/qla2xxx/qla_gs.c
drivers/scsi/qla2xxx/qla_init.c
drivers/scsi/qla2xxx/qla_isr.c

index f610103994afd4c53cbf439db646eb5b44851689..4000ba3df1c03e3002ed58d8932d4a1da1aaafc2 100644 (file)
@@ -695,7 +695,7 @@ qla2x00_sysfs_write_reset(struct file *filp, struct kobject *kobj,
        case 0x2025e:
                if (!IS_P3P_TYPE(ha) || vha != base_vha) {
                        ql_log(ql_log_info, vha, 0x7071,
-                           "FCoE ctx reset no supported.\n");
+                           "FCoE ctx reset not supported.\n");
                        return -EPERM;
                }
 
index 84c9098cc089fc599774dfc82dc029895d229060..069104fed26770260173522be55fe30c4d3cb695 100644 (file)
@@ -1822,7 +1822,7 @@ qla24xx_process_bidir_cmd(struct bsg_job *bsg_job)
        /* Check if operating mode is P2P */
        if (ha->operating_mode != P2P) {
                ql_log(ql_log_warn, vha, 0x70a4,
-                   "Host is operating mode is not P2p\n");
+                   "Host operating mode is not P2p\n");
                rval = EXT_STATUS_INVALID_CFG;
                goto done;
        }
index ab0f873fd6a1d9a6fe34d09b9af60366f59385fe..9bc9aa9e164ab56852b70fb956d6f8e8206d5612 100644 (file)
@@ -144,7 +144,7 @@ qla2x00_chk_ms_status(scsi_qla_host_t *vha, ms_iocb_entry_t *ms_pkt,
                        if (ct_rsp->header.response !=
                            cpu_to_be16(CT_ACCEPT_RESPONSE)) {
                                ql_dbg(ql_dbg_disc + ql_dbg_buffer, vha, 0x2077,
-                                   "%s failed rejected request on port_id: %02x%02x%02x Compeltion status 0x%x, response 0x%x\n",
+                                   "%s failed rejected request on port_id: %02x%02x%02x Completion status 0x%x, response 0x%x\n",
                                    routine, vha->d_id.b.domain,
                                    vha->d_id.b.area, vha->d_id.b.al_pa,
                                    comp_status, ct_rsp->header.response);
index 32fb9007f13770e4cd43650521b67e991a66d3e9..26b201e17ee5bf8b0435d2f58523b48707c48a20 100644 (file)
@@ -2323,7 +2323,7 @@ qla2x00_chip_diag(scsi_qla_host_t *vha)
                goto chip_diag_failed;
 
        /* Check product ID of chip */
-       ql_dbg(ql_dbg_init, vha, 0x007d, "Checking product Id of chip.\n");
+       ql_dbg(ql_dbg_init, vha, 0x007d, "Checking product ID of chip.\n");
 
        mb[1] = RD_MAILBOX_REG(ha, reg, 1);
        mb[2] = RD_MAILBOX_REG(ha, reg, 2);
index 3c66ea29de2704fcefc71e965c071aa05c7bca78..8d72a2d862298390ea2d3938c2083d20e26270ad 100644 (file)
@@ -2075,14 +2075,14 @@ qla25xx_process_bidir_status_iocb(scsi_qla_host_t *vha, void *pkt,
 
        case CS_DATA_OVERRUN:
                ql_dbg(ql_dbg_user, vha, 0x70b1,
-                   "Command completed with date overrun thread_id=%d\n",
+                   "Command completed with data overrun thread_id=%d\n",
                    thread_id);
                rval = EXT_STATUS_DATA_OVERRUN;
                break;
 
        case CS_DATA_UNDERRUN:
                ql_dbg(ql_dbg_user, vha, 0x70b2,
-                   "Command completed with date underrun thread_id=%d\n",
+                   "Command completed with data underrun thread_id=%d\n",
                    thread_id);
                rval = EXT_STATUS_DATA_UNDERRUN;
                break;
@@ -2109,7 +2109,7 @@ qla25xx_process_bidir_status_iocb(scsi_qla_host_t *vha, void *pkt,
 
        case CS_BIDIR_RD_UNDERRUN:
                ql_dbg(ql_dbg_user, vha, 0x70b6,
-                   "Command completed with read data data underrun "
+                   "Command completed with read data underrun "
                    "thread_id=%d\n", thread_id);
                rval = EXT_STATUS_DATA_UNDERRUN;
                break;