summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 7a5cfb583a0596ef395a98e41e9671df211fbbd9 (plain)
1
2
3
4
5
6
7
# binary files
*.o
inotail
inotify-watchdir

# other
cscope.out
ption value='0' selected='selected'>unified
Diffstat
td class='right'>2016-08-12 07:48:21 +0200
committerDavid S. Miller <davem@davemloft.net>2016-08-13 15:08:00 -0700
commitc15c0ab12fd62f2b19181d05c62d24bc9fa55a42 (patch)
treea4cbc326af18b7d72de09cb187498ecb49440156
parent0ed661d5a48fa6df0b50ae64d27fe759a3ce42cf (diff)
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 <edumazet@google.com> Fixes: 34ae6a1aa054 ("ipv6: update skb->csum when CE mark is propagated") Signed-off-by: Johannes Berg <johannes.berg@intel.com> Acked-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat