Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33520
b: refs/heads/master
c: cb95818
h: refs/heads/master
v: v3
  • Loading branch information
Eric Sesterhenn authored and Jeff Garzik committed Aug 24, 2006
1 parent c897025 commit c32f8f9
Show file tree
Hide file tree
Showing 2 changed files with 3 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: a76b044af147135b5fb7570aba35d4908f143cc9
refs/heads/master: cb958186ed543d1a4f074ceb1c783fe8b0908437
3 changes: 2 additions & 1 deletion trunk/drivers/net/3c515.c
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,8 @@ static int corkscrew_start_xmit(struct sk_buff *skb,
/* Calculate the next Tx descriptor entry. */
int entry = vp->cur_tx % TX_RING_SIZE;
struct boom_tx_desc *prev_entry;
unsigned long flags, i;
unsigned long flags;
int i;

if (vp->tx_full) /* No room to transmit with */
return 1;
Expand Down

0 comments on commit c32f8f9

Please sign in to comment.