Skip to content

Commit 8be007c

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 <[email protected]> Reviewed-by: Christoph Hellwig <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>
1 parent 075dbe9 commit 8be007c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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)