]> 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)
commit4b65168adb1515cdda74d28d3dbae5c215862a67
tree129aafc9f8c50e43482aa7859593ca19e6acc85b
parent7fb11d884de186fb5baf86cd1db15aabe8118b4d
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