diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-10-23 18:32:54 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-10-23 12:20:17 -0600 |
commit | 24f7bb8863eb63b97ff7a83e6dd0d188a1c0575e (patch) | |
tree | dfade504dfd73acb83a278c2b96f04a89e209db7 /block | |
parent | ddc62910b48b8208c09ddee6aea6fd3568297a51 (diff) |
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>
Diffstat (limited to 'block')
-rw-r--r-- | block/blk-mq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/blk-mq.c b/block/blk-mq.c index 615da7de8855..bd15f775ccad 100644 --- a/block/blk-mq.c +++ b/block/blk-mq.c @@ -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. */ |