Skip to content

Commit f1b47ae

Browse files
baruchsiachkeithbusch
authored andcommitted
nvme-pci: remove stale comment
The ns variable has been removed in commit 62451a2 ("nvme: separate command prep and issue"). Drop reference to ns in comment. Fixes: 62451a2 ("nvme: separate command prep and issue") Signed-off-by: Baruch Siach <baruch@tkos.co.il> Reviewed-by: Anuj Gupta <anuj20.g@samsung.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Keith Busch <kbusch@kernel.org>
1 parent 9785400 commit f1b47ae

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

drivers/nvme/host/pci.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -953,9 +953,6 @@ static blk_status_t nvme_prep_rq(struct nvme_dev *dev, struct request *req)
953953
return ret;
954954
}
955955

956-
/*
957-
* NOTE: ns is NULL when called on the admin queue.
958-
*/
959956
static blk_status_t nvme_queue_rq(struct blk_mq_hw_ctx *hctx,
960957
const struct blk_mq_queue_data *bd)
961958
{

0 commit comments

Comments
 (0)