mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 11:03:43 +02:00
scsi: csiostor: Fix typo doesnt->doesn't
Signed-off-by: Prateek Singh Rathore <prateek.singh.rathore@gmail.com> Link: https://lore.kernel.org/r/20241123113038.11188-1-prateek.singh.rathore@gmail.com Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
91e11129b9
commit
a9a099575d
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user