[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <bb00f2f2-7930-8e08-75c0-b98d8cc26db0@cumulusnetworks.com>
Date: Thu, 18 Aug 2016 11:35:45 -0600
From: David Ahern <dsa@...ulusnetworks.com>
To: Eric Dumazet <eric.dumazet@...il.com>,
David Miller <davem@...emloft.net>
Cc: netdev <netdev@...r.kernel.org>
Subject: Re: [PATCH net] net: ipv4: fix sparse error in fib_good_nh()
On 8/18/16 11:19 AM, Eric Dumazet wrote:
> From: Eric Dumazet <edumazet@...gle.com>
>
> Fixes following sparse errors :
>
> net/ipv4/fib_semantics.c:1579:61: warning: incorrect type in argument 2
> (different base types)
> net/ipv4/fib_semantics.c:1579:61: expected unsigned int [unsigned]
> [usertype] key
> net/ipv4/fib_semantics.c:1579:61: got restricted __be32 const
> [usertype] nh_gw
>
>
> Fixes: a6db4494d218c ("net: ipv4: Consider failed nexthops in multipath routes")
> Signed-off-by: Eric Dumazet <edumazet@...gle.com>
> ---
> net/ipv4/fib_semantics.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
Acked-by: David Ahern <dsa@...ulusnetworks.com>
Thanks, Eric.
Powered by blists - more mailing lists