Skip to content

Commit e30028a

Browse files
Yang Guangaxboe
authored andcommitted
block: fix parameter not described warning
The build warning: block/blk-core.c:968: warning: Function parameter or member 'iob' not described in 'bio_poll'. Fixes: 5a72e89 ("block: add a struct io_comp_batch argument to fops->iopoll()") Reported-by: Zeal Robot <[email protected]> Signed-off-by: Yang Guang <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
1 parent 3fd40fa commit e30028a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

block/blk-core.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,6 +1017,7 @@ EXPORT_SYMBOL(submit_bio);
10171017
/**
10181018
* bio_poll - poll for BIO completions
10191019
* @bio: bio to poll for
1020+
* @iob: batches of IO
10201021
* @flags: BLK_POLL_* flags that control the behavior
10211022
*
10221023
* Poll for completions on queue associated with the bio. Returns number of

0 commit comments

Comments
 (0)