Skip to content

Commit

Permalink
[IPV6] FIB_RULE: Sparse: fib6_rules_cleanup() is of void.
Browse files Browse the repository at this point in the history
| net/ipv6/fib6_rules.c:319:2: warning: returning void-valued expression

Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
  • Loading branch information
YOSHIFUJI Hideaki committed Apr 11, 2008
1 parent a9f83bf commit ff4e1fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv6/fib6_rules.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

0 comments on commit ff4e1fb

Please sign in to comment.