8000 fs: fix new splice.c kernel-doc warning · codeguru85/linux@acdb37c · GitHub
[go: up one dir, main page]

Skip to content

Commit acdb37c

Browse files
rddunlaptorvalds
authored andcommitted
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>
1 parent e941bc0 commit acdb37c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fs/splice.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1283,6 +1283,7 @@ static int direct_splice_actor(struct pipe_inode_info *pipe,
12831283
* @in: file to splice from
12841284
* @ppos: input file offset
12851285
* @out: file to splice to
1286+
* @opos: output file offset
12861287
* @len: number of bytes to splice
12871288
* @flags: splice modifier flags
12881289
*

0 commit comments

Comments
 (0)
0