linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] scsi: bfa: drop unexpected word "the" in the comments
@ 2022-06-22 11:29 Jiang Jian
  0 siblings, 0 replies; only message in thread
From: Jiang Jian @ 2022-06-22 11:29 UTC (permalink / raw)
  To: jejb, martin.petersen
  Cc: anil.gurumurthy, sudarsana.kalluru, linux-scsi, linux-kernel, Jiang Jian

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

file: drivers/scsi/bfa/bfa_fcs_rport.c
line: 1974

             * the the newly discovered pid, send an scn notice
changed to:
             * the newly discovered pid, send an scn notice

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

diff --git a/drivers/scsi/bfa/bfa_fcs_rport.c b/drivers/scsi/bfa/bfa_fcs_rport.c
index c21aa37b8adb..dd78bea3e111 100644
--- a/drivers/scsi/bfa/bfa_fcs_rport.c
+++ b/drivers/scsi/bfa/bfa_fcs_rport.c
@@ -1971,7 +1971,7 @@ bfa_fcs_rport_gidpn_response(void *fcsarg, struct bfa_fcxp_s *fcxp, void *cbarg,
 			/*
 			 * Device's PID has changed. We need to cleanup
 			 * and re-login. If there is another device with
-			 * the the newly discovered pid, send an scn notice
+			 * the newly discovered pid, send an scn notice
 			 * so that its new pid can be discovered.
 			 */
 			list_for_each(qe, &rport->port->rport_q) {
-- 
2.17.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-06-22 11:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-22 11:29 [PATCH] scsi: bfa: drop unexpected word "the" in the comments Jiang Jian

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