Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eb072659 authored by Jarno Rajahalme's avatar Jarno Rajahalme Committed by Pravin B Shelar
Browse files

openvswitch: Fix typo.



Incorrect struct name was confusing, even though otherwise
inconsequental.

Signed-off-by: default avatarJarno Rajahalme <jrajahalme@nicira.com>
Signed-off-by: default avatarPravin B Shelar <pshelar@nicira.com>
parent 6093ae9a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -139,7 +139,7 @@ static void flow_free(struct sw_flow *flow)
{
	int node;

	kfree((struct sf_flow_acts __force *)flow->sf_acts);
	kfree((struct sw_flow_actions __force *)flow->sf_acts);
	for_each_node(node)
		if (flow->stats[node])
			kmem_cache_free(flow_stats_cache,