block: update docs for bio and bvec_iter
authorAndreas Hindborg <a.hindborg@kernel.org>
Sat, 14 Feb 2026 09:12:54 +0000 (10:12 +0100)
committerJens Axboe <axboe@kernel.dk>
Sat, 14 Feb 2026 14:43:27 +0000 (07:43 -0700)
commit11506b3c233fcead6eba2842d17ec29c84f550d4
tree899fff6c420aeb62798d496e10922ee5c812152c
parent453daece381e60df20da16c49ccc6a9bc5c6515a
block: update docs for bio and bvec_iter

The documentation for bio and bvec_iter refers to a vector named bvl_vec.
This does not exist. Update the documentation comment with correct use.

Also update documentation comments for remaining fields of `bvec_iter` to
improve readability.

The fields of `bvec_iter` is using a mix of tabs and spaces for
indentation. While at it, change them all to tabs, which is most prevalent
in this struct definition.

Signed-off-by: Andreas Hindborg <a.hindborg@kernel.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/blk_types.h
include/linux/bvec.h