From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neal Cardwell Subject: Re: [PATCH net-next] tcp: tcp_mtu_probing() cleanup Date: Fri, 3 Nov 2017 18:10:55 -0400 Message-ID: References: <1509714557.2849.46.camel@edumazet-glaptop3.roam.corp.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Cc: David Miller , netdev To: Eric Dumazet Return-path: Received: from mail-wm0-f67.google.com ([74.125.82.67]:51888 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751907AbdKCWLR (ORCPT ); Fri, 3 Nov 2017 18:11:17 -0400 Received: by mail-wm0-f67.google.com with SMTP id b9so4240116wmh.0 for ; Fri, 03 Nov 2017 15:11:17 -0700 (PDT) In-Reply-To: <1509714557.2849.46.camel@edumazet-glaptop3.roam.corp.google.com> Sender: netdev-owner@vger.kernel.org List-ID: 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 insertions(+), 17 deletions(-) Acked-by: Neal Cardwell Thanks, Eric! neal