]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
include/linux/if_macvlan.h: Remove unnecessary semicolons
authorJoe Perches <joe@perches.com>
Sun, 14 Nov 2010 17:04:57 +0000 (17:04 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 15 Nov 2010 19:07:15 +0000 (11:07 -0800)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/if_macvlan.h

index 8a2fd66a8b5f8b51bd5f9475dc04580c0ccd6757..ac96a2d762915fac7e0399a2a35dc081d6e42860 100644 (file)
@@ -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++;