[linux-yocto] [PATCH 19/29] openvswitch: Fix typo.
zhe.he at windriver.com
zhe.he at windriver.com
Wed Aug 20 22:50:59 PDT 2014
From: Jarno Rajahalme <jrajahalme at nicira.com>
commit eb07265904d6ee95497aba0f3cbd2ae6d9c39a97 upstream
Incorrect struct name was confusing, even though otherwise
inconsequental.
Signed-off-by: Jarno Rajahalme <jrajahalme at nicira.com>
Signed-off-by: Pravin B Shelar <pshelar at nicira.com>
Signed-off-by: He Zhe <zhe.he at windriver.com>
---
net/openvswitch/flow_table.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/openvswitch/flow_table.c b/net/openvswitch/flow_table.c
index c80df6f..574c3ab 100644
--- a/net/openvswitch/flow_table.c
+++ b/net/openvswitch/flow_table.c
@@ -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,
--
1.9.1
More information about the linux-yocto
mailing list