]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: remove one indentation level in tcp_rcv_state_process()
authorEric Dumazet <edumazet@google.com>
Fri, 24 May 2013 15:03:54 +0000 (15:03 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 26 May 2013 06:22:18 +0000 (23:22 -0700)
commit3820260b44846a09b4d652b1b012f3b51934a061
treecf38e6ca2b60e5915b8fb2ec44e478c6f3c4f350
parent7d1d87328d19e70d5c375d1fa39bd3e4d529f358
tcp: remove one indentation level in tcp_rcv_state_process()

Remove one level of indentation 'introduced' in commit
8cf17d984132 (tcp: should drop incoming frames without ACK flag set)

if (true) {
        ...
}

@acceptable variable is a boolean.

This patch is a pure cleanup.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Yuchung Cheng <ycheng@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_input.c