Skip to content

Commit

Permalink
[SCSI] qla4xxx: Fix Spell check.
Browse files Browse the repository at this point in the history
Signed-off-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
  • Loading branch information
Vikas Chaudhary authored and James Bottomley committed Jul 20, 2012
1 parent 68b6d5d commit 18e2df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/qla4xxx/ql4_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ int qla4xxx_init_rings(struct scsi_qla_host *ha)

qla4xxx_init_response_q_entries(ha);

/* Initialize mabilbox active array */
/* Initialize mailbox active array */
for (i = 0; i < MAX_MRB; i++)
ha->active_mrb_array[i] = NULL;

Expand Down

0 comments on commit 18e2df9

Please sign in to comment.