From: Randy Dunlap Date: Sun, 20 Apr 2014 23:03:31 +0000 (-0700) Subject: fs: fix new kernel-doc warnings in fs/bio.c X-Git-Tag: firefly_0821_release~176^2~3465^2~52^2~64 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1051a902fe19322ac8f2123a0f4778e43e143aca;p=firefly-linux-kernel-4.4.55.git 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: Randy Dunlap Signed-off-by: Jens Axboe --- diff --git a/fs/bio.c b/fs/bio.c index 6f0362b77806..4c9c5095bacb 100644 --- a/fs/bio.c +++ b/fs/bio.c @@ -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