Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
block: drop removed argument from kernel-doc of blk_execute_rq()
Commit 684da76 ("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 <[email protected]> Acked-by: Guoqing Jiang <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
- Loading branch information