Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 24d9ee85 authored by Masanari Iida's avatar Masanari Iida Committed by James Bottomley
Browse files

[SCSI] qla2xxx: Fix typo in qla_mbx.c



Correct spelling "occured" to "occurred" in
drivers/scsi/qla2xxx/qla_mbx.c

Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarChad Dupuis <chad.dupuis@qlogic.com>
Signed-off-by: default avatarJames Bottomley <JBottomley@Parallels.com>
parent a6eb3c9f
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -320,7 +320,7 @@ qla2x00_mailbox_command(scsi_qla_host_t *vha, mbx_cmd_t *mcp)
					    CRB_NIU_XG_PAUSE_CTL_P1);
					    CRB_NIU_XG_PAUSE_CTL_P1);
				}
				}
				ql_log(ql_log_info, base_vha, 0x101c,
				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 "
				    "mb[0]=0x%x, eeh_busy=0x%x. Scheduling ISP "
				    "abort.\n", command, mcp->mb[0],
				    "abort.\n", command, mcp->mb[0],
				    ha->flags.eeh_busy);
				    ha->flags.eeh_busy);
@@ -345,7 +345,7 @@ qla2x00_mailbox_command(scsi_qla_host_t *vha, mbx_cmd_t *mcp)
					    CRB_NIU_XG_PAUSE_CTL_P1);
					    CRB_NIU_XG_PAUSE_CTL_P1);
				}
				}
				ql_log(ql_log_info, base_vha, 0x101e,
				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 ",
				    "mb[0]=0x%x. Scheduling ISP abort ",
				    command, mcp->mb[0]);
				    command, mcp->mb[0]);
				set_bit(ABORT_ISP_ACTIVE, &vha->dpc_flags);
				set_bit(ABORT_ISP_ACTIVE, &vha->dpc_flags);