diff options
author | Keith Busch <[email protected]> | 2024-09-22 07:18:00 -0700 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2024-10-02 07:15:33 -0600 |
commit | 0ab42843003f27db509e42f2060bb3fa6ffad38d (patch) | |
tree | a9fe4f1806edf39f168a88711cda1c199dfe1f22 | |
parent | 9852d85ec9d492ebef56dc5f229416c925758edc (diff) |
block: fix blk_rq_map_integrity_sg kernel-doc
Fix the documentation to match the new function signature.
Fixes: 76c313f658d2752 ("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]>
-rw-r--r-- | block/blk-integrity.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/block/blk-integrity.c b/block/blk-integrity.c index 0a2b1c5d0ebf..83b696ba0cac 100644 --- a/block/blk-integrity.c +++ b/block/blk-integrity.c @@ -56,8 +56,7 @@ new_segment: /** * blk_rq_map_integrity_sg - Map integrity metadata into a scatterlist - * @q: request queue - * @bio: bio with integrity metadata attached + * @rq: request to map * @sglist: target scatterlist * * Description: Map the integrity vectors in request into a |