linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] scsi: megaraid_sas: drop unexpected word 'and' in the comments
@ 2022-06-22 14:16 Jiang Jian
  0 siblings, 0 replies; only message in thread
From: Jiang Jian @ 2022-06-22 14:16 UTC (permalink / raw)
  To: kashyap.desai, sumit.saxena, shivasharan.srikanteshwara
  Cc: jejb, martin.petersen, megaraidlinux.pdl, linux-scsi,
	linux-kernel, Jiang Jian

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

file: drivers/scsi/megaraid/megaraid_sas_fusion.c
line: 2551

* megasas_stream_detect -	stream detection on read and and write IOs

changed to:

* megasas_stream_detect -	stream detection on read and write IOs

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

diff --git a/drivers/scsi/megaraid/megaraid_sas_fusion.c b/drivers/scsi/megaraid/megaraid_sas_fusion.c
index 5b5885d9732b..d74a0e0e6d5d 100644
--- a/drivers/scsi/megaraid/megaraid_sas_fusion.c
+++ b/drivers/scsi/megaraid/megaraid_sas_fusion.c
@@ -2548,7 +2548,7 @@ megasas_set_pd_lba(struct MPI2_RAID_SCSI_IO_REQUEST *io_request, u8 cdb_len,
 }
 
 /**
- * megasas_stream_detect -	stream detection on read and and write IOs
+ * megasas_stream_detect -	stream detection on read and write IOs
  * @instance:		Adapter soft state
  * @cmd:		    Command to be prepared
  * @io_info:		IO Request info
-- 
2.17.1


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

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

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