linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jiang Jian <jiangjian@cdjrlc.com>
To: jejb@linux.ibm.com, martin.petersen@oracle.com
Cc: jinpu.wang@cloud.ionos.com, linux-scsi@vger.kernel.org,
	linux-kernel@vger.kernel.org, Jiang Jian <jiangjian@cdjrlc.com>
Subject: [PATCH] scsi: pm8001: drop unexpected word "the" in the comments
Date: Wed, 22 Jun 2022 19:01:37 +0800	[thread overview]
Message-ID: <20220622110137.10033-1-jiangjian@cdjrlc.com> (raw)

there is an unexpected word "the" in the comments that need to be dropped

file: drivers/scsi/pm8001/pm8001_hwi.c
line: 3141

  * the sas toplogy has formed, please discover the the whole sas domain,

changed to:

  * the sas toplogy has formed, please discover the whole sas domain,

Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
---
 drivers/scsi/pm8001/pm8001_hwi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/pm8001/pm8001_hwi.c b/drivers/scsi/pm8001/pm8001_hwi.c
index a37595621d51..6a3c4c347061 100644
--- a/drivers/scsi/pm8001/pm8001_hwi.c
+++ b/drivers/scsi/pm8001/pm8001_hwi.c
@@ -3138,7 +3138,7 @@ int pm8001_mpi_local_phy_ctl(struct pm8001_hba_info *pm8001_ha, void *piomb)
  *
  * when HBA driver received the identify done event or initiate FIS received
  * event(for SATA), it will invoke this function to notify the sas layer that
- * the sas toplogy has formed, please discover the the whole sas domain,
+ * the sas toplogy has formed, please discover the whole sas domain,
  * while receive a broadcast(change) primitive just tell the sas
  * layer to discover the changed domain rather than the whole domain.
  */
-- 
2.17.1


                 reply	other threads:[~2022-06-22 11:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220622110137.10033-1-jiangjian@cdjrlc.com \
    --to=jiangjian@cdjrlc.com \
    --cc=jejb@linux.ibm.com \
    --cc=jinpu.wang@cloud.ionos.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=martin.petersen@oracle.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).