[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20080122110312.10445043.dada1@cosmosbay.com>
Date: Tue, 22 Jan 2008 11:03:12 +0100
From: Eric Dumazet <dada1@...mosbay.com>
To: YOSHIFUJI Hideaki / 吉藤英明
<yoshfuji@...ux-ipv6.org>
Cc: davem@...emloft.net, netdev@...r.kernel.org
Subject: Re: [GIT PULL] [IPV6,IPV4]: Fix several sparse warnings.
On Tue, 22 Jan 2008 18:56:32 +0900 (JST)
YOSHIFUJI Hideaki / 吉藤英明 <yoshfuji@...ux-ipv6.org> 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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists