Re: [PATCH net-next] tcp: tcp_mtu_probing() cleanup

2017-11-05 Thread David Miller
From: Eric Dumazet Date: Fri, 03 Nov 2017 06:09:17 -0700 > From: Eric Dumazet > > Reduce one indentation level to make code more readable. > tcp_sync_mss() can be factorized. > > Signed-off-by: Eric Dumazet Applied.

Re: [PATCH net-next] tcp: tcp_mtu_probing() cleanup

2017-11-03 Thread Neal Cardwell
On Fri, Nov 3, 2017 at 9:09 AM, Eric Dumazet wrote: > From: Eric Dumazet > > Reduce one indentation level to make code more readable. > tcp_sync_mss() can be factorized. > > Signed-off-by: Eric Dumazet > --- > net/ipv4/tcp_timer.c | 31 ++- > 1 file changed, 14 ins

[PATCH net-next] tcp: tcp_mtu_probing() cleanup

2017-11-03 Thread Eric Dumazet
From: Eric Dumazet Reduce one indentation level to make code more readable. tcp_sync_mss() can be factorized. Signed-off-by: Eric Dumazet --- net/ipv4/tcp_timer.c | 31 ++- 1 file changed, 14 insertions(+), 17 deletions(-) diff --git a/net/ipv4/tcp_timer.c b/net/