Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

block: fix blk_zone_append_update_request_bio() kernel-doc

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@canb.auug.org.au>
Signed-off-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Link: https://lore.kernel.org/r/20250716133631.94898-1-johannes.thumshirn@wdc.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>

authored by

Johannes Thumshirn and committed by
Jens Axboe
ab17ead0 01ceec07

+2 -2
+2 -2
include/trace/events/block.h
··· 405 405 ); 406 406 407 407 /** 408 - * block_zone_update_request_bio - update the bio sector after a zone append 409 - * @bio: the completed block IO operation 408 + * blk_zone_append_update_request_bio - update bio sector after zone append 409 + * @rq: the completed request that sets the bio sector 410 410 * 411 411 * Update the bio's bi_sector after a zone append command has been completed. 412 412 */