Commit ff4e1fb0 authored by YOSHIFUJI Hideaki's avatar YOSHIFUJI Hideaki

[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: default avatarYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
parent a9f83bf3
...@@ -316,5 +316,5 @@ int __init fib6_rules_init(void) ...@@ -316,5 +316,5 @@ int __init fib6_rules_init(void)
void fib6_rules_cleanup(void) void fib6_rules_cleanup(void)
{ {
return unregister_pernet_subsys(&fib6_rules_net_ops); unregister_pernet_subsys(&fib6_rules_net_ops);
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment