]> git.baikalelectronics.ru Git - kernel.git/commit
block: fix parameter not described warning
authorYang Guang <yang.guang5@zte.com.cn>
Thu, 25 Nov 2021 16:20:55 +0000 (00:20 +0800)
committerJens Axboe <axboe@kernel.dk>
Thu, 25 Nov 2021 16:32:19 +0000 (09:32 -0700)
commitb18314999898872c45a909c6da97aab2a905c467
tree858dcd8cda31af0d1f80e51fb51adf1efb187331
parentf85fc3cde43c229e16a27ca04bd5b63c7fc9029b
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: e074bd46bb9f ("block: add a struct io_comp_batch argument to fops->iopoll()")
Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: Yang Guang <yang.guang5@zte.com.cn>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-core.c