Skip to content

Commit

Permalink
block: blk-mq: fix a kernel-doc markup
Browse files Browse the repository at this point in the history
Fix a typo:
	blk_mq_run_hw_queue -> blk_mq_run_hw_queues

Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
mchehab authored and axboe committed Oct 23, 2020
1 parent ddc6291 commit 24f7bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion block/blk-mq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 24f7bb8

Please sign in to comment.