git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42e52bf
)
tcp: remove one indentation level in tcp_rcv_state_process()
author
Eric Dumazet
<edumazet@google.com>
Fri, 24 May 2013 15:03:54 +0000
(15:03 +0000)
committer
David S. Miller
<davem@davemloft.net>
Sun, 26 May 2013 06:22:18 +0000
(23:22 -0700)
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 <edumazet@google.com>
Cc: Yuchung Cheng <ycheng@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found