Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 266679
b: refs/heads/master
c: 7ae60b3
h: refs/heads/master
i:
  266677: 92ee813
  266675: b6337e4
  266671: 8d5f24b
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Oct 13, 2011
1 parent c480f98 commit 8128149
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: 98a045d7e4a59db0865a59eea2140fe36bc7c220
refs/heads/master: 7ae60b3f3b297b7f04025c93f1cb2275c3a1dfcd
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/marvell/sky2.c
Original file line number Diff line number Diff line change
Expand Up @@ -2486,7 +2486,7 @@ static void skb_put_frags(struct sk_buff *skb, unsigned int hdr_space,

frag->size = size;
skb->data_len += size;
skb->truesize += size;
skb->truesize += PAGE_SIZE;
skb->len += size;
length -= size;
}
Expand Down

0 comments on commit 8128149

Please sign in to comment.