aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorRehas Sachdeva <[email protected]>2016-09-20 13:18:40 +0530
committerGreg Kroah-Hartman <[email protected]>2016-09-20 13:32:28 +0200
commitd37843d1a956bf87e219067a0f45bc82db260216 (patch)
treee82ed0097af64c910a7b6c393302bd8ccc048d17 /tools/perf/scripts/python
parent51319662d6ac5729a1950579d70808d94e4fa8e6 (diff)
staging: wilc1000: Merge assignment with return
Instead of storing the return value into a variable and then returning it, we can club the two into a single return statement. This change was made using the following semantic patch by Coccinelle: @@ local idexpression ret; expression e; @@ -ret = +return e; -return ret; Signed-off-by: Rehas Sachdeva <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions