1
0
Fork 0

e1000: correct wrong coding style for "else"

Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
hifive-unleashed-5.1
Jiri Pirko 2010-02-23 01:19:22 -08:00 committed by David S. Miller
parent 295fae5688
commit 10886af54a
1 changed files with 1 additions and 2 deletions

View File

@ -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++);
}
}