aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorMihaela Muraru <[email protected]>2016-10-13 19:45:59 +0300
committerGreg Kroah-Hartman <[email protected]>2016-10-16 10:27:33 +0200
commit1cbe7adb9c6d10830494e81f2867858da2fd4c53 (patch)
treea480d8f232d70695791ffb19d97fd53007fe7261 /tools/perf/scripts/python
parent42178baf4af085be43aea426ff926914fc202d5b (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')
0 files changed, 0 insertions, 0 deletions