]> git.baikalelectronics.ru Git - kernel.git/commit
ip6_tunnel: Fix the type of functions
authorHongbin Wang <wh_bin@126.com>
Fri, 12 Aug 2022 03:38:33 +0000 (23:38 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sat, 13 Aug 2022 09:27:36 +0000 (10:27 +0100)
commit98852c7f13616d07f18a35cddde9522624c21acb
tree129aafc9f8c50e43482aa7859593ca19e6acc85b
parentf706cd7c34ec8b9b828f43e106365c10491c0091
ip6_tunnel: Fix the type of functions

Functions ip6_tnl_change, ip6_tnl_update and ip6_tnl0_update do always
return 0, change the type of functions to void.

Signed-off-by: Hongbin Wang <wh_bin@126.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ip6_tunnel.c