Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 159319
b: refs/heads/master
c: 545eb37
h: refs/heads/master
i:
  159317: 757dde4
  159315: a0e9768
  159311: 1a0ca14
v: v3
  • Loading branch information
Dhananjay Phadke authored and David S. Miller committed Aug 5, 2009
1 parent 9b13783 commit 30cb932
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 839b04c4aba91dd175f60f45712680126fdc88f7
refs/heads/master: 545eb370087494dcf267e6285fe3aa20e5617c33
2 changes: 1 addition & 1 deletion trunk/drivers/net/netxen/netxen_nic_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1450,7 +1450,7 @@ netxen_tso_check(struct net_device *netdev,
skb_copy_from_linear_data_offset(skb, 12,
(char *)vh + 16, copy_len - 16);

copied = copy_len;
copied = copy_len - VLAN_HLEN;
offset = 0;

producer = get_next_index(producer, tx_ring->num_desc);
Expand Down

0 comments on commit 30cb932

Please sign in to comment.