Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74798
b: refs/heads/master
c: 505a41d
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and David S. Miller committed Dec 11, 2007
1 parent 5d5a27d commit 3d8ecd9
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: 95a02cfd4d33886c166d4a5f309120f8d32ced58
refs/heads/master: 505a41d43c24345f3fa77ddab152d1f82dd8264d
2 changes: 1 addition & 1 deletion trunk/arch/um/drivers/net_kern.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ static int uml_net_rx(struct net_device *dev)
if (pkt_len > 0) {
skb_trim(skb, pkt_len);
skb->protocol = (*lp->protocol)(skb);
netif_rx(skb);

lp->stats.rx_bytes += skb->len;
lp->stats.rx_packets++;
netif_rx(skb);
return pkt_len;
}

Expand Down

0 comments on commit 3d8ecd9

Please sign in to comment.