]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
block: Include bvec.h kernel-doc in the htmldocs
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 28 May 2026 17:59:04 +0000 (18:59 +0100)
committerJens Axboe <axboe@kernel.dk>
Fri, 29 May 2026 11:34:25 +0000 (05:34 -0600)
People have gone to the trouble of writing this kernel-doc; the
least we can do is publish it.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Hannes Reinecke <hare@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: William Kucharski <william.kucharski@linux.dev>
Link: https://patch.msgid.link/20260528175905.1102280-3-willy@infradead.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Documentation/core-api/kernel-api.rst
include/linux/bvec.h

index e8211c4ca662613b60c915d97e7e0b342510cfcf..4c4a57c1c0940f5a76dc60b6d4d508b4f7c4d35c 100644 (file)
@@ -307,6 +307,7 @@ Accounting Framework
 Block Devices
 =============
 
+.. kernel-doc:: include/linux/bvec.h
 .. kernel-doc:: include/linux/bio.h
 .. kernel-doc:: block/blk-core.c
    :export:
index c939f2b3be87fcd7c381d7646890a64528422e95..92837e2743f19a0a27bbe878c603a285bab002b7 100644 (file)
@@ -289,6 +289,7 @@ static inline void *bvec_kmap_local(struct bio_vec *bvec)
 
 /**
  * memcpy_from_bvec - copy data from a bvec
+ * @to: Kernel virtual address to copy to.
  * @bvec: bvec to copy from
  *
  * Must be called on single-page bvecs only.
@@ -301,6 +302,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: Kernel virtual address to copy from.
  *
  * Must be called on single-page bvecs only.
  */