Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ipv6: suppress sparse warnings in IP6_ECN_set_ce()
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 <[email protected]> Fixes: 34ae6a1 ("ipv6: update skb->csum when CE mark is propagated") Signed-off-by: Johannes Berg <[email protected]> Acked-by: Eric Dumazet <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information