Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290110
b: refs/heads/master
c: 19c6c8f
h: refs/heads/master
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Feb 13, 2012
1 parent df5a71c commit 64ab046
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: de8261c2fa364397ed872fad1244d75364689168
refs/heads/master: 19c6c8f58b5840fd4757233b4849f42687d2ef3a
2 changes: 1 addition & 1 deletion trunk/drivers/net/ppp/ppp_generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -2113,7 +2113,7 @@ ppp_mp_reconstruct(struct ppp *ppp)

skb->len += p->len;
skb->data_len += p->len;
skb->truesize += p->len;
skb->truesize += p->truesize;

if (p == tail)
break;
Expand Down

0 comments on commit 64ab046

Please sign in to comment.