Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354007
b: refs/heads/master
c: 7864a0a
h: refs/heads/master
i:
  354005: 5f1cdee
  354003: ae7d201
  353999: 3e80cc4
v: v3
  • Loading branch information
Cruz Julian Bishop authored and Greg Kroah-Hartman committed Jan 17, 2013
1 parent ff50236 commit dd48bfa
Show file tree
Hide file tree
Showing 2 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: 8841d798f42430133a7874430ac634347b31fce5
refs/heads/master: 7864a0ac4b354355ac335ee705cea9be00234901
4 changes: 2 additions & 2 deletions trunk/drivers/staging/slicoss/slicoss.c
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ static u32 slic_crc_init; /* Is table initialized */
*/
static void slic_mcast_init_crc32(void)
{
u32 c; /* CRC shit reg */
u32 c; /* CRC reg */
u32 e = 0; /* Poly X-or pattern */
int i; /* counter */
int k; /* byte being shifted into crc */
Expand Down Expand Up @@ -3437,7 +3437,7 @@ static int slic_card_init(struct sliccard *card, struct adapter *adapter)
(eecodesize - 2));
/*
if the ucdoe chksum flag bit worked,
we wouldn't need this shit
we wouldn't need this
*/
if (ee_chksum == calc_chksum)
card->config.EepromValid = true;
Expand Down

0 comments on commit dd48bfa

Please sign in to comment.