diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-11-15 00:35:48 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-12-03 00:23:31 -0500 |
commit | 868c86bcb5bdea7ed8d45979b17bb919af9254db (patch) | |
tree | ebc232092d6a8a75261a9e3f698206cc09740fdf /net/dccp | |
parent | 2bda2853150e20ca2a44627d00b5f85af0b24a42 (diff) |
[NET]: annotate csum_ipv6_magic() callers in net/*
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dccp')
-rw-r--r-- | net/dccp/ipv6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/ipv6.c b/net/dccp/ipv6.c index e0a0607862ef..f28e406a4a1f 100644 --- a/net/dccp/ipv6.c +++ b/net/dccp/ipv6.c | |||
@@ -59,7 +59,7 @@ static void dccp_v6_hash(struct sock *sk) | |||
59 | } | 59 | } |
60 | 60 | ||
61 | /* add pseudo-header to DCCP checksum stored in skb->csum */ | 61 | /* add pseudo-header to DCCP checksum stored in skb->csum */ |
62 | static inline u16 dccp_v6_csum_finish(struct sk_buff *skb, | 62 | static inline __sum16 dccp_v6_csum_finish(struct sk_buff *skb, |
63 | struct in6_addr *saddr, | 63 | struct in6_addr *saddr, |
64 | struct in6_addr *daddr) | 64 | struct in6_addr *daddr) |
65 | { | 65 | { |