From: Eric Dumazet <[EMAIL PROTECTED]>
Date: Tue, 22 Jan 2008 11:03:12 +0100

> On Tue, 22 Jan 2008 18:56:32 +0900 (JST)
> YOSHIFUJI Hideaki / 吉藤英明  <[EMAIL PROTECTED]> wrote:
> 
> > @@ -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 :(

Agreed, but making this change is harmless :-)
--
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

Reply via email to