Skip to content

Commit d038dd8

Browse files
jsmart-ghChristoph Hellwig
authored andcommitted
nvmet-fc: fix typo in comment
Fix typo in comment: about should be abort Signed-off-by: James Smart <[email protected]> Reviewed-by: Sagi Grimberg <[email protected]> Reviewed-by: Chiatanya Kulkarni <[email protected]> Reviewed-by: Himanshu Madhani <[email protected]> Reviewed-by: Hannes Reinecke <[email protected]>
1 parent a62315b commit d038dd8

File tree

1 file changed

+1
-1
lines changed
  • drivers/nvme/target

1 file changed

+1
-1
lines changed

drivers/nvme/target/fc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ nvmet_fc_delete_target_queue(struct nvmet_fc_tgt_queue *queue)
684684
disconnect = atomic_xchg(&queue->connected, 0);
685685

686686
spin_lock_irqsave(&queue->qlock, flags);
687-
/* about outstanding io's */
687+
/* abort outstanding io's */
688688
for (i = 0; i < queue->sqsize; fod++, i++) {
689689
if (fod->active) {
690690
spin_lock(&fod->flock);

0 commit comments

Comments
 (0)