bonding:fix checkpatch errors comments and space
Signed-off-by: Wang Yufen <wangyufen@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
b85b6fb139
commit
4708a1b1a4
|
@ -610,10 +610,10 @@ static void rlb_req_update_slave_clients(struct bonding *bond, struct slave *sla
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// update the team's flag only after the whole iteration
|
/* update the team's flag only after the whole iteration */
|
||||||
if (ntt) {
|
if (ntt) {
|
||||||
bond_info->rx_ntt = 1;
|
bond_info->rx_ntt = 1;
|
||||||
//fasten the change
|
/* fasten the change */
|
||||||
bond_info->rlb_update_retry_counter = RLB_UPDATE_RETRY;
|
bond_info->rlb_update_retry_counter = RLB_UPDATE_RETRY;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue