* [PATCH v2] block: add missing kernel-doc for memcpy_from_bvec() and memcpy_to_bvec()
@ 2026-03-15 17:08 Kit Dallege
0 siblings, 0 replies; only message in thread
From: Kit Dallege @ 2026-03-15 17:08 UTC (permalink / raw)
To: Jens Axboe; +Cc: linux-block, linux-kernel
Document the @to parameter for memcpy_from_bvec() and the @from
parameter for memcpy_to_bvec() that were missing from the kernel-doc
comments.
Assisted-by: Claude:claude-opus-4-6
Signed-off-by: Kit Dallege <xaum.io@gmail.com>
---
include/linux/bvec.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/linux/bvec.h b/include/linux/bvec.h
index 06fb60471aaf..3cf51889c6d4 100644
--- a/include/linux/bvec.h
+++ b/include/linux/bvec.h
@@ -256,6 +256,7 @@ static inline void *bvec_kmap_local(struct bio_vec *bvec)
/**
* memcpy_from_bvec - copy data from a bvec
+ * @to: destination buffer
* @bvec: bvec to copy from
*
* Must be called on single-page bvecs only.
@@ -268,6 +269,7 @@ static inline void memcpy_from_bvec(char *to, struct bio_vec *bvec)
/**
* memcpy_to_bvec - copy data to a bvec
* @bvec: bvec to copy to
+ * @from: source buffer
*
* Must be called on single-page bvecs only.
*/
--
2.53.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-03-15 17:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-15 17:08 [PATCH v2] block: add missing kernel-doc for memcpy_from_bvec() and memcpy_to_bvec() Kit Dallege
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox