linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] scsi: mpt3sas: drop unexpected word 'a' in comments
@ 2022-06-23  7:02 Jiang Jian
  0 siblings, 0 replies; only message in thread
From: Jiang Jian @ 2022-06-23  7:02 UTC (permalink / raw)
  To: jejb, martin.petersen
  Cc: sathya.prakash, sreekanth.reddy, suganath-prabu.subramani,
	MPT-FusionLinux.pdl, linux-scsi, linux-kernel, Jiang Jian

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

file - drivers/scsi/mpt3sas/mpt3sas_base.c
line - 535

* FIXME: this relies on a a zero

changed to:

* FIXME: this relies on a a zero

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

diff --git a/drivers/scsi/mpt3sas/mpt3sas_base.c b/drivers/scsi/mpt3sas/mpt3sas_base.c
index 9a1ae52bb621..af41ea53aa7d 100644
--- a/drivers/scsi/mpt3sas/mpt3sas_base.c
+++ b/drivers/scsi/mpt3sas/mpt3sas_base.c
@@ -532,7 +532,7 @@ static void _clone_sg_entries(struct MPT3SAS_ADAPTER *ioc,
 					    (le32_to_cpu(sgel->FlagsLength) &
 					    0x00ffffff));
 					/*
-					 * FIXME: this relies on a a zero
+					 * FIXME: this relies on a zero
 					 * PCI mem_offset.
 					 */
 					sgel->Address =
-- 
2.17.1


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

only message in thread, other threads:[~2022-06-23  7:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-23  7:02 [PATCH] scsi: mpt3sas: drop unexpected word 'a' in 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).