e1000: correct wrong coding style for "else"
authorJiri Pirko <jpirko@redhat.com>
Tue, 23 Feb 2010 09:19:22 +0000 (01:19 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 23 Feb 2010 09:19:22 +0000 (01:19 -0800)
Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/e1000/e1000_main.c

index c99f95c..319c2b5 100644 (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++);
                }
        }