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>

authored by Randy Dunlap and committed by Linus Torvalds acdb37c3 e941bc0d

Changed files
+1
fs
+1
fs/splice.c
··· 1283 1283 * @in: file to splice from 1284 1284 * @ppos: input file offset 1285 1285 * @out: file to splice to 1286 + * @opos: output file offset 1286 1287 * @len: number of bytes to splice 1287 1288 * @flags: splice modifier flags 1288 1289 *