From: Yang Guang Date: Thu, 25 Nov 2021 16:20:55 +0000 (+0800) Subject: block: fix parameter not described warning X-Git-Tag: v5.16-rc3~35^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e30028ace8459ea096b093fc204f0d5e8fc3b6ae;p=thirdparty%2Fkernel%2Flinux.git 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: 5a72e899ceb4 ("block: add a struct io_comp_batch argument to fops->iopoll()") Reported-by: Zeal Robot Signed-off-by: Yang Guang Signed-off-by: Jens Axboe --- diff --git a/block/blk-core.c b/block/blk-core.c index f0f38ca8e22f2..1378d084c770f 100644 --- a/block/blk-core.c +++ b/block/blk-core.c @@ -1017,6 +1017,7 @@ EXPORT_SYMBOL(submit_bio); /** * bio_poll - poll for BIO completions * @bio: bio to poll for + * @iob: batches of IO * @flags: BLK_POLL_* flags that control the behavior * * Poll for completions on queue associated with the bio. Returns number of