All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] nvmet-fc: fix typo in comment
@ 2020-03-18 21:40 James Smart
  2020-03-18 21:48 ` Chaitanya Kulkarni
  2020-03-31 14:25 ` Christoph Hellwig
  0 siblings, 2 replies; 3+ messages in thread
From: James Smart @ 2020-03-18 21:40 UTC (permalink / raw)
  To: linux-nvme; +Cc: James Smart

Fix typo in comment: about should be abort

Signed-off-by: James Smart <jsmart2021@gmail.com>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Reviewed-by: Himanshu Madhani <hmadhani@marvell.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>
---
 drivers/nvme/target/fc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/nvme/target/fc.c b/drivers/nvme/target/fc.c
index a0db6371b43e..a8ceb7721640 100644
--- a/drivers/nvme/target/fc.c
+++ b/drivers/nvme/target/fc.c
@@ -684,7 +684,7 @@ nvmet_fc_delete_target_queue(struct nvmet_fc_tgt_queue *queue)
 	disconnect = atomic_xchg(&queue->connected, 0);
 
 	spin_lock_irqsave(&queue->qlock, flags);
-	/* about outstanding io's */
+	/* abort outstanding io's */
 	for (i = 0; i < queue->sqsize; fod++, i++) {
 		if (fod->active) {
 			spin_lock(&fod->flock);
-- 
2.16.4


_______________________________________________
linux-nvme mailing list
linux-nvme@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-nvme

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] nvmet-fc: fix typo in comment
  2020-03-18 21:40 [PATCH] nvmet-fc: fix typo in comment James Smart
@ 2020-03-18 21:48 ` Chaitanya Kulkarni
  2020-03-31 14:25 ` Christoph Hellwig
  1 sibling, 0 replies; 3+ messages in thread
From: Chaitanya Kulkarni @ 2020-03-18 21:48 UTC (permalink / raw)
  To: James Smart, linux-nvme

On 03/18/2020 02:41 PM, James Smart wrote:
> Fix typo in comment: about should be abort
>
> Signed-off-by: James Smart<jsmart2021@gmail.com>
> Reviewed-by: Sagi Grimberg<sagi@grimberg.me>
> Reviewed-by: Himanshu Madhani<hmadhani@marvell.com>
> Reviewed-by: Hannes Reinecke<hare@suse.de>

Looks good.

Reviewed-by: Chiatanya Kulkarni <chaitanya.kulkarni@wdc.com>

_______________________________________________
linux-nvme mailing list
linux-nvme@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-nvme

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] nvmet-fc: fix typo in comment
  2020-03-18 21:40 [PATCH] nvmet-fc: fix typo in comment James Smart
  2020-03-18 21:48 ` Chaitanya Kulkarni
@ 2020-03-31 14:25 ` Christoph Hellwig
  1 sibling, 0 replies; 3+ messages in thread
From: Christoph Hellwig @ 2020-03-31 14:25 UTC (permalink / raw)
  To: James Smart; +Cc: linux-nvme

Applied to nvme-5.7.

_______________________________________________
linux-nvme mailing list
linux-nvme@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-nvme

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-03-31 15:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-18 21:40 [PATCH] nvmet-fc: fix typo in comment James Smart
2020-03-18 21:48 ` Chaitanya Kulkarni
2020-03-31 14:25 ` Christoph Hellwig

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.