aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_els.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_els.c')
-rw-r--r--drivers/scsi/lpfc/lpfc_els.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/lpfc/lpfc_els.c b/drivers/scsi/lpfc/lpfc_els.c
index 2cc39684ce97..c898f47f30ba 100644
--- a/drivers/scsi/lpfc/lpfc_els.c
+++ b/drivers/scsi/lpfc/lpfc_els.c
@@ -969,7 +969,7 @@ lpfc_issue_els_flogi(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
969 * function returns, it does not guarantee all the IOCBs are actually aborted. 969 * function returns, it does not guarantee all the IOCBs are actually aborted.
970 * 970 *
971 * Return code 971 * Return code
972 * 0 - Sucessfully issued abort iocb on all outstanding flogis (Always 0) 972 * 0 - Successfully issued abort iocb on all outstanding flogis (Always 0)
973 **/ 973 **/
974int 974int
975lpfc_els_abort_flogi(struct lpfc_hba *phba) 975lpfc_els_abort_flogi(struct lpfc_hba *phba)
@@ -3117,7 +3117,7 @@ lpfc_cmpl_els_rsp(struct lpfc_hba *phba, struct lpfc_iocbq *cmdiocb,
3117 if (ndlp && NLP_CHK_NODE_ACT(ndlp) && 3117 if (ndlp && NLP_CHK_NODE_ACT(ndlp) &&
3118 (*((uint32_t *) (pcmd)) == ELS_CMD_LS_RJT)) { 3118 (*((uint32_t *) (pcmd)) == ELS_CMD_LS_RJT)) {
3119 /* A LS_RJT associated with Default RPI cleanup has its own 3119 /* A LS_RJT associated with Default RPI cleanup has its own
3120 * seperate code path. 3120 * separate code path.
3121 */ 3121 */
3122 if (!(ndlp->nlp_flag & NLP_RM_DFLT_RPI)) 3122 if (!(ndlp->nlp_flag & NLP_RM_DFLT_RPI))
3123 ls_rjt = 1; 3123 ls_rjt = 1;