Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295216
b: refs/heads/master
c: e30c7a8
h: refs/heads/master
v: v3
  • Loading branch information
Bob Pearson authored and Linus Torvalds committed Mar 23, 2012
1 parent fab31e1 commit 7fe233c
Show file tree
Hide file tree
Showing 3 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: ca56dc098caf93b5437cd6c4ee49f02aa18f84d6
refs/heads/master: e30c7a8fcf2d5bba53ea07047b1a0f9161da1078
2 changes: 1 addition & 1 deletion trunk/lib/crc32.c
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ EXPORT_SYMBOL(crc32_be);
* in the correct multiple to subtract, we can shift a byte at a time.
* This produces a 40-bit (rather than a 33-bit) intermediate remainder,
* but again the multiple of the polynomial to subtract depends only on
* the high bits, the high 8 bits in this case.
* the high bits, the high 8 bits in this case.
*
* The multiple we need in that case is the low 32 bits of a 40-bit
* value whose high 8 bits are given, and which is a multiple of the
Expand Down
2 changes: 1 addition & 1 deletion trunk/lib/crc32defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

/* How many bits at a time to use. Requires a table of 4<<CRC_xx_BITS bytes. */
/* For less performance-sensitive, use 4 */
#ifndef CRC_LE_BITS
#ifndef CRC_LE_BITS
# define CRC_LE_BITS 8
#endif
#ifndef CRC_BE_BITS
Expand Down

0 comments on commit 7fe233c

Please sign in to comment.