diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2014-04-21 01:03:31 +0200 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2014-04-21 18:39:00 +0200 |
commit | 1051a902fe19322ac8f2123a0f4778e43e143aca (patch) | |
tree | 5dc8bb3c331daa43ab67514ff0c8d9c79f2fdf57 | |
parent | blk-mq: initialize req->q in allocation (diff) | |
download | linux-1051a902fe19322ac8f2123a0f4778e43e143aca.tar.xz linux-1051a902fe19322ac8f2123a0f4778e43e143aca.zip |
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 <rdunlap@infradead.org>
Signed-off-by: Jens Axboe <axboe@fb.com>
-rw-r--r-- | fs/bio.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |