Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3817
b: refs/heads/master
c: a9a5524
h: refs/heads/master
i:
  3815: 4c9dda8
v: v3
  • Loading branch information
Jar authored and Linus Torvalds committed Jun 28, 2005
1 parent d15e6cb commit caa8465
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: 2ad0a0a793cbd87a87488d59abc744374669498f
refs/heads/master: a9a55243d4a5f41b0035d36457b87463aa232807
2 changes: 1 addition & 1 deletion trunk/Documentation/pcmcia/devicetable.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ unsigned int crc32(unsigned char const *p, unsigned int len)
{
int i;
unsigned int crc = 0;
while (len--)
while (len--) {
crc ^= *p++;
for (i = 0; i < 8; i++)
crc = (crc >> 1) ^ ((crc & 1) ? 0xedb88320 : 0);
Expand Down

0 comments on commit caa8465

Please sign in to comment.