]> 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)
commit47544be3e0d0fcc9648d3d0356b07f2b2b480b46
tree858dcd8cda31af0d1f80e51fb51adf1efb187331
parentcf8e6a637afd9ef8aa78f0a7e4940de1174bd801
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: e068fade7656 ("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