mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
[IPV6] FIB_RULE: Sparse: fib6_rules_cleanup() is of void.
| net/ipv6/fib6_rules.c:319:2: warning: returning void-valued expression Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
This commit is contained in:
parent
a9f83bf385
commit
ff4e1fb0be
@ -316,5 +316,5 @@ int __init fib6_rules_init(void)
|
||||
|
||||
void fib6_rules_cleanup(void)
|
||||
{
|
||||
return unregister_pernet_subsys(&fib6_rules_net_ops);
|
||||
unregister_pernet_subsys(&fib6_rules_net_ops);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user