Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c59504eb authored by Joe Perches's avatar Joe Perches Committed by David S. Miller
Browse files

include/linux/if_macvlan.h: Remove unnecessary semicolons

parent 779bb41d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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++;