Skip to content

Commit 0ab4284

Browse files
keithbuschaxboe
authored andcommitted
block: fix blk_rq_map_integrity_sg kernel-doc
Fix the documentation to match the new function signature. Fixes: 76c313f ("blk-integrity: improved sg segment mapping") Signed-off-by: Keith Busch <kbusch@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Link: https://lore.kernel.org/r/20240922141800.3622319-1-kbusch@meta.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent 9852d85 commit 0ab4284

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

block/blk-integrity.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ int blk_rq_count_integrity_sg(struct request_queue *q, struct bio *bio)
5656

5757
/**
5858
* blk_rq_map_integrity_sg - Map integrity metadata into a scatterlist
59-
* @q: request queue
60-
* @bio: bio with integrity metadata attached
59+
* @rq: request to map
6160
* @sglist: target scatterlist
6261
*
6362
* Description: Map the integrity vectors in request into a

0 commit comments

Comments
 (0)