Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58910
b: refs/heads/master
c: e961811
h: refs/heads/master
v: v3
  • Loading branch information
Ian McDonald authored and David S. Miller committed Jul 11, 2007
1 parent 6ed2745 commit 63a1a99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: b2f41ff4139c0df8d06f352acc962a62fc07a0c3
refs/heads/master: e961811fcde4202ae5c3c9ce81dcfc244e8959bb
4 changes: 2 additions & 2 deletions trunk/net/dccp/dccp.h
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ DECLARE_SNMP_STAT(struct dccp_mib, dccp_statistics);
/*
* Checksumming routines
*/
static inline int dccp_csum_coverage(const struct sk_buff *skb)
static inline unsigned int dccp_csum_coverage(const struct sk_buff *skb)
{
const struct dccp_hdr* dh = dccp_hdr(skb);

Expand All @@ -195,7 +195,7 @@ static inline int dccp_csum_coverage(const struct sk_buff *skb)

static inline void dccp_csum_outgoing(struct sk_buff *skb)
{
int cov = dccp_csum_coverage(skb);
unsigned int cov = dccp_csum_coverage(skb);

if (cov >= skb->len)
dccp_hdr(skb)->dccph_cscov = 0;
Expand Down

0 comments on commit 63a1a99

Please sign in to comment.