From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sun Lianwen Subject: [PATCH] change the comment of vti6_ioctl Date: Sun, 29 Apr 2018 15:05:52 +0800 Message-ID: <20180429070552.2472-1-sunlw.fnst@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain To: Return-path: Received: from mail.cn.fujitsu.com ([183.91.158.132]:37482 "EHLO heian.cn.fujitsu.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752520AbeD2HFa (ORCPT ); Sun, 29 Apr 2018 03:05:30 -0400 Received: from G08CNEXCHPEKD02.g08.fujitsu.local (unknown [10.167.33.83]) by cn.fujitsu.com (Postfix) with ESMTP id 95EF448AE92A for ; Sun, 29 Apr 2018 15:05:25 +0800 (CST) Sender: netdev-owner@vger.kernel.org List-ID: The comment of vti6_ioctl() is wrong. which use vti6_tnl_ioctl instead of vti6_ioctl. Signed-off-by: Sun Lianwen --- 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