All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scsi: lpfc: lpfc_nvmet: deleted the repeated word
@ 2021-06-08  7:21 lijian_8010a29
  2021-06-08 16:23 ` James Smart
  0 siblings, 1 reply; 2+ messages in thread
From: lijian_8010a29 @ 2021-06-08  7:21 UTC (permalink / raw)
  To: james.smart, dick.kennedy, jejb, martin.petersen
  Cc: linux-scsi, linux-kernel, lijian

From: lijian <lijian@yulong.com>

deleted the repeated word 'the' and 'received' in the comments.

Signed-off-by: lijian <lijian@yulong.com>
---
 drivers/scsi/lpfc/lpfc_nvmet.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/scsi/lpfc/lpfc_nvmet.c b/drivers/scsi/lpfc/lpfc_nvmet.c
index f2d9a3580887..bf35984e58e9 100644
--- a/drivers/scsi/lpfc/lpfc_nvmet.c
+++ b/drivers/scsi/lpfc/lpfc_nvmet.c
@@ -1469,7 +1469,7 @@ lpfc_nvmet_cleanup_io_context(struct lpfc_hba *phba)
 	if (!infop)
 		return;
 
-	/* Cycle the the entire CPU context list for every MRQ */
+	/* Cycle the entire CPU context list for every MRQ */
 	for (i = 0; i < phba->cfg_nvmet_mrq; i++) {
 		for_each_present_cpu(j) {
 			infop = lpfc_get_ctx_list(phba, j, i);
@@ -3562,7 +3562,7 @@ lpfc_nvmet_unsol_fcp_issue_abort(struct lpfc_hba *phba,
  * lpfc_nvme_unsol_ls_issue_abort - issue ABTS on an exchange received
  *        via async frame receive where the frame is not handled.
  * @phba: pointer to adapter structure
- * @ctxp: pointer to the asynchronously received received sequence
+ * @ctxp: pointer to the asynchronously received sequence
  * @sid: address of the remote port to send the ABTS to
  * @xri: oxid value to for the ABTS (other side's exchange id).
  **/
-- 
2.25.1



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

* Re: [PATCH] scsi: lpfc: lpfc_nvmet: deleted the repeated word
  2021-06-08  7:21 [PATCH] scsi: lpfc: lpfc_nvmet: deleted the repeated word lijian_8010a29
@ 2021-06-08 16:23 ` James Smart
  0 siblings, 0 replies; 2+ messages in thread
From: James Smart @ 2021-06-08 16:23 UTC (permalink / raw)
  To: lijian_8010a29, dick.kennedy, jejb, martin.petersen
  Cc: linux-scsi, linux-kernel, lijian



On 6/8/2021 12:21 AM, lijian_8010a29@163.com wrote:
> From: lijian <lijian@yulong.com>
>
> deleted the repeated word 'the' and 'received' in the comments.
>
> Signed-off-by: lijian <lijian@yulong.com>
> ---
>   drivers/scsi/lpfc/lpfc_nvmet.c | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
>

looks good

Reviewed-by: James Smart <jsmart2021@gmail.com>

-- james


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

end of thread, other threads:[~2021-06-08 16:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-08  7:21 [PATCH] scsi: lpfc: lpfc_nvmet: deleted the repeated word lijian_8010a29
2021-06-08 16:23 ` James Smart

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.