From: Johannes Berg <johan...@sipsolutions.net> Date: Fri, 12 Aug 2016 07:48:21 +0200
> From: Johannes Berg <johannes.b...@intel.com> > > 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 <eduma...@google.com> > Fixes: 34ae6a1aa054 ("ipv6: update skb->csum when CE mark is propagated") > Signed-off-by: Johannes Berg <johannes.b...@intel.com> Applied, thanks.