projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c926ca1
)
change the comment of vti6_ioctl
author
Sun Lianwen
<sunlw.fnst@cn.fujitsu.com>
Sun, 29 Apr 2018 07:05:52 +0000
(15:05 +0800)
committer
Steffen Klassert
<steffen.klassert@secunet.com>
Tue, 1 May 2018 07:38:41 +0000
(09:38 +0200)
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>
net/ipv6/ip6_vti.c
patch
|
blob
|
history
diff --git
a/net/ipv6/ip6_vti.c
b/net/ipv6/ip6_vti.c
index c214ffec02f06f6dccfb9769fc8640e5e56da618..deadc4c3703bcba7337c5f83a11d5cbf373c89d8 100644
(file)
--- 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