[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1355197859-17055-1-git-send-email-renmx@cn.fujitsu.com>
Date: Tue, 11 Dec 2012 11:50:59 +0800
From: Ren Mingxin <renmx@...fujitsu.com>
To: james.smart@...lex.com
Cc: JBottomley@...allels.com, linux-scsi@...r.kernel.org,
linux-kernel@...r.kernel.org, Pan Dayu <pandy.fnst@...fujitsu.com>
Subject: [PATCH] lpfc: init: fix misspelling word in mailbox command waiting comments
Correct misspelling of "outstanding" in mailbox command waiting comments.
Signed-off-by: Ren Mingxin <renmx@...fujitsu.com>
Signed-off-by: Pan Dayu <pandy.fnst@...fujitsu.com>
---
drivers/scsi/lpfc/lpfc_init.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/scsi/lpfc/lpfc_init.c b/drivers/scsi/lpfc/lpfc_init.c
index 7dc4218..8533160 100644
--- a/drivers/scsi/lpfc/lpfc_init.c
+++ b/drivers/scsi/lpfc/lpfc_init.c
@@ -2566,7 +2566,7 @@ lpfc_block_mgmt_io(struct lpfc_hba *phba, int mbx_action)
}
spin_unlock_irqrestore(&phba->hbalock, iflag);
- /* Wait for the outstnading mailbox command to complete */
+ /* Wait for the outstanding mailbox command to complete */
while (phba->sli.mbox_active) {
/* Check active mailbox complete status every 2ms */
msleep(2);
--
1.7.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists