Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 277969
b: refs/heads/master
c: 021ac8d
h: refs/heads/master
i:
  277967: 50423b1
v: v3
  • Loading branch information
Rick Jones authored and David S. Miller committed Nov 26, 2011
1 parent 065f120 commit 6a82941
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: b4c0e72e80e2e04b462ea05cc5a001807d7feed6
refs/heads/master: 021ac8d387594bdf51d9a279b2f9e9defb614c9b
1 change: 1 addition & 0 deletions trunk/drivers/net/virtio_net.c
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,7 @@ static struct rtnl_link_stats64 *virtnet_stats(struct net_device *dev,
}

tot->tx_dropped = dev->stats.tx_dropped;
tot->tx_fifo_errors = dev->stats.tx_fifo_errors;
tot->rx_dropped = dev->stats.rx_dropped;
tot->rx_length_errors = dev->stats.rx_length_errors;
tot->rx_frame_errors = dev->stats.rx_frame_errors;
Expand Down

0 comments on commit 6a82941

Please sign in to comment.