projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9f83bf
)
[IPV6] FIB_RULE: Sparse: fib6_rules_cleanup() is of void.
author
YOSHIFUJI Hideaki
<yoshfuji@linux-ipv6.org>
Thu, 10 Apr 2008 06:41:28 +0000
(15:41 +0900)
committer
YOSHIFUJI Hideaki
<yoshfuji@linux-ipv6.org>
Fri, 11 Apr 2008 10:47:53 +0000
(19:47 +0900)
| net/ipv6/fib6_rules.c:319:2: warning: returning void-valued expression
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
net/ipv6/fib6_rules.c
patch
|
blob
|
history
diff --git
a/net/ipv6/fib6_rules.c
b/net/ipv6/fib6_rules.c
index cac580749ebeeb2608f59bb4876cc552c3fc4eb2..8d05527524e39063eb941494ec80e0678702a30b 100644
(file)
--- a/
net/ipv6/fib6_rules.c
+++ b/
net/ipv6/fib6_rules.c
@@
-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);
}