aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorJoe Perches <[email protected]>2013-05-24 18:36:13 +0000
committerDavid S. Miller <[email protected]>2013-05-25 23:22:18 -0700
commit61eb900352ff731d990d5415ce9f04e4af6a6136 (patch)
tree1e2e4e18bf6ad79e7c9b7c9ec59b736ec86468b6 /tools/perf/scripts/python/syscall-counts.py
parent1f6afc81088a1f5a472b272408730c73b72c68aa (diff)
tcp: Remove another indentation level in tcp_rcv_state_process
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 <[email protected]> Improved-by: Eric Dumazet <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions