提交 7b066d17 编写于 作者: Z Zeng Tao 提交者: David S. Miller

net: openswitch: reuse the helper variable to improve the code readablity

In the function ovs_ct_limit_exit, there is already a helper vaibale
which could be reused to improve the readability, so i fix it in this
patch.
Signed-off-by: NZeng Tao <prime.zeng@hisilicon.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 3753d977
......@@ -1901,8 +1901,8 @@ static void ovs_ct_limit_exit(struct net *net, struct ovs_net *ovs_net)
lockdep_ovsl_is_held())
kfree_rcu(ct_limit, rcu);
}
kfree(ovs_net->ct_limit_info->limits);
kfree(ovs_net->ct_limit_info);
kfree(info->limits);
kfree(info);
}
static struct sk_buff *
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册