From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751966Ab3FWCoa (ORCPT ); Sat, 22 Jun 2013 22:44:30 -0400 Received: from merlin.infradead.org ([205.233.59.134]:59835 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751733Ab3FWCo3 (ORCPT ); Sat, 22 Jun 2013 22:44:29 -0400 Message-ID: <51C660F8.6050907@infradead.org> Date: Sat, 22 Jun 2013 19:44:08 -0700 From: Randy Dunlap User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130510 Thunderbird/17.0.6 MIME-Version: 1.0 To: LKML , Linus Torvalds CC: Al Viro , Andrew Morton Subject: [PATCH] fs: fix new splice.c kernel-doc warning Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Randy Dunlap 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 --- 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 *