From: Eric Dumazet Date: Fri, 24 May 2013 15:03:54 +0000 (+0000) Subject: tcp: remove one indentation level in tcp_rcv_state_process() X-Git-Tag: v3.11-rc1~16^2~312 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f6afc81088a1f5a472b272408730c73b72c68aa;p=pandora-kernel.git tcp: remove one indentation level in tcp_rcv_state_process() Remove one level of indentation 'introduced' in commit c3ae62af8e75 (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 Cc: Yuchung Cheng Signed-off-by: David S. Miller --- Reading git-diff-tree failed