diff options
| author | simran singhal <[email protected]> | 2017-02-19 02:52:07 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2017-03-06 09:17:02 +0100 |
| commit | 57ce4df98ee10a1d8438599a20c80388802c9488 (patch) | |
| tree | e3462142972b20ac61c6bd5d8810ca4633ce7657 /tools/perf/scripts/python/event_analyzing_sample.py | |
| parent | dff1e0ef86cba81bf3d892036a28e8b889b7e72c (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/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions