Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1051a902 authored by Randy Dunlap's avatar Randy Dunlap Committed by Jens Axboe
Browse files

fs: fix new kernel-doc warnings in fs/bio.c



Fix new kernel-doc warnings in fs/bio.c:

Warning(fs/bio.c:316): No description found for parameter 'bio'
Warning(fs/bio.c:316): No description found for parameter 'parent'

Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarJens Axboe <axboe@fb.com>
parent 6a3c8a3a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -305,6 +305,8 @@ static void bio_chain_endio(struct bio *bio, int error)

/**
 * bio_chain - chain bio completions
 * @bio: the target bio
 * @parent: the @bio's parent bio
 *
 * The caller won't have a bi_end_io called when @bio completes - instead,
 * @parent's bi_end_io won't be called until both @parent and @bio have