Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130187
b: refs/heads/master
c: 9c5ff5f
h: refs/heads/master
i:
  130185: 1a3d4d4
  130183: dfc2b25
v: v3
  • Loading branch information
Vlad Yasevich authored and David S. Miller committed Jan 22, 2009
1 parent 9e8c5ac commit d9f8eb2
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: c64d2a9afbccd0aecb122d108770a407fe7b7e3f
refs/heads/master: 9c5ff5f75d0d0a1c7928ecfae3f38418b51a88e3
2 changes: 1 addition & 1 deletion trunk/include/net/sctp/checksum.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ static inline __be32 sctp_update_cksum(__u8 *buffer, __u16 length, __be32 crc32)

static inline __be32 sctp_end_cksum(__be32 crc32)
{
return ~crc32;
return (__force __be32)~cpu_to_le32((__force u32)crc32);
}

0 comments on commit d9f8eb2

Please sign in to comment.