aboutsummaryrefslogtreecommitdiffstats
path: root/block
diff options
context:
space:
mode:
authorLukas Bulwahn <lukas.bulwahn@gmail.com>2021-01-29 06:01:51 +0100
committerJens Axboe <axboe@kernel.dk>2021-01-29 07:43:29 -0700
commitf7bf5e24e0b40fdb2321d9cf2b41043425fb4f9d (patch)
tree8c5d12977114f87e0d5918d2fdf7a48db192d585 /block
parentblock: remove typo in kernel-doc of set_disk_ro() (diff)
downloadlinux-dev-f7bf5e24e0b40fdb2321d9cf2b41043425fb4f9d.tar.xz
linux-dev-f7bf5e24e0b40fdb2321d9cf2b41043425fb4f9d.zip
block: drop removed argument from kernel-doc of blk_execute_rq()
Commit 684da7628d93 ("block: remove unnecessary argument from blk_execute_rq") changes the signature of blk_execute_rq(), but misses to adjust its kernel-doc. Hence, make htmldocs warns on ./block/blk-exec.c:78: warning: Excess function parameter 'q' description in 'blk_execute_rq' Drop removed argument from kernel-doc of blk_execute_rq() as well. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> Acked-by: Guoqing Jiang <Guoqing.jiang@cloud.ionos.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block')
-rw-r--r--block/blk-exec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/block/blk-exec.c b/block/blk-exec.c
index 0ab873f10133..beae70a0e5e5 100644
--- a/block/blk-exec.c
+++ b/block/blk-exec.c
@@ -65,7 +65,6 @@ EXPORT_SYMBOL_GPL(blk_execute_rq_nowait);
/**
* blk_execute_rq - insert a request into queue for execution
- * @q: queue to insert the request in
* @bd_disk: matching gendisk
* @rq: request to insert
* @at_head: insert request at head or tail of queue