* [PATCH] block: fix blk_rq_map_integrity_sg kernel-doc
@ 2024-09-22 14:18 Keith Busch
2024-09-22 14:32 ` Christoph Hellwig
2024-09-27 10:20 ` Jens Axboe
0 siblings, 2 replies; 3+ messages in thread
From: Keith Busch @ 2024-09-22 14:18 UTC (permalink / raw)
To: axboe, linux-block; +Cc: Keith Busch
From: Keith Busch <kbusch@kernel.org>
Fix the documentation to match the new function signature.
Fixes: 76c313f658d2752 ("blk-integrity: improved sg segment mapping")
Signed-off-by: Keith Busch <kbusch@kernel.org>
---
block/blk-integrity.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/block/blk-integrity.c b/block/blk-integrity.c
index 0a2b1c5d0ebf1..83b696ba0cac3 100644
--- a/block/blk-integrity.c
+++ b/block/blk-integrity.c
@@ -56,8 +56,7 @@ int blk_rq_count_integrity_sg(struct request_queue *q, struct bio *bio)
/**
* 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
--
2.43.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] block: fix blk_rq_map_integrity_sg kernel-doc
2024-09-22 14:18 [PATCH] block: fix blk_rq_map_integrity_sg kernel-doc Keith Busch
@ 2024-09-22 14:32 ` Christoph Hellwig
2024-09-27 10:20 ` Jens Axboe
1 sibling, 0 replies; 3+ messages in thread
From: Christoph Hellwig @ 2024-09-22 14:32 UTC (permalink / raw)
To: Keith Busch; +Cc: axboe, linux-block, Keith Busch
Looks good:
Reviewed-by: Christoph Hellwig <hch@lst.de>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] block: fix blk_rq_map_integrity_sg kernel-doc
2024-09-22 14:18 [PATCH] block: fix blk_rq_map_integrity_sg kernel-doc Keith Busch
2024-09-22 14:32 ` Christoph Hellwig
@ 2024-09-27 10:20 ` Jens Axboe
1 sibling, 0 replies; 3+ messages in thread
From: Jens Axboe @ 2024-09-27 10:20 UTC (permalink / raw)
To: linux-block, Keith Busch; +Cc: Keith Busch
On Sun, 22 Sep 2024 07:18:00 -0700, Keith Busch wrote:
> Fix the documentation to match the new function signature.
>
>
Applied, thanks!
[1/1] block: fix blk_rq_map_integrity_sg kernel-doc
commit: 8be007c8e0911d0450b402ca8cbb1a8cbd00e8f2
Best regards,
--
Jens Axboe
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-09-27 10:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-22 14:18 [PATCH] block: fix blk_rq_map_integrity_sg kernel-doc Keith Busch
2024-09-22 14:32 ` Christoph Hellwig
2024-09-27 10:20 ` Jens Axboe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).