projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86a5ad0
)
net: bonding: fix code indent for conditional statements
author
Yufeng Mo
<moyufeng@huawei.com>
Thu, 20 May 2021 06:18:33 +0000
(14:18 +0800)
committer
David 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
patch
|
blob
|
history
diff --git
a/drivers/net/bonding/bond_alb.c
b/drivers/net/bonding/bond_alb.c
index c63e0d1faa63e2510e5ac4b68ba736718201f9e9..269dad176df4029f908d3bef0cbfd714d22a18eb 100644
(file)
--- a/
drivers/net/bonding/bond_alb.c
+++ b/
drivers/net/bonding/bond_alb.c
@@
-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);