linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fs: fix new kernel-doc warnings in fs/bio.c
@ 2014-04-20 23:03 Randy Dunlap
  2014-04-21 16:41 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2014-04-20 23:03 UTC (permalink / raw)
  To: LKML, axboe; +Cc: Andrew Morton, Al Viro

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] fs: fix new kernel-doc warnings in fs/bio.c
  2014-04-20 23:03 [PATCH] fs: fix new kernel-doc warnings in fs/bio.c Randy Dunlap
@ 2014-04-21 16:41 ` Jens Axboe
  0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2014-04-21 16:41 UTC (permalink / raw)
  To: Randy Dunlap, LKML; +Cc: Andrew Morton, Al Viro

On 04/20/2014 05:03 PM, Randy Dunlap wrote:
> 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'

Thanks Randy, applied.

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-04-21 16:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-20 23:03 [PATCH] fs: fix new kernel-doc warnings in fs/bio.c Randy Dunlap
2014-04-21 16:41 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).