Commit 24f7bb88 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab Committed by Jens Axboe

block: blk-mq: fix a kernel-doc markup

Fix a typo:
	blk_mq_run_hw_queue -> blk_mq_run_hw_queues
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent ddc62910
......@@ -1664,7 +1664,7 @@ void blk_mq_run_hw_queue(struct blk_mq_hw_ctx *hctx, bool async)
EXPORT_SYMBOL(blk_mq_run_hw_queue);
/**
* blk_mq_run_hw_queue - Run all hardware queues in a request queue.
* blk_mq_run_hw_queues - Run all hardware queues in a request queue.
* @q: Pointer to the request queue to run.
* @async: If we want to run the queue asynchronously.
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment