VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Randy Dunlap <randy.dunlap@oracle.com> 2009-04-16 19:09:55 -0700 committer: Linus Torvalds <torvalds@linux-foundation.org> 2009-04-17 07:38:07 -0700 commit: b80901bbf599553f483b9509f2dce416b938aae8 parent: 9f76208c33984ab777eace5d07a4e36e88703e02
Commit Summary:
splice: fix new kernel-doc warnings
Diffstat:
1 file changed, 1 insertion, 2 deletions
diff --git a/fs/splice.c b/fs/splice.c
index 5384a90665d0..666953d59a35 100644
--- a/fs/splice.c
+++ b/fs/splice.c
@@ -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
@@ -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