projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d52c58
)
bio: fix kerneldoc documentation for bio_alloc_kiocb()
author
Jens Axboe
<axboe@kernel.dk>
Fri, 3 Sep 2021 13:42:13 +0000
(07:42 -0600)
committer
Jens Axboe
<axboe@kernel.dk>
Fri, 3 Sep 2021 13:42:13 +0000
(07:42 -0600)
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
patch
|
blob
|
history
diff --git
a/block/bio.c
b/block/bio.c
index e16849f46b0e63b2a7ecf144b4fe408c3be5c88a..5df3dd282e40e011257fccbddb395c757a6620bb 100644
(file)
--- a/
block/bio.c
+++ b/
block/bio.c
@@
-1688,7
+1688,7
@@
EXPORT_SYMBOL(bioset_init_from_src);
/**
* bio_alloc_kiocb - Allocate a bio from bio_set based on kiocb
* @kiocb: kiocb describing the IO
- * @nr_
iovecs:
number of iovecs to pre-allocate
+ * @nr_
vecs:
number of iovecs to pre-allocate
* @bs: bio_set to allocate from
*
* Description: