Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189157
b: refs/heads/master
c: 65deeed
h: refs/heads/master
i:
  189155: b4c4182
v: v3
  • Loading branch information
Greg Rose authored and David S. Miller committed Mar 26, 2010
1 parent 81d1ac0 commit 52375ff
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: 48c11a59c4c1d9926be34920d45da037516eb7b8
refs/heads/master: 65deeed7b34bc5b8d3cbff495e8fa2ae7b563480
3 changes: 2 additions & 1 deletion trunk/drivers/net/ixgbevf/ixgbevf_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2943,9 +2943,10 @@ static int ixgbevf_tx_map(struct ixgbevf_adapter *adapter,
struct ixgbevf_tx_buffer *tx_buffer_info;
unsigned int len;
unsigned int total = skb->len;
unsigned int offset = 0, size, count = 0, i;
unsigned int offset = 0, size, count = 0;
unsigned int nr_frags = skb_shinfo(skb)->nr_frags;
unsigned int f;
int i;

i = tx_ring->next_to_use;

Expand Down

0 comments on commit 52375ff

Please sign in to comment.