All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] lpfc: init: fix misspelling word in mailbox command waiting comments
@ 2012-12-11  3:53 ` renmx
  0 siblings, 0 replies; 7+ 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] 7+ messages in thread
* [PATCH] lpfc: init: fix misspelling word in mailbox command waiting comments
@ 2012-12-11  3:53 renmx
  0 siblings, 0 replies; 7+ 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] 7+ messages in thread
* [PATCH] lpfc: init: fix misspelling word in mailbox command waiting comments
@ 2012-12-11  3:50 Ren Mingxin
  0 siblings, 0 replies; 7+ 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] 7+ messages in thread
* [PATCH] lpfc: init: fix misspelling word in mailbox command waiting comments
@ 2012-12-11  3:50 ` Ren Mingxin
  0 siblings, 0 replies; 7+ 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] 7+ messages in thread

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

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.