net: bonding: fix code indent for conditional statements
authorYufeng Mo <moyufeng@huawei.com>
Thu, 20 May 2021 06:18:33 +0000 (14:18 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 May 2021 22:43:24 +0000 (15:43 -0700)
Fix incorrect code indent for conditional statements.

Signed-off-by: Yufeng Mo <moyufeng@huawei.com>
Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_alb.c

index c63e0d1..269dad1 100644 (file)
@@ -835,7 +835,7 @@ static void rlb_purge_src_ip(struct bonding *bond, struct arp_pkt *arp)
 
                if (entry->ip_src == arp->ip_src &&
                    !ether_addr_equal_64bits(arp->mac_src, entry->mac_src))
-                               rlb_delete_table_entry(bond, index);
+                       rlb_delete_table_entry(bond, index);
                index = next_index;
        }
        spin_unlock_bh(&bond->mode_lock);