aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorsayli karnik <[email protected]>2016-09-19 20:02:40 +0530
committerGreg Kroah-Hartman <[email protected]>2016-09-20 13:46:32 +0200
commitcd9ae9e4db8a62cfbdaec2d73f8c34eea66c48d5 (patch)
tree13364e19c71319b9547913e0fc0a975b4582f890 /tools/perf/scripts/python
parent1e5a82e0ddfa6c9a2cf42ea87db3e079a4a483e6 (diff)
staging: i4l: act2000: Move assignment out of if statement
This patch places assignments which are inside the if condition, above it. Done using coccinelle: @@ statement s; expression e; identifier id; @@ - if ((id = e)) + id = e; + if (id) s Signed-off-by: sayli karnik <[email protected]> Acked-by: Julia Lawall <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions