Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134749
b: refs/heads/master
c: 6ceffd4
h: refs/heads/master
i:
  134747: bf8c440
v: v3
  • Loading branch information
Paulius Zaleckas authored and David S. Miller committed Feb 27, 2009
1 parent 1ebbb05 commit 0bf4a67
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: 63748aa8cd20a6bfb4a8ef3be9b51bec5e38ab72
refs/heads/master: 6ceffd477808b806d0510747a77fca0a1a60a5b2
2 changes: 1 addition & 1 deletion trunk/drivers/net/ppp_generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,7 @@ ppp_start_xmit(struct sk_buff *skb, struct net_device *dev)

outf:
kfree_skb(skb);
++ppp->dev->stats.tx_dropped;
++dev->stats.tx_dropped;
return 0;
}

Expand Down

0 comments on commit 0bf4a67

Please sign in to comment.