From: Randy Dunlap <rdun...@infradead.org> 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 <rdun...@infradead.org> --- fs/bio.c | 2 ++ 1 file changed, 2 insertions(+) --- lnx-315-rc2.orig/fs/bio.c +++ lnx-315-rc2/fs/bio.c @@ -305,6 +305,8 @@ static void bio_chain_endio(struct bio * /** * 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/