* [PATCH] splice: fix new kernel-doc warnings
@ 2009-04-17 2:09 Randy Dunlap
2009-04-17 6:38 ` Jens Axboe
0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2009-04-17 2:09 UTC (permalink / raw)
To: lkml; +Cc: jens.axboe, torvalds, akpm
From: Randy Dunlap <randy.dunlap@oracle.com>
splice: fix kernel-doc warnings
Warning(fs/splice.c:617): bad line:
Warning(fs/splice.c:722): No description found for parameter 'sd'
Warning(fs/splice.c:722): Excess function parameter 'pipe' description in 'splice_from_pipe_begin'
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
fs/splice.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
--- linux-2.6.30-rc2-git1.orig/fs/splice.c
+++ linux-2.6.30-rc2-git1/fs/splice.c
@@ -614,7 +614,6 @@ static void wakeup_pipe_writers(struct p
* @actor: handler that splices the data
*
* Description:
-
* This function loops over the pipe and calls @actor to do the
* actual moving of a single struct pipe_buffer to the desired
* destination. It returns when there's no more buffers left in
@@ -711,7 +710,7 @@ EXPORT_SYMBOL(splice_from_pipe_next);
/**
* splice_from_pipe_begin - start splicing from pipe
- * @pipe: pipe to splice from
+ * @sd: information about the splice operation
*
* Description:
* This function should be called before a loop containing
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] splice: fix new kernel-doc warnings
2009-04-17 2:09 [PATCH] splice: fix new kernel-doc warnings Randy Dunlap
@ 2009-04-17 6:38 ` Jens Axboe
0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2009-04-17 6:38 UTC (permalink / raw)
To: Randy Dunlap; +Cc: lkml, torvalds, akpm
On Thu, Apr 16 2009, Randy Dunlap wrote:
> From: Randy Dunlap <randy.dunlap@oracle.com>
>
> splice: fix kernel-doc warnings
>
> Warning(fs/splice.c:617): bad line:
> Warning(fs/splice.c:722): No description found for parameter 'sd'
> Warning(fs/splice.c:722): Excess function parameter 'pipe' description in 'splice_from_pipe_begin'
Thanks Randy, applied.
--
Jens Axboe
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-04-17 6:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-17 2:09 [PATCH] splice: fix new kernel-doc warnings Randy Dunlap
2009-04-17 6:38 ` Jens Axboe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox