diff options
| author | Mihaela Muraru <[email protected]> | 2016-10-13 19:45:59 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-10-16 10:27:33 +0200 |
| commit | 1cbe7adb9c6d10830494e81f2867858da2fd4c53 (patch) | |
| tree | a480d8f232d70695791ffb19d97fd53007fe7261 /tools/perf/scripts/python/stackcollapse.py | |
| parent | 42178baf4af085be43aea426ff926914fc202d5b (diff) | |
Staging: netlogic: Compress return logic into one line
Simplify function returns by merging assignment and return into
one command line.
Found with Coccinelle
@@
expression e, ret;
@@
-ret =
+return
e;
-return ret;
Signed-off-by: Mihaela Muraru <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions