linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] lpfc: init: fix misspelling word in mailbox command waiting comments
@ 2012-12-11  3:50 Ren Mingxin
  0 siblings, 0 replies; 3+ messages in thread
From: Ren Mingxin @ 2012-12-11  3:50 UTC (permalink / raw)
  To: renmx, james.smart; +Cc: JBottomley, linux-scsi, linux-kernel, Pan Dayu

Correct misspelling of "outstanding" in mailbox command waiting comments.

Signed-off-by: Ren Mingxin <renmx@cn.fujitsu.com>
Signed-off-by: Pan Dayu <pandy.fnst@cn.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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] lpfc: init: fix misspelling word in mailbox command waiting comments
  2012-12-11  3:53 renmx
@ 2012-12-11  3:57 ` Ren Mingxin
  0 siblings, 0 replies; 3+ messages in thread
From: Ren Mingxin @ 2012-12-11  3:57 UTC (permalink / raw)
  To: james.smart; +Cc: JBottomley, linux-scsi, linux-kernel

On 12/11/2012 11:53 AM, renmx@cn.fujitsu.com wrote:
> From: Ren Mingxin<renmx@cn.fujitsu.com>

Superfluous, sorry for disturbing everyone :-(

Ren

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] lpfc: init: fix misspelling word in mailbox command waiting comments
@ 2012-12-11  3:53 renmx
  2012-12-11  3:57 ` Ren Mingxin
  0 siblings, 1 reply; 3+ messages in thread
From: renmx @ 2012-12-11  3:53 UTC (permalink / raw)
  To: chenhanxiao, james.smart
  Cc: renmx, JBottomley, linux-scsi, linux-kernel, Pan Dayu

From: Ren Mingxin <renmx@cn.fujitsu.com>

Correct misspelling of "outstanding" in mailbox command waiting comments.

Signed-off-by: Ren Mingxin <renmx@cn.fujitsu.com>
Signed-off-by: Pan Dayu <pandy.fnst@cn.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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-12-11  3:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-11  3:50 [PATCH] lpfc: init: fix misspelling word in mailbox command waiting comments Ren Mingxin
2012-12-11  3:53 renmx
2012-12-11  3:57 ` Ren Mingxin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).