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>
This commit is contained in:
Sun Lianwen 2018-04-29 15:05:52 +08:00 committed by Steffen Klassert
parent c926ca1605
commit 154a8c46ba
1 changed files with 1 additions and 1 deletions

View File

@ -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