commit | 77d0d350e96c9453be255d8eff8dc97555710b17 | [log] [tgz] |
---|---|---|
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | Tue Jan 22 17:09:55 2008 +0900 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:10:25 2008 -0800 |
tree | af9c7bce950469d4b946cfc3663fe60cf3227442 | |
parent | fc80be87dca8968fa087aae81544ba3f86afdd50 [diff] |
[IPV6] UDP,UDPLITE: Sparse: {__udp6_lib,udp,udplite}_err() are of void. Fix following sparse warnings: | net/ipv6/udp.c:262:2: warning: returning void-valued expression | net/ipv6/udplite.c:29:2: warning: returning void-valued expression Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>