aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc
diff options
context:
space:
mode:
authorDaniel Mack <daniel@caiaq.de>2010-02-02 19:01:28 -0500
committerJiri Kosina <jkosina@suse.cz>2010-02-09 05:13:56 -0500
commit3ad2f3fbb961429d2aa627465ae4829758bc7e07 (patch)
treef365c513e8f5b477a61336a600ff54f32b7ad6e1 /drivers/scsi/lpfc
parent1537a3638cbf741d3826c1002026cce487a6bee0 (diff)
tree-wide: Assorted spelling fixes
In particular, several occurances of funny versions of 'success', 'unknown', 'therefore', 'acknowledge', 'argument', 'achieve', 'address', 'beginning', 'desirable', 'separate' and 'necessary' are fixed. Signed-off-by: Daniel Mack <daniel@caiaq.de> Cc: Joe Perches <joe@perches.com> Cc: Junio C Hamano <gitster@pobox.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/scsi/lpfc')
-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;