[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <53545243.9000005@infradead.org>
Date: Sun, 20 Apr 2014 16:03:31 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: LKML <linux-kernel@...r.kernel.org>, axboe <axboe@...nel.dk>
CC: Andrew Morton <akpm@...ux-foundation.org>,
Al Viro <viro@...iv.linux.org.uk>
Subject: [PATCH] fs: fix new kernel-doc warnings in fs/bio.c
From: Randy Dunlap <rdunlap@...radead.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 <rdunlap@...radead.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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists