Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 224177
b: refs/heads/master
c: c59504e
h: refs/heads/master
i:
  224175: 997e9b2
v: v3
  • Loading branch information
Joe Perches authored and David S. Miller committed Nov 15, 2010
1 parent 9aab2c9 commit de14bf2
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: 779bb41d4bd111d5631d58d1bf2d00b5c4389c80
refs/heads/master: c59504ebc5baa628706d10c2d3c7e1f4bc3c2147
2 changes: 1 addition & 1 deletion trunk/include/linux/if_macvlan.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ static inline void macvlan_count_rx(const struct macvlan_dev *vlan,
rx_stats = this_cpu_ptr(vlan->rx_stats);
if (likely(success)) {
u64_stats_update_begin(&rx_stats->syncp);
rx_stats->rx_packets++;;
rx_stats->rx_packets++;
rx_stats->rx_bytes += len;
if (multicast)
rx_stats->rx_multicast++;
Expand Down

0 comments on commit de14bf2

Please sign in to comment.