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

Commit 10886af5 authored by Jiri Pirko's avatar Jiri Pirko Committed by David S. Miller
Browse files

e1000: correct wrong coding style for "else"

parent 295fae56
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2170,8 +2170,7 @@ static void e1000_set_rx_mode(struct net_device *netdev)
			hash_bit = hash_value & 0x1F;
			mta = (1 << hash_bit);
			mcarray[hash_reg] |= mta;
		}
		else {
		} else {
			e1000_rar_set(hw, mc_ptr->da_addr, i++);
		}
	}