aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6
diff options
context:
space:
mode:
authorSun Lianwen <sunlw.fnst@cn.fujitsu.com>2018-04-29 15:05:52 +0800
committerSteffen Klassert <steffen.klassert@secunet.com>2018-05-01 09:38:41 +0200
commit154a8c46bad2aae171fa25d5fa1d04165ef69650 (patch)
treebdf8ef816d53a6b5aefb89d07bd6c73eb4368083 /net/ipv6
parentxfrm: remove VLA usage in __xfrm6_sort() (diff)
downloadlinux-dev-154a8c46bad2aae171fa25d5fa1d04165ef69650.tar.xz
linux-dev-154a8c46bad2aae171fa25d5fa1d04165ef69650.zip
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 <sunlw.fnst@cn.fujitsu.com> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Diffstat (limited to 'net/ipv6')
-rw-r--r--net/ipv6/ip6_vti.c2
1 files changed, 1 insertions, 1 deletions
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