diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2014-04-20 16:03:31 -0700 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2014-04-21 10:39:00 -0600 |
commit | 1051a902fe19322ac8f2123a0f4778e43e143aca (patch) | |
tree | 5dc8bb3c331daa43ab67514ff0c8d9c79f2fdf57 /fs/bio.c | |
parent | 6a3c8a3ac0e68dcfc2a01f4aa1ca0edd1a1701eb (diff) | |
download | linux-stable-1051a902fe19322ac8f2123a0f4778e43e143aca.tar.gz linux-stable-1051a902fe19322ac8f2123a0f4778e43e143aca.tar.bz2 linux-stable-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>
Diffstat (limited to 'fs/bio.c')
-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 |