linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] scsi: lpfc: lpfc_init: deleted these repeated words
@ 2021-06-10  6:09 lijian_8010a29
  2021-06-10  6:20 ` Joe Perches
  0 siblings, 1 reply; 2+ messages in thread
From: lijian_8010a29 @ 2021-06-10  6:09 UTC (permalink / raw)
  To: james.smart, dick.kennedy, jejb, martin.petersen
  Cc: linux-scsi, linux-kernel, lijian

From: lijian <lijian@yulong.com>

deleted these repeated words 'the', 'using' and 'be' in the comments.

Signed-off-by: lijian <lijian@yulong.com>
---
v2: Fix these typos
Change 'irrelvant' to 'irrelevant'.
Change 'will be re-try' to 'will be retried'.

 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 932c6bdb8c40..bba1ecdfa501 100644
--- a/drivers/scsi/lpfc/lpfc_init.c
+++ b/drivers/scsi/lpfc/lpfc_init.c
@@ -5094,7 +5094,7 @@ lpfc_sli4_async_link_evt(struct lpfc_hba *phba,
 	bf_set(lpfc_mbx_read_top_link_spd, la,
 	       (bf_get(lpfc_acqe_link_speed, acqe_link)));
 
-	/* Fake the following irrelvant fields */
+	/* Fake the following irrelevant fields */
 	bf_set(lpfc_mbx_read_top_topology, la, LPFC_TOPOLOGY_PT_PT);
 	bf_set(lpfc_mbx_read_top_alpa_granted, la, 0);
 	bf_set(lpfc_mbx_read_top_il, la, 0);
@@ -5894,7 +5894,7 @@ lpfc_sli4_async_fip_evt(struct lpfc_hba *phba,
 				phba->fcf.fcf_flag &= ~FCF_ACVL_DISC;
 				spin_unlock_irq(&phba->hbalock);
 				/*
-				 * Last resort will be re-try on
+				 * Last resort will be retried on
 				 * the current registered FCF entry.
 				 */
 				lpfc_retry_pport_discovery(phba);
-- 
2.25.1


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

* Re: [PATCH v2] scsi: lpfc: lpfc_init: deleted these repeated words
  2021-06-10  6:09 [PATCH v2] scsi: lpfc: lpfc_init: deleted these repeated words lijian_8010a29
@ 2021-06-10  6:20 ` Joe Perches
  0 siblings, 0 replies; 2+ messages in thread
From: Joe Perches @ 2021-06-10  6:20 UTC (permalink / raw)
  To: lijian_8010a29, james.smart, dick.kennedy, jejb, martin.petersen
  Cc: linux-scsi, linux-kernel, lijian

On Thu, 2021-06-10 at 14:09 +0800, lijian_8010a29@163.com wrote:
> From: lijian <lijian@yulong.com>
> 
> deleted these repeated words 'the', 'using' and 'be' in the comments.
> 
> Signed-off-by: lijian <lijian@yulong.com>
> ---
> v2: Fix these typos
> Change 'irrelvant' to 'irrelevant'.
> Change 'will be re-try' to 'will be retried'.

This should be part of the commit message.
The content below the --- line is not added to any git commit.
 
> diff --git a/drivers/scsi/lpfc/lpfc_init.c b/drivers/scsi/lpfc/lpfc_init.c
[]
> @@ -5894,7 +5894,7 @@ lpfc_sli4_async_fip_evt(struct lpfc_hba *phba,
>  				phba->fcf.fcf_flag &= ~FCF_ACVL_DISC;
>  				spin_unlock_irq(&phba->hbalock);
>  				/*
> -				 * Last resort will be re-try on
> +				 * Last resort will be retried on

retried on the current/to retry (with?) the current

Your spelling fixes seem reasonable but perhaps you could find a
fully fluent English speaker/writer to review your proposals before
submitting English grammar patches. 



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

end of thread, other threads:[~2021-06-10  6:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-10  6:09 [PATCH v2] scsi: lpfc: lpfc_init: deleted these repeated words lijian_8010a29
2021-06-10  6:20 ` Joe Perches

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).