Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198632
b: refs/heads/master
c: 0d2daf5
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed May 26, 2010
1 parent e8bf308 commit c9bb225
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: cc68e3be7412baaa1ea2a2df9e88770f1753da78
refs/heads/master: 0d2daf5cc858bd9305bae187310a1dabaad0a2db
2 changes: 1 addition & 1 deletion trunk/lib/crc32.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ MODULE_LICENSE("GPL");
static inline u32
crc32_body(u32 crc, unsigned char const *buf, size_t len, const u32 (*tab)[256])
{
# if __BYTE_ORDER == __LITTLE_ENDIAN
# ifdef __LITTLE_ENDIAN
# define DO_CRC(x) crc = tab[0][(crc ^ (x)) & 255] ^ (crc >> 8)
# define DO_CRC4 crc = tab[3][(crc) & 255] ^ \
tab[2][(crc >> 8) & 255] ^ \
Expand Down

0 comments on commit c9bb225

Please sign in to comment.