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.
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
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/