Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44928
b: refs/heads/master
c: b23e353
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and David S. Miller committed Dec 22, 2006
1 parent e160831 commit bc6ea1b
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: 24123186fa271e7ad34a40f815782e6205f34ff7
refs/heads/master: b23e3536667373e44f52a907f63cb55f75969490
2 changes: 1 addition & 1 deletion trunk/include/net/ip6_checksum.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ static __inline__ __sum16 csum_ipv6_magic(const struct in6_addr *saddr,
carry = (sum < uproto);
sum += carry;

return csum_fold((__force __wsum)csum);
return csum_fold((__force __wsum)sum);
}

#endif
Expand Down

0 comments on commit bc6ea1b

Please sign in to comment.