Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104485
b: refs/heads/master
c: ae6134b
h: refs/heads/master
i:
  104483: 6d8b695
v: v3
  • Loading branch information
Micah Dowty authored and David S. Miller committed Jul 21, 2008
1 parent 92c948f commit 5ab7bf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d3678b463df73f5060d7420915080e19baeb379b
refs/heads/master: ae6134bdf3197206fba95563d755d2fa50d90ddd
1 change: 1 addition & 0 deletions trunk/drivers/net/hamradio/hdlcdrv.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
static inline void append_crc_ccitt(unsigned char *buffer, int len)
{
unsigned int crc = crc_ccitt(0xffff, buffer, len) ^ 0xffff;
buffer += len;
*buffer++ = crc;
*buffer++ = crc >> 8;
}
Expand Down

0 comments on commit 5ab7bf9

Please sign in to comment.