diff options
author | Baruch Siach <baruch@tkos.co.il> | 2025-03-06 11:53:31 +0300 |
---|---|---|
committer | Keith Busch <kbusch@kernel.org> | 2025-03-21 02:53:55 +0300 |
commit | f1b47aed535c0509e8a101490a5600ecd0641050 (patch) | |
tree | 3591c8cca89b974fa5e5f6175bfe4ee65f393b7c | |
parent | 978540050a85a2b7fc77b60a1cfaec110682e9c3 (diff) | |
download | linux-f1b47aed535c0509e8a101490a5600ecd0641050.tar.xz |
nvme-pci: remove stale comment
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>
-rw-r--r-- | drivers/nvme/host/pci.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/nvme/host/pci.c b/drivers/nvme/host/pci.c index a65978b6cdd8..08779f220577 100644 --- a/drivers/nvme/host/pci.c +++ b/drivers/nvme/host/pci.c @@ -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) { |