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

Prateek Singh Rathore posted 1 patch 1 year, 2 months ago
drivers/scsi/csiostor/csio_scsi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] [SCSI] csiostor: fix typo doesnt->doesn't
Posted by Prateek Singh Rathore 1 year, 2 months ago
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(-)

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)) {
-- 
2.20.1
Re: [PATCH] [SCSI] csiostor: fix typo doesnt->doesn't
Posted by Martin K. Petersen 1 year, 1 month ago
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

-- 
Martin K. Petersen	Oracle Linux Engineering