Commit 4708a1b1 authored by Wang Yufen's avatar Wang Yufen Committed by David S. Miller
Browse files

bonding:fix checkpatch errors comments and space

parent b85b6fb1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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) {
		bond_info->rx_ntt = 1;
		//fasten the change
		/* fasten the change */
		bond_info->rlb_update_retry_counter = RLB_UPDATE_RETRY;
	}