Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200168
b: refs/heads/master
c: 536e00e
h: refs/heads/master
v: v3
  • Loading branch information
Ben McKeegan authored and David S. Miller committed Jun 4, 2010
1 parent 169a223 commit c5d87c6
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: 57f1553ee5d9f093660cc49098f494e17ed11668
refs/heads/master: 536e00e570c87f258554e919c444b81a7002e46d
2 changes: 1 addition & 1 deletion trunk/drivers/net/ppp_generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -1422,7 +1422,7 @@ static int ppp_mp_explode(struct ppp *ppp, struct sk_buff *skb)
flen = len;
if (nfree > 0) {
if (pch->speed == 0) {
flen = totlen/nfree;
flen = len/nfree;
if (nbigger > 0) {
flen++;
nbigger--;
Expand Down

0 comments on commit c5d87c6

Please sign in to comment.