Re: [PATCH] fs: fix new kernel-doc warnings in fs/bio.c

2014-04-21 Thread Jens Axboe
On 04/20/2014 05:03 PM, Randy Dunlap wrote:
> From: Randy Dunlap 
> 
> 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

--
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/


Re: [PATCH] fs: fix new kernel-doc warnings in fs/bio.c

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

Thanks Randy, applied.

-- 
Jens Axboe

--
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/


[PATCH] fs: fix new kernel-doc warnings in fs/bio.c

2014-04-20 Thread Randy Dunlap
From: Randy Dunlap 

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 
---
 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/


[PATCH] fs: fix new kernel-doc warnings in fs/bio.c

2014-04-20 Thread Randy Dunlap
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/