]> git.baikalelectronics.ru Git - kernel.git/commit
bio.h: fix kernel-doc warnings
authorRandy Dunlap <rdunlap@infradead.org>
Wed, 22 Dec 2021 21:15:32 +0000 (13:15 -0800)
committerJens Axboe <axboe@kernel.dk>
Wed, 22 Dec 2021 23:56:45 +0000 (16:56 -0700)
commit9827fb231849269a4bc1d2c2fc35000f7eab3599
tree0f604269d76fcd960d77cd9e2918c171c67a3505
parent2e22e520b98f5f3d27d30732c58fb77bfd060947
bio.h: fix kernel-doc warnings

Fix all kernel-doc warnings in <linux/bio.h>:

include/linux/bio.h:136: warning: Function parameter or member 'nbytes' not described in 'bio_advance'
include/linux/bio.h:136: warning: Excess function parameter 'bytes' description in 'bio_advance'
include/linux/bio.h:391: warning: No description found for return value of 'bio_next_split'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Kent Overstreet <kent.overstreet@gmail.com>
Cc: Jens Axboe <axboe@kernel.dk>
Cc: linux-block@vger.kernel.org
Link: https://lore.kernel.org/r/20211222211532.24060-1-rdunlap@infradead.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/bio.h