On Tue, 22 Jan 2008 18:56:32 +0900 (JST) YOSHIFUJI Hideaki / 吉藤英明 <[EMAIL PROTECTED]> wrote:
> diff --git a/net/ipv4/udp.c b/net/ipv4/udp.c > index cb2411c..ecd9d91 100644 > --- a/net/ipv4/udp.c > +++ b/net/ipv4/udp.c > @@ -418,7 +418,7 @@ out: > > void udp_err(struct sk_buff *skb, u32 info) > { > - return __udp4_lib_err(skb, info, udp_hash); > + __udp4_lib_err(skb, info, udp_hash); > } Hum... On this one, I would say Sparse is picky, not to say buggy :( -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html