Skip to content

Commit

Permalink
splice: fix new kernel-doc warnings
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Apr 17, 2009
1 parent 9f76208 commit b80901b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fs/splice.c
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,6 @@ static void wakeup_pipe_writers(struct pipe_inode_info *pipe)
* @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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b80901b

Please sign in to comment.