lkml.org 
[lkml]   [2014]   [Apr]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] fs: fix new kernel-doc warnings in fs/bio.c
From: Randy Dunlap <rdunlap@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 <rdunlap@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

\
 
 \ /
  Last update: 2014-04-21 01:21    [W:0.039 / U:0.016 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site