Re: [PATCH v2] ipv6: suppress sparse warnings in IP6_ECN_set_ce()
From: David Miller <davem@davemloft.net> Date: 2016-08-14 08:43:23
From: Johannes Berg <johannes@sipsolutions.net>
Date: Fri, 12 Aug 2016 07:48:21 +0200
From: Johannes Berg <redacted>
Pass the correct type __wsum to csum_sub() and csum_add(). This doesn't
really change anything since __wsum really *is* __be32, but removes the
address space warnings from sparse.
Cc: Eric Dumazet <edumazet@google.com>
Fixes: 34ae6a1aa054 ("ipv6: update skb->csum when CE mark is propagated")
Signed-off-by: Johannes Berg <redacted>