aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorElise Lennion <[email protected]>2016-10-17 00:15:47 -0200
committerGreg Kroah-Hartman <[email protected]>2016-10-17 10:27:55 +0200
commita98753b7e94c867361228c59edf9be195d1dfd84 (patch)
tree44d5715f8b0a22ff01e9bf2f195bc75987352874 /tools/perf/scripts/python/bin/stackcollapse-report
parentdcb9360e66289d6336f8dbd483babf39ac8e73a5 (diff)
staging: rtl8192e: Compress return logic into one line.
Simplify return logic to avoid unnecessary variable assignments. Coccinelle was used with this semantic patch: @@ local idexpression ret; expression e; @@ -ret = +return e; -return ret; Signed-off-by: Elise Lennion <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions