Skip to content

Commit ab17ead

Browse files
morbidrsaaxboe
authored andcommitted
block: fix blk_zone_append_update_request_bio() kernel-doc
Stephen reported new 'make htmldocs' warnings introduced by 4cc21a0 ("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: 4cc21a0 ("block: add tracepoint for blk_zone_update_request_bio") Reported-by: Stephen Rothwell <[email protected]> Signed-off-by: Johannes Thumshirn <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>
1 parent 01ceec0 commit ab17ead

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/trace/events/block.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,8 +405,8 @@ DEFINE_EVENT(block_bio, block_getrq,
405405
);
406406

407407
/**
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
410410
*
411411
* Update the bio's bi_sector after a zone append command has been completed.
412412
*/

0 commit comments

Comments
 (0)