diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2013-06-22 19:44:08 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-06-23 16:19:56 -1000 |
commit | acdb37c361dc87e165889a504e291c1e82ae133c (patch) | |
tree | a464e25f7a3e74ab6383df7cd725b2cacc8f30b1 /fs | |
parent | e941bc0dd787cd79da3aa7cf1fe0bc1eca6c0b2d (diff) | |
download | op-kernel-dev-acdb37c361dc87e165889a504e291c1e82ae133c.zip op-kernel-dev-acdb37c361dc87e165889a504e291c1e82ae133c.tar.gz |
fs: fix new splice.c kernel-doc warning
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 <rdunlap@infradead.org>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/splice.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/splice.c b/fs/splice.c index 9eca476..d37431d 100644 --- a/fs/splice.c +++ b/fs/splice.c @@ -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 * |