diff options
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_els.c')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_els.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/lpfc/lpfc_els.c b/drivers/scsi/lpfc/lpfc_els.c index a079bbc03cf8..ce522702a6c1 100644 --- a/drivers/scsi/lpfc/lpfc_els.c +++ b/drivers/scsi/lpfc/lpfc_els.c | |||
@@ -815,7 +815,7 @@ lpfc_cmpl_els_flogi(struct lpfc_hba *phba, struct lpfc_iocbq *cmdiocb, | |||
815 | 815 | ||
816 | /* FLOGI completes successfully */ | 816 | /* FLOGI completes successfully */ |
817 | lpfc_printf_vlog(vport, KERN_INFO, LOG_ELS, | 817 | lpfc_printf_vlog(vport, KERN_INFO, LOG_ELS, |
818 | "0101 FLOGI completes sucessfully " | 818 | "0101 FLOGI completes successfully " |
819 | "Data: x%x x%x x%x x%x\n", | 819 | "Data: x%x x%x x%x x%x\n", |
820 | irsp->un.ulpWord[4], sp->cmn.e_d_tov, | 820 | irsp->un.ulpWord[4], sp->cmn.e_d_tov, |
821 | sp->cmn.w2.r_a_tov, sp->cmn.edtovResolution); | 821 | sp->cmn.w2.r_a_tov, sp->cmn.edtovResolution); |
@@ -4151,7 +4151,7 @@ lpfc_els_rcv_rscn(struct lpfc_vport *vport, struct lpfc_iocbq *cmdiocb, | |||
4151 | /* Indicate we are walking fc_rscn_id_list on this vport */ | 4151 | /* Indicate we are walking fc_rscn_id_list on this vport */ |
4152 | vport->fc_rscn_flush = 1; | 4152 | vport->fc_rscn_flush = 1; |
4153 | spin_unlock_irq(shost->host_lock); | 4153 | spin_unlock_irq(shost->host_lock); |
4154 | /* Get the array count after sucessfully have the token */ | 4154 | /* Get the array count after successfully have the token */ |
4155 | rscn_cnt = vport->fc_rscn_id_cnt; | 4155 | rscn_cnt = vport->fc_rscn_id_cnt; |
4156 | /* If we are already processing an RSCN, save the received | 4156 | /* If we are already processing an RSCN, save the received |
4157 | * RSCN payload buffer, cmdiocb->context2 to process later. | 4157 | * RSCN payload buffer, cmdiocb->context2 to process later. |