Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41713
b: refs/heads/master
c: 2bda285
h: refs/heads/master
i:
  41711: a10ba65
v: v3
  • Loading branch information
Al Viro authored and David S. Miller committed Dec 3, 2006
1 parent ea43253 commit 20fe5cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6b11687ef003ed595033da89643c8995676f929d
refs/heads/master: 2bda2853150e20ca2a44627d00b5f85af0b24a42
2 changes: 1 addition & 1 deletion trunk/net/dccp/ipv4.c
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ static void dccp_v4_err(struct sk_buff *skb, u32 info)
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);
Expand Down

0 comments on commit 20fe5cb

Please sign in to comment.