[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20130525.232309.1565467248424392703.davem@davemloft.net>
Date: Sat, 25 May 2013 23:23:09 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: joe@...ches.com
Cc: eric.dumazet@...il.com, netdev@...r.kernel.org, ycheng@...gle.com
Subject: Re: [PATCH net-next 1/2 V2] tcp: Remove another indentation level
in tcp_rcv_state_process
From: Joe Perches <joe@...ches.com>
Date: Fri, 24 May 2013 21:36:13 -0700
> case TCP_SYN_RECV: can have another indentation level removed
> by converting
>
> if (acceptable) {
> ...;
> } else {
> return 1;
> }
>
> to
> if (!acceptable)
> return 1;
> ...;
>
> Reflow code and comments to fit 80 columns.
>
> Another pure cleanup patch.
>
> Signed-off-by: Joe Perches <joe@...ches.com>
> Improved-by: Eric Dumazet <eric.dumazet@...il.com>
Applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists