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 <[email protected]> Reviewed-by: Anuj Gupta <[email protected]> Reviewed-by: Christoph Hellwig <[email protected]> Signed-off-by: Keith Busch <[email protected]>
1 parent 9785400 commit f1b47ae

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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)