All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scsi: lpfc: fix spelling mistake: "mabilbox" -> "mailbox"
@ 2018-05-03  9:19 ` Colin King
  0 siblings, 0 replies; 4+ messages in thread
From: Colin King @ 2018-05-03  9:19 UTC (permalink / raw)
  To: James Smart, Dick Kennedy, James E . J . Bottomley,
	Martin K . Petersen, linux-scsi
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in lpfc_printf_log log message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/scsi/lpfc/lpfc_init.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/scsi/lpfc/lpfc_init.c b/drivers/scsi/lpfc/lpfc_init.c
index 060f0e2f6ff5..dc4334fa41bb 100644
--- a/drivers/scsi/lpfc/lpfc_init.c
+++ b/drivers/scsi/lpfc/lpfc_init.c
@@ -5117,7 +5117,7 @@ lpfc_sli4_async_fip_evt(struct lpfc_hba *phba,
 		if (rc) {
 			lpfc_printf_log(phba, KERN_ERR, LOG_FIP |
 					LOG_DISCOVERY,
-					"2772 Issue FCF rediscover mabilbox "
+					"2772 Issue FCF rediscover mailbox "
 					"command failed, fail through to FCF "
 					"dead event\n");
 			spin_lock_irq(&phba->hbalock);
@@ -5209,7 +5209,7 @@ lpfc_sli4_async_fip_evt(struct lpfc_hba *phba,
 				lpfc_printf_log(phba, KERN_ERR, LOG_FIP |
 						LOG_DISCOVERY,
 						"2774 Issue FCF rediscover "
-						"mabilbox command failed, "
+						"mailbox command failed, "
 						"through to CVL event\n");
 				spin_lock_irq(&phba->hbalock);
 				phba->fcf.fcf_flag &= ~FCF_ACVL_DISC;
-- 
2.17.0

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

* [PATCH] scsi: lpfc: fix spelling mistake: "mabilbox" -> "mailbox"
@ 2018-05-03  9:19 ` Colin King
  0 siblings, 0 replies; 4+ messages in thread
From: Colin King @ 2018-05-03  9:19 UTC (permalink / raw)
  To: James Smart, Dick Kennedy, James E . J . Bottomley,
	Martin K . Petersen, linux-scsi
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in lpfc_printf_log log message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/scsi/lpfc/lpfc_init.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/scsi/lpfc/lpfc_init.c b/drivers/scsi/lpfc/lpfc_init.c
index 060f0e2f6ff5..dc4334fa41bb 100644
--- a/drivers/scsi/lpfc/lpfc_init.c
+++ b/drivers/scsi/lpfc/lpfc_init.c
@@ -5117,7 +5117,7 @@ lpfc_sli4_async_fip_evt(struct lpfc_hba *phba,
 		if (rc) {
 			lpfc_printf_log(phba, KERN_ERR, LOG_FIP |
 					LOG_DISCOVERY,
-					"2772 Issue FCF rediscover mabilbox "
+					"2772 Issue FCF rediscover mailbox "
 					"command failed, fail through to FCF "
 					"dead event\n");
 			spin_lock_irq(&phba->hbalock);
@@ -5209,7 +5209,7 @@ lpfc_sli4_async_fip_evt(struct lpfc_hba *phba,
 				lpfc_printf_log(phba, KERN_ERR, LOG_FIP |
 						LOG_DISCOVERY,
 						"2774 Issue FCF rediscover "
-						"mabilbox command failed, "
+						"mailbox command failed, "
 						"through to CVL event\n");
 				spin_lock_irq(&phba->hbalock);
 				phba->fcf.fcf_flag &= ~FCF_ACVL_DISC;
-- 
2.17.0


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

* NAK: [PATCH] scsi: lpfc: fix spelling mistake: "mabilbox" -> "mailbox"
  2018-05-03  9:19 ` Colin King
@ 2018-05-03  9:23   ` Colin Ian King
  -1 siblings, 0 replies; 4+ messages in thread
From: Colin Ian King @ 2018-05-03  9:23 UTC (permalink / raw)
  To: James Smart, Dick Kennedy, James E . J . Bottomley,
	Martin K . Petersen, linux-scsi
  Cc: kernel-janitors, linux-kernel

On 03/05/18 10:19, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fix to spelling mistake in lpfc_printf_log log message
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Ignore this, I've found more issues, sending a V2.

> ---
>  drivers/scsi/lpfc/lpfc_init.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/scsi/lpfc/lpfc_init.c b/drivers/scsi/lpfc/lpfc_init.c
> index 060f0e2f6ff5..dc4334fa41bb 100644
> --- a/drivers/scsi/lpfc/lpfc_init.c
> +++ b/drivers/scsi/lpfc/lpfc_init.c
> @@ -5117,7 +5117,7 @@ lpfc_sli4_async_fip_evt(struct lpfc_hba *phba,
>  		if (rc) {
>  			lpfc_printf_log(phba, KERN_ERR, LOG_FIP |
>  					LOG_DISCOVERY,
> -					"2772 Issue FCF rediscover mabilbox "
> +					"2772 Issue FCF rediscover mailbox "
>  					"command failed, fail through to FCF "
>  					"dead event\n");
>  			spin_lock_irq(&phba->hbalock);
> @@ -5209,7 +5209,7 @@ lpfc_sli4_async_fip_evt(struct lpfc_hba *phba,
>  				lpfc_printf_log(phba, KERN_ERR, LOG_FIP |
>  						LOG_DISCOVERY,
>  						"2774 Issue FCF rediscover "
> -						"mabilbox command failed, "
> +						"mailbox command failed, "
>  						"through to CVL event\n");
>  				spin_lock_irq(&phba->hbalock);
>  				phba->fcf.fcf_flag &= ~FCF_ACVL_DISC;
> 

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

* NAK: [PATCH] scsi: lpfc: fix spelling mistake: "mabilbox" -> "mailbox"
@ 2018-05-03  9:23   ` Colin Ian King
  0 siblings, 0 replies; 4+ messages in thread
From: Colin Ian King @ 2018-05-03  9:23 UTC (permalink / raw)
  To: James Smart, Dick Kennedy, James E . J . Bottomley,
	Martin K . Petersen, linux-scsi
  Cc: kernel-janitors, linux-kernel

On 03/05/18 10:19, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fix to spelling mistake in lpfc_printf_log log message
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Ignore this, I've found more issues, sending a V2.

> ---
>  drivers/scsi/lpfc/lpfc_init.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/scsi/lpfc/lpfc_init.c b/drivers/scsi/lpfc/lpfc_init.c
> index 060f0e2f6ff5..dc4334fa41bb 100644
> --- a/drivers/scsi/lpfc/lpfc_init.c
> +++ b/drivers/scsi/lpfc/lpfc_init.c
> @@ -5117,7 +5117,7 @@ lpfc_sli4_async_fip_evt(struct lpfc_hba *phba,
>  		if (rc) {
>  			lpfc_printf_log(phba, KERN_ERR, LOG_FIP |
>  					LOG_DISCOVERY,
> -					"2772 Issue FCF rediscover mabilbox "
> +					"2772 Issue FCF rediscover mailbox "
>  					"command failed, fail through to FCF "
>  					"dead event\n");
>  			spin_lock_irq(&phba->hbalock);
> @@ -5209,7 +5209,7 @@ lpfc_sli4_async_fip_evt(struct lpfc_hba *phba,
>  				lpfc_printf_log(phba, KERN_ERR, LOG_FIP |
>  						LOG_DISCOVERY,
>  						"2774 Issue FCF rediscover "
> -						"mabilbox command failed, "
> +						"mailbox command failed, "
>  						"through to CVL event\n");
>  				spin_lock_irq(&phba->hbalock);
>  				phba->fcf.fcf_flag &= ~FCF_ACVL_DISC;
> 


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

end of thread, other threads:[~2018-05-03  9:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-03  9:19 [PATCH] scsi: lpfc: fix spelling mistake: "mabilbox" -> "mailbox" Colin King
2018-05-03  9:19 ` Colin King
2018-05-03  9:23 ` NAK: " Colin Ian King
2018-05-03  9:23   ` Colin Ian King

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.