2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-19 18:53:52 +08:00

[SCSI] qla4xxx: Fix Spell check.

Signed-off-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
This commit is contained in:
Vikas Chaudhary 2012-06-14 10:13:53 -04:00 committed by James Bottomley
parent 68b6d5d3d1
commit 18e2df938c

View File

@ -126,7 +126,7 @@ int qla4xxx_init_rings(struct scsi_qla_host *ha)
qla4xxx_init_response_q_entries(ha); qla4xxx_init_response_q_entries(ha);
/* Initialize mabilbox active array */ /* Initialize mailbox active array */
for (i = 0; i < MAX_MRB; i++) for (i = 0; i < MAX_MRB; i++)
ha->active_mrb_array[i] = NULL; ha->active_mrb_array[i] = NULL;