]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
nvme-pci: remove stale comment
authorBaruch Siach <baruch@tkos.co.il>
Thu, 6 Mar 2025 08:53:31 +0000 (10:53 +0200)
committerKeith Busch <kbusch@kernel.org>
Thu, 20 Mar 2025 23:53:55 +0000 (16:53 -0700)
The ns variable has been removed in commit 62451a2b2e7e ("nvme: separate
command prep and issue"). Drop reference to ns in comment.

Fixes: 62451a2b2e7e ("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>
drivers/nvme/host/pci.c

index a65978b6cdd8a73d59271f21b43f693a3e246eec..08779f2205779b7b0e11eed469df60a596ffd8b4 100644 (file)
@@ -953,9 +953,6 @@ out_free_cmd:
        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)
 {