fs: fix new splice.c kernel-doc warning
authorRandy Dunlap <[email protected]>
Sun, 23 Jun 2013 02:44:08 +0000 (19:44 -0700)
committerLinus Torvalds <[email protected]>
Mon, 24 Jun 2013 02:19:56 +0000 (16:19 -1000)
Fix new kernel-doc warning in fs/splice.c:

  Warning(fs/splice.c:1298): No description found for parameter 'opos'

Signed-off-by: Randy Dunlap <[email protected]>
Cc: Al Viro <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/splice.c

index 9eca476227d535eb29c74dfa7aaf324167f7e93f..d37431dd60a1009f224d4c1bdc65b4fff505d2db 100644 (file)
@@ -1283,6 +1283,7 @@ static int direct_splice_actor(struct pipe_inode_info *pipe,
  * @in:                file to splice from
  * @ppos:      input file offset
  * @out:       file to splice to
+ * @opos:      output file offset
  * @len:       number of bytes to splice
  * @flags:     splice modifier flags
  *