projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddc6291
)
block: blk-mq: fix a kernel-doc markup
author
Mauro Carvalho Chehab
<mchehab+huawei@kernel.org>
Fri, 23 Oct 2020 16:32:54 +0000
(18:32 +0200)
committer
Jens Axboe
<axboe@kernel.dk>
Fri, 23 Oct 2020 18:20:17 +0000
(12:20 -0600)
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>
block/blk-mq.c
patch
|
blob
|
history
diff --git
a/block/blk-mq.c
b/block/blk-mq.c
index 615da7de8855a99b50494cda70387e0d83e88e90..bd15f775ccaddcb79dbd3c566d7a925d862589ca 100644
(file)
--- 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_queue
s
- 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.
*/