summaryrefslogtreecommitdiff
path: root/net/dccp/ipv4.c
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2006-11-15 05:28:51 (GMT)
committerDavid S. Miller <davem@sunset.davemloft.net>2006-12-03 05:23:30 (GMT)
commit2bda2853150e20ca2a44627d00b5f85af0b24a42 (patch)
tree7e2b3f0de3f8fbe506e59d58b6d71bc1422dea58 /net/dccp/ipv4.c
parent6b11687ef003ed595033da89643c8995676f929d (diff)
downloadlinux-fsl-qoriq-2bda2853150e20ca2a44627d00b5f85af0b24a42.tar.xz
[NET]: Annotate csum_tcpudp_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/ipv4.c')
-rw-r--r--net/dccp/ipv4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/ipv4.c b/net/dccp/ipv4.c
index 3598533..6bca719 100644
--- a/net/dccp/ipv4.c
+++ b/net/dccp/ipv4.c
@@ -344,7 +344,7 @@ out:
sock_put(sk);
}
-static inline u16 dccp_v4_csum_finish(struct sk_buff *skb,
+static inline __sum16 dccp_v4_csum_finish(struct sk_buff *skb,
__be32 src, __be32 dst)
{
return csum_tcpudp_magic(src, dst, skb->len, IPPROTO_DCCP, skb->csum);