diff options
-rw-r--r-- | drivers/net/ixgbevf/ixgbevf_main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/ixgbevf/ixgbevf_main.c b/drivers/net/ixgbevf/ixgbevf_main.c index 73f1e75f68d4..af491352b5e0 100644 --- a/drivers/net/ixgbevf/ixgbevf_main.c +++ b/drivers/net/ixgbevf/ixgbevf_main.c | |||
@@ -2935,7 +2935,8 @@ static int ixgbevf_tx_map(struct ixgbevf_adapter *adapter, | |||
2935 | struct ixgbevf_tx_buffer *tx_buffer_info; | 2935 | struct ixgbevf_tx_buffer *tx_buffer_info; |
2936 | unsigned int len; | 2936 | unsigned int len; |
2937 | unsigned int total = skb->len; | 2937 | unsigned int total = skb->len; |
2938 | unsigned int offset = 0, size, count = 0; | 2938 | unsigned int offset = 0, size; |
2939 | int count = 0; | ||
2939 | unsigned int nr_frags = skb_shinfo(skb)->nr_frags; | 2940 | unsigned int nr_frags = skb_shinfo(skb)->nr_frags; |
2940 | unsigned int f; | 2941 | unsigned int f; |
2941 | int i; | 2942 | int i; |