Skip to content

Commit a9a0995

Browse files
psrveremartinkpetersen
authored andcommitted
scsi: csiostor: Fix typo doesnt->doesn't
Signed-off-by: Prateek Singh Rathore <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 91e1112 commit a9a0995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/scsi/csiostor/csio_scsi.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ csio_scsis_io_active(struct csio_ioreq *req, enum csio_scsi_ev evt)
800800
rn = req->rnode;
801801
/*
802802
* FW says remote device is lost, but rnode
803-
* doesnt reflect it.
803+
* doesn't reflect it.
804804
*/
805805
if (csio_scsi_itnexus_loss_error(req->wr_status) &&
806806
csio_is_rnode_ready(rn)) {

0 commit comments

Comments
 (0)