summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/failed-syscalls-by-pid.py
diff options
context:
space:
mode:
authorSimon Schuster <linux@rationality.eu>2014-01-04 16:25:13 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-01-07 17:17:58 -0800
commitfd2251e2331d26184cea15fc28a0cabebca8d321 (patch)
tree42fd3f91eafc171182cc509dddce9eada9671590 /tools/perf/scripts/python/failed-syscalls-by-pid.py
parent6c64bf8af95efe8ad288eda526d7460b02f00d52 (diff)
Staging: vt6656: Combine "else { if" to "else if"
This patch combines single ifs within the block of an else to a single else if statement. Therefore code that looks like that else { if (cond) { statements; } else { other_statements; } } is converted to code that looks like that else if (cond) { statements; } else { other_statements; } Signed-off-by: Sebastian Rachuj <sebastian.rachuj@studium.uni-erlangen.de> Signed-off-by: Simon Schuster <linux@rationality.eu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions