From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] change the comment of vti6_ioctl Date: Mon, 30 Apr 2018 11:57:31 -0400 (EDT) Message-ID: <20180430.115731.1213104451620131850.davem@davemloft.net> References: <20180429070552.2472-1-sunlw.fnst@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, steffen.klassert@secunet.com, herbert@gondor.apana.org.au To: sunlw.fnst@cn.fujitsu.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:33498 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754474AbeD3P5c (ORCPT ); Mon, 30 Apr 2018 11:57:32 -0400 In-Reply-To: <20180429070552.2472-1-sunlw.fnst@cn.fujitsu.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Sun Lianwen Date: Sun, 29 Apr 2018 15:05:52 +0800 > The comment of vti6_ioctl() is wrong. which use vti6_tnl_ioctl > instead of vti6_ioctl. > > Signed-off-by: Sun Lianwen Please CC: the IPSEC maintainers on future patch submissions to IPSEC files, as per the top level MAINTAINERS file. Steffen, please queue this up, thank you. > --- > net/ipv6/ip6_vti.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/net/ipv6/ip6_vti.c b/net/ipv6/ip6_vti.c > index c214ffec02f0..deadc4c3703b 100644 > --- a/net/ipv6/ip6_vti.c > +++ b/net/ipv6/ip6_vti.c > @@ -743,7 +743,7 @@ vti6_parm_to_user(struct ip6_tnl_parm2 *u, const struct __ip6_tnl_parm *p) > } > > /** > - * vti6_tnl_ioctl - configure vti6 tunnels from userspace > + * vti6_ioctl - configure vti6 tunnels from userspace > * @dev: virtual device associated with tunnel > * @ifr: parameters passed from userspace > * @cmd: command to be performed > -- > 2.17.0 > > >