Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75265
b: refs/heads/master
c: d011a23
h: refs/heads/master
i:
  75263: 37a838c
v: v3
  • Loading branch information
David S. Miller committed Jan 4, 2008
1 parent 1658b3a commit 3f864ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9e1848b60d09a715ff1e19aa6fda47e061d04965
refs/heads/master: d011a231675b240157a3c335dd53e9b849d7d30d
1 change: 1 addition & 0 deletions trunk/drivers/net/cassini.c
Original file line number Diff line number Diff line change
Expand Up @@ -2037,6 +2037,7 @@ static int cas_rx_process_pkt(struct cas *cp, struct cas_rx_comp *rxc,

skb_shinfo(skb)->nr_frags++;
skb->data_len += hlen - swivel;
skb->truesize += hlen - swivel;
skb->len += hlen - swivel;

get_page(page->buffer);
Expand Down

0 comments on commit 3f864ca

Please sign in to comment.