projects
/
profile
/
common
/
platform
/
kernel
/
linux-artik7.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6093ae9
)
openvswitch: Fix typo.
author
Jarno Rajahalme
<jrajahalme@nicira.com>
Mon, 5 May 2014 21:15:18 +0000
(14:15 -0700)
committer
Pravin B Shelar
<pshelar@nicira.com>
Thu, 22 May 2014 23:27:35 +0000
(16:27 -0700)
Incorrect struct name was confusing, even though otherwise
inconsequental.
Signed-off-by: Jarno Rajahalme <jrajahalme@nicira.com>
Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
net/openvswitch/flow_table.c
patch
|
blob
|
history
diff --git
a/net/openvswitch/flow_table.c
b/net/openvswitch/flow_table.c
index
c80df6f
..
574c3ab
100644
(file)
--- 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 s
f_flow_act
s __force *)flow->sf_acts);
+ kfree((struct s
w_flow_action
s __force *)flow->sf_acts);
for_each_node(node)
if (flow->stats[node])
kmem_cache_free(flow_stats_cache,