VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Lukas Bulwahn <lukas.bulwahn@gmail.com> 2021-01-29 06:01:51 +0100 committer: Jens Axboe <axboe@kernel.dk> 2021-01-29 07:43:29 -0700 commit: f7bf5e24e0b40fdb2321d9cf2b41043425fb4f9d parent: 7f31bee3601986b66446acc83d9db57f21d764fd
Commit Summary:
block: drop removed argument from kernel-doc of blk_execute_rq()
Diffstat:
1 file changed, 0 insertions, 1 deletion
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