[<prev] [next>] [day] [month] [year] [list]
Message-ID: <51C660F8.6050907@infradead.org>
Date: Sat, 22 Jun 2013 19:44:08 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: LKML <linux-kernel@...r.kernel.org>,
Linus Torvalds <torvalds@...ux-foundation.org>
CC: Al Viro <viro@...iv.linux.org.uk>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: [PATCH] fs: fix new splice.c kernel-doc warning
From: Randy Dunlap <rdunlap@...radead.org>
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@...radead.org>
---
fs/splice.c | 1 +
1 file changed, 1 insertion(+)
--- lnx-310-rc7.orig/fs/splice.c
+++ lnx-310-rc7/fs/splice.c
@@ -1283,6 +1283,7 @@ static int direct_splice_actor(struct pi
* @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
*
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists