diff mbox series

[SCSI] csiostor: fix typo doesnt->doesn't

Message ID 20241123113038.11188-1-prateek.singh.rathore@gmail.com
State New
Headers show
Series [SCSI] csiostor: fix typo doesnt->doesn't | expand

Commit Message

Prateek Singh Rathore Nov. 23, 2024, 11:30 a.m. UTC
Signed-off-by: Prateek Singh Rathore <prateek.singh.rathore@gmail.com>
---
 drivers/scsi/csiostor/csio_scsi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Martin K. Petersen Dec. 10, 2024, 2:35 a.m. UTC | #1
On Sat, 23 Nov 2024 03:30:38 -0800, Prateek Singh Rathore wrote:

> 


Applied to 6.14/scsi-queue, thanks!

[1/1] csiostor: fix typo doesnt->doesn't
      https://git.kernel.org/mkp/scsi/c/a9a099575d4f
diff mbox series

Patch

diff --git a/drivers/scsi/csiostor/csio_scsi.c b/drivers/scsi/csiostor/csio_scsi.c
index 8329f0cab..d9f0b6888 100644
--- a/drivers/scsi/csiostor/csio_scsi.c
+++ b/drivers/scsi/csiostor/csio_scsi.c
@@ -800,7 +800,7 @@  csio_scsis_io_active(struct csio_ioreq *req, enum csio_scsi_ev evt)
 			rn = req->rnode;
 			/*
 			 * FW says remote device is lost, but rnode
-			 * doesnt reflect it.
+			 * doesn't reflect it.
 			 */
 			if (csio_scsi_itnexus_loss_error(req->wr_status) &&
 						csio_is_rnode_ready(rn)) {