|
@@ -391,9 +391,9 @@ qla2x00_async_event(scsi_qla_host_t *ha, uint16_t *mb)
|
|
|
break;
|
|
|
|
|
|
case MBA_LIP_OCCURRED: /* Loop Initialization Procedure */
|
|
|
- DEBUG2(printk("scsi(%ld): LIP occured (%x).\n", ha->host_no,
|
|
|
+ DEBUG2(printk("scsi(%ld): LIP occurred (%x).\n", ha->host_no,
|
|
|
mb[1]));
|
|
|
- qla_printk(KERN_INFO, ha, "LIP occured (%x).\n", mb[1]);
|
|
|
+ qla_printk(KERN_INFO, ha, "LIP occurred (%x).\n", mb[1]);
|
|
|
|
|
|
if (atomic_read(&ha->loop_state) != LOOP_DOWN) {
|
|
|
atomic_set(&ha->loop_state, LOOP_DOWN);
|
|
@@ -460,7 +460,7 @@ qla2x00_async_event(scsi_qla_host_t *ha, uint16_t *mb)
|
|
|
DEBUG2(printk("scsi(%ld): Asynchronous LIP RESET (%x).\n",
|
|
|
ha->host_no, mb[1]));
|
|
|
qla_printk(KERN_INFO, ha,
|
|
|
- "LIP reset occured (%x).\n", mb[1]);
|
|
|
+ "LIP reset occurred (%x).\n", mb[1]);
|
|
|
|
|
|
if (atomic_read(&ha->loop_state) != LOOP_DOWN) {
|
|
|
atomic_set(&ha->loop_state, LOOP_DOWN);
|
|
@@ -543,7 +543,7 @@ qla2x00_async_event(scsi_qla_host_t *ha, uint16_t *mb)
|
|
|
|
|
|
case MBA_PORT_UPDATE: /* Port database update */
|
|
|
/*
|
|
|
- * If PORT UPDATE is global (recieved LIP_OCCURED/LIP_RESET
|
|
|
+ * If PORT UPDATE is global (received LIP_OCCURRED/LIP_RESET
|
|
|
* event etc. earlier indicating loop is down) then process
|
|
|
* it. Otherwise ignore it and Wait for RSCN to come in.
|
|
|
*/
|