Stephen reported new 'make htmldocs' warnings introduced by 4cc21a00762b ("block: add tracepoint for blk_zone_update_request_bio"). One is a wrong function name in the tracepoint's kernel-doc and one is a wrong function parameter. Fix these so 'make htmldocs' is warning free again for the block layer tracepoints. Fixes: 4cc21a00762b ("block: add tracepoint for blk_zone_update_request_bio") Reported-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Signed-off-by: Johannes Thumshirn <johannes.thumshirn@xxxxxxx> --- include/trace/events/block.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/trace/events/block.h b/include/trace/events/block.h index 3e582d5e3a57..6aa79e2d799c 100644 --- a/include/trace/events/block.h +++ b/include/trace/events/block.h @@ -405,8 +405,8 @@ DEFINE_EVENT(block_bio, block_getrq, ); /** - * block_zone_update_request_bio - update the bio sector after a zone append - * @bio: the completed block IO operation + * blk_zone_append_update_request_bio - update bio sector after zone append + * @rq: the completed request that sets the bio sector * * Update the bio's bi_sector after a zone append command has been completed. */ -- 2.50.0