Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203603
b: refs/heads/master
c: 2540ddb
h: refs/heads/master
i:
  203601: d6f459e
  203599: 62a7082
v: v3
  • Loading branch information
Kulikov Vasiliy authored and David S. Miller committed Jul 16, 2010
1 parent 1265e4d commit 1f76e2a
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: 9f27fb8514d0491f1c12052d78d46946f129b8e1
refs/heads/master: 2540ddb5124f883bba3d4af5d8920d44dd66e794
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 @@ -2935,7 +2935,8 @@ 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;
unsigned int offset = 0, size;
int count = 0;
unsigned int nr_frags = skb_shinfo(skb)->nr_frags;
unsigned int f;
int i;
Expand Down

0 comments on commit 1f76e2a

Please sign in to comment.