From: Sun Lianwen Date: Sun, 29 Apr 2018 07:05:52 +0000 (+0800) Subject: change the comment of vti6_ioctl X-Git-Tag: v4.18-rc1~114^2~299^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=154a8c46bad2aae171fa25d5fa1d04165ef69650;p=thirdparty%2Fkernel%2Flinux.git change the comment of vti6_ioctl The comment of vti6_ioctl() is wrong. which use vti6_tnl_ioctl instead of vti6_ioctl. Signed-off-by: Sun Lianwen Signed-off-by: Steffen Klassert --- diff --git a/net/ipv6/ip6_vti.c b/net/ipv6/ip6_vti.c index c214ffec02f06..deadc4c3703bc 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