* [PATCH] block: fix kernel-doc warning
@ 2024-10-02 18:40 SurajSonawane2415
2024-10-02 18:42 ` Jens Axboe
0 siblings, 1 reply; 2+ messages in thread
From: SurajSonawane2415 @ 2024-10-02 18:40 UTC (permalink / raw)
To: axboe; +Cc: linux-block, linux-kernel, SurajSonawane2415
Fix a kernel-doc warning in blk-integrity.c where the 'rq' parameter
was not described in the function blk_rq_map_integrity_sg. This
warning was triggered when generating documentation.
Signed-off-by: SurajSonawane2415 <surajsonawane0215@gmail.com>
---
block/blk-integrity.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/block/blk-integrity.c b/block/blk-integrity.c
index 0a2b1c5d0..fbe436377 100644
--- a/block/blk-integrity.c
+++ b/block/blk-integrity.c
@@ -56,6 +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
+ * @rq: request containing integrity metadata
* @q: request queue
* @bio: bio with integrity metadata attached
* @sglist: target scatterlist
--
2.34.1
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-02 18:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-02 18:40 [PATCH] block: fix kernel-doc warning SurajSonawane2415
2024-10-02 18:42 ` Jens Axboe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®