block: Fix the blk_mq_destroy_queue() documentation
authorBart Van Assche <bvanassche@acm.org>
Mon, 30 Jan 2023 21:12:33 +0000 (13:12 -0800)
committerJens Axboe <axboe@kernel.dk>
Tue, 31 Jan 2023 18:46:15 +0000 (11:46 -0700)
commit81ea42b9c3d61ea34d82d900ed93f4b4851f13b0
tree31f77b041d0006b9b64dd674705c159826bce78d
parent29baef789c838bd5c02f50c88adbbc6b955aaf61
block: Fix the blk_mq_destroy_queue() documentation

Commit 2b3f056f72e5 moved a blk_put_queue() call from
blk_mq_destroy_queue() into its callers. Reflect this change in the
documentation block above blk_mq_destroy_queue().

Cc: Christoph Hellwig <hch@lst.de>
Cc: Sagi Grimberg <sagi@grimberg.me>
Cc: Chaitanya Kulkarni <kch@nvidia.com>
Cc: Keith Busch <kbusch@kernel.org>
Fixes: 2b3f056f72e5 ("blk-mq: move the call to blk_put_queue out of blk_mq_destroy_queue")
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20230130211233.831613-1-bvanassche@acm.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq.c