Commit f1b47aed authored by Baruch Siach's avatar Baruch Siach Committed by Keith Busch
Browse files

nvme-pci: remove stale comment



The ns variable has been removed in commit 62451a2b ("nvme: separate
command prep and issue"). Drop reference to ns in comment.

Fixes: 62451a2b ("nvme: separate command prep and issue")
Signed-off-by: default avatarBaruch Siach <baruch@tkos.co.il>
Reviewed-by: default avatarAnuj Gupta <anuj20.g@samsung.com>
Reviewed-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarKeith Busch <kbusch@kernel.org>
parent 97854005
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -953,9 +953,6 @@ static blk_status_t nvme_prep_rq(struct nvme_dev *dev, struct request *req)
	return ret;
}

/*
 * NOTE: ns is NULL when called on the admin queue.
 */
static blk_status_t nvme_queue_rq(struct blk_mq_hw_ctx *hctx,
			 const struct blk_mq_queue_data *bd)
{