fs: fix new kernel-doc warnings in fs/bio.c
authorRandy Dunlap <rdunlap@infradead.org>
Sun, 20 Apr 2014 23:03:31 +0000 (16:03 -0700)
committerJens Axboe <axboe@fb.com>
Mon, 21 Apr 2014 16:39:00 +0000 (10:39 -0600)
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 <rdunlap@infradead.org>
Signed-off-by: Jens Axboe <axboe@fb.com>
fs/bio.c

index 6f0362b..4c9c509 100644 (file)
--- 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