aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/netpoll.c
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2006-11-15 00:40:42 -0500
committerDavid S. Miller <davem@sunset.davemloft.net>2006-12-03 00:23:38 -0500
commitb51655b958dfb1176bfcf99466231fdbef8751ff (patch)
treea53d0ec00d8db4169ba8c1c487fffbd34d6dde03 /net/core/netpoll.c
parentb1550f221255f7dd06048d832bf0f3d166840e1c (diff)
[NET]: Annotate __skb_checksum_complete() and friends.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/netpoll.c')
-rw-r--r--net/core/netpoll.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/core/netpoll.c b/net/core/netpoll.c
index 26ee1791aa02..8be3681d3d80 100644
--- a/net/core/netpoll.c
+++ b/net/core/netpoll.c
@@ -77,8 +77,8 @@ static void queue_process(void *p)
77 } 77 }
78} 78}
79 79
80static int checksum_udp(struct sk_buff *skb, struct udphdr *uh, 80static __sum16 checksum_udp(struct sk_buff *skb, struct udphdr *uh,
81 unsigned short ulen, __be32 saddr, __be32 daddr) 81 unsigned short ulen, __be32 saddr, __be32 daddr)
82{ 82{
83 __wsum psum; 83 __wsum psum;
84 84