Re: [PATCH] net: openswitch: reuse the helper variable to improve the code readablity

2020-09-18 Thread David Miller
From: Zeng Tao Date: Fri, 18 Sep 2020 15:14:30 +0800 > 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: Zeng Tao Applied, thanks.

[PATCH] net: openswitch: reuse the helper variable to improve the code readablity

2020-09-18 Thread Zeng Tao
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: Zeng Tao --- net/openvswitch/conntrack.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git