]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
qla2xxx: Fix typo in qla_mbx.c
authorMasanari Iida <standby24x7@gmail.com>
Thu, 23 Feb 2012 19:47:16 +0000 (13:47 -0600)
committerMaxim Uvarov <maxim.uvarov@oracle.com>
Mon, 23 Jul 2012 08:02:42 +0000 (01:02 -0700)
Correct spelling "occured" to "occurred" in
drivers/scsi/qla2xxx/qla_mbx.c

JIRA Key: V2632FC-175

drivers/scsi/qla2xxx/qla_mbx.c

index e1d2b4328a608bc0415601157da2e1174dacbe73..62371e8a8f26f6d5f0eff8949dd8c7c914e5794f 100644 (file)
@@ -315,7 +315,7 @@ qla2x00_mailbox_command(scsi_qla_host_t *vha, mbx_cmd_t *mcp)
                                            CRB_NIU_XG_PAUSE_CTL_P1);
                                }
                                ql_log(ql_log_info, base_vha, 0x101c,
-                                   "Mailbox cmd timeout occured, cmd=0x%x, "
+                                   "Mailbox cmd timeout occurred, cmd=0x%x, "
                                    "mb[0]=0x%x, eeh_busy=0x%x. Scheduling ISP "
                                    "abort.\n", command, mcp->mb[0],
                                    ha->flags.eeh_busy);
@@ -340,7 +340,7 @@ qla2x00_mailbox_command(scsi_qla_host_t *vha, mbx_cmd_t *mcp)
                                            CRB_NIU_XG_PAUSE_CTL_P1);
                                }
                                ql_log(ql_log_info, base_vha, 0x101e,
-                                   "Mailbox cmd timeout occured, cmd=0x%x, "
+                                   "Mailbox cmd timeout occurred, cmd=0x%x, "
                                    "mb[0]=0x%x. Scheduling ISP abort ",
                                    command, mcp->mb[0]);
                                set_bit(ABORT_ISP_ACTIVE, &vha->dpc_flags);