aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorsimran singhal <[email protected]>2017-02-19 02:52:07 +0530
committerGreg Kroah-Hartman <[email protected]>2017-03-06 09:17:02 +0100
commit57ce4df98ee10a1d8438599a20c80388802c9488 (patch)
treee3462142972b20ac61c6bd5d8810ca4633ce7657 /tools/perf/scripts/python
parentdff1e0ef86cba81bf3d892036a28e8b889b7e72c (diff)
staging: vt6655: Compress return logic
Simplify function returns by merging assignment and return into one command line. Found with Coccinelle @@ local idexpression ret; expression e; @@ -ret = +return e; -return ret; Signed-off-by: simran singhal <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions