aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorHarsha Sharma <[email protected]>2017-09-14 17:34:05 +0530
committerGreg Kroah-Hartman <[email protected]>2017-09-18 12:00:06 +0200
commitdedc1a73c3f17d66d3fd48d437a6d3352bd37f4e (patch)
tree36f81103dbdd9579abfb708fffdc3a28f709b668 /tools/perf/scripts/python/export-to-postgresql.py
parentaf9cdf9571f9bd99d8b9eef343b13b64477b589a (diff)
staging: rtl8723bs: Merge assignment with return
Merge assignment with return statement to directly return the value. Done using following coccinelle semantic patch @@ local idexpression ret; expression e; @@ -ret = +return e; -return ret; Signed-off-by: Harsha Sharma <[email protected]> Acked-by: Julia Lawall <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions