]> git.baikalelectronics.ru Git - kernel.git/commit
[IPV4] UDP,UDPLITE: Sparse: {__udp4_lib,udp,udplite}_err() are of void.
authorYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Tue, 22 Jan 2008 08:05:31 +0000 (17:05 +0900)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:10:24 +0000 (15:10 -0800)
commit787a07a1a120110c26566480a2706e50b55735a2
tree60f62aeb95c5e8fbd1eb956166b0e53c058e553a
parent73776dd2810f25ab4489c73737d6e237de3e2de2
[IPV4] UDP,UDPLITE: Sparse: {__udp4_lib,udp,udplite}_err() are of void.

Fix following sparse warnings:
| net/ipv4/udp.c:421:2: warning: returning void-valued expression
| net/ipv4/udplite.c:38:2: warning: returning void-valued expression

Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
net/ipv4/udp.c
net/ipv4/udplite.c