drivers/net: Move && and || to end of previous line
[deliverable/linux.git] / drivers / net / bonding / bond_main.c
index ac3fe20abf8f797e1ce1dcbbe80d5fb770ae9dc2..af9b9c4eb496eb5d6200cca8bbf57cee36f23b10 100644 (file)
@@ -1852,8 +1852,8 @@ int bond_release(struct net_device *bond_dev, struct net_device *slave_dev)
        }
 
        if (!bond->params.fail_over_mac) {
-               if (!compare_ether_addr(bond_dev->dev_addr, slave->perm_hwaddr)
-                   && bond->slave_cnt > 1)
+               if (!compare_ether_addr(bond_dev->dev_addr, slave->perm_hwaddr) &&
+                   bond->slave_cnt > 1)
                        pr_warning(DRV_NAME
                               ": %s: Warning: the permanent HWaddr of %s - "
                               "%pM - is still in use by %s. "
This page took 0.02735 seconds and 5 git commands to generate.