提交 10886af5 编写于 作者: J Jiri Pirko 提交者: David S. Miller

e1000: correct wrong coding style for "else"

Signed-off-by: NJiri Pirko <jpirko@redhat.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 295fae56
......@@ -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++);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册