Re: 答复: [PATCH v2] ipvs: clean code for ip_vs_sync.c

2020-07-16 Thread Dan Carpenter
It's probably better to start somewhere like drivers/staging for clean up work. Networking people are pretty busy with their own things but staging is happy to take clean up patches. You need to use a proper legal name (like you would for signing documents for your From and Signed-off-by. > > @@

答复: [PATCH v2] ipvs: clean code for ip_vs_sync.c

2020-07-15 Thread Zhouxudong (EulerOS)
; Chenxiang (EulerOS) ; Zhaowei (EulerOS) 主题: Re: [PATCH v2] ipvs: clean code for ip_vs_sync.c On Thu, Jul 16, 2020 at 01:57:51AM +, zhouxudong199 wrote: > v1 -> v2: > add missing spaces after Signed-off-by and ipvs: in the subject. > i=0 changed to i = 0. > You should write the

Re: [PATCH v2] ipvs: clean code for ip_vs_sync.c

2020-07-15 Thread Suraj Upadhyay
On Thu, Jul 16, 2020 at 01:57:51AM +, zhouxudong199 wrote: > v1 -> v2: > add missing spaces after Signed-off-by and ipvs: in the subject. > i=0 changed to i = 0. > You should write the version changes after "---" and before the first diff. Also, looking at your patch I think your commit me

[PATCH v2] ipvs: clean code for ip_vs_sync.c

2020-07-15 Thread zhouxudong199
v1 -> v2: add missing spaces after Signed-off-by and ipvs: in the subject. i=0 changed to i = 0. Signed-off-by: zhouxudong199 --- net/netfilter/ipvs/ip_vs_sync.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/net/netfilter/ipvs/ip_vs_sync.c b/net/netfil