aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorMeghana Madhyastha <[email protected]>2017-09-15 12:34:30 +0530
committerGreg Kroah-Hartman <[email protected]>2017-09-18 12:00:07 +0200
commite2614ef1b2ecb3f9f1e17762b01c2b29dbc344aa (patch)
treee7f48f9edfb5d7520053273b6b642adc094695f5 /tools/perf/scripts/python
parent0d27c94abbc073234474baf5eecc05da5423961a (diff)
Staging: pi433: Merge assignment with return value
Removes the unnecessary assignment of retval preceding the return statement. Detected using the following Coccinelle script: @@ local idexpression ret; expression e; @@ -ret = +return e; -return ret; Signed-off-by: Meghana Madhyastha <[email protected]> Acked-by: Julia Lawall <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions