Skip to content

Commit 24f7bb8

Browse files
mchehabaxboe
authored andcommitted
block: blk-mq: fix a kernel-doc markup
Fix a typo: blk_mq_run_hw_queue -> blk_mq_run_hw_queues Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent ddc6291 commit 24f7bb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

block/blk-mq.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1664,7 +1664,7 @@ void blk_mq_run_hw_queue(struct blk_mq_hw_ctx *hctx, bool async)
16641664
EXPORT_SYMBOL(blk_mq_run_hw_queue);
16651665

16661666
/**
1667-
* blk_mq_run_hw_queue - Run all hardware queues in a request queue.
1667+
* blk_mq_run_hw_queues - Run all hardware queues in a request queue.
16681668
* @q: Pointer to the request queue to run.
16691669
* @async: If we want to run the queue asynchronously.
16701670
*/

0 commit comments

Comments
 (0)