From: Prateek Singh Rathore Date: Sat, 23 Nov 2024 11:30:38 +0000 (-0800) Subject: scsi: csiostor: Fix typo doesnt->doesn't X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=a9a099575d4f24323ae3351b21fe556d37d9e932;p=users%2Fjedix%2Flinux-maple.git scsi: csiostor: Fix typo doesnt->doesn't Signed-off-by: Prateek Singh Rathore Link: https://lore.kernel.org/r/20241123113038.11188-1-prateek.singh.rathore@gmail.com Signed-off-by: Martin K. Petersen --- diff --git a/drivers/scsi/csiostor/csio_scsi.c b/drivers/scsi/csiostor/csio_scsi.c index 8329f0cab4e7..d9f0b6888484 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)) {