]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
bio: fix kerneldoc documentation for bio_alloc_kiocb()
authorJens Axboe <axboe@kernel.dk>
Fri, 3 Sep 2021 13:42:13 +0000 (07:42 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 3 Sep 2021 13:42:13 +0000 (07:42 -0600)
commit0ef47db1cb64a9a226e8983e8b2691f8e1c02a37
tree93d9c4ed101070bcde28673614898cac2a0c91a4
parent2d52c58b9c9bdae0ca3df6a1eab5745ab3f7d80b
bio: fix kerneldoc documentation for bio_alloc_kiocb()

Apparently the last fixup got butter fingered a bit, the correct variable
name is 'nr_vecs', not 'nr_iovecs'.

Link: https://lore.kernel.org/lkml/20210903164939.02f6e8c5@canb.auug.org.au/
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/bio.c