aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorElise Lennion <[email protected]>2016-10-17 00:17:20 -0200
committerGreg Kroah-Hartman <[email protected]>2016-10-17 10:27:55 +0200
commitdcb9360e66289d6336f8dbd483babf39ac8e73a5 (patch)
treeb190b6b46e8e512e5948b27de64da8620589d0eb /tools/perf/scripts/python/export-to-postgresql.py
parentce439c425b4e3f93e366939837127fcfd7d013e2 (diff)
staging: xgifb: Compress return logic into one line.
Simplify return logic to avoid unnecessary variable assignments. Coccinelle was used with this semantic patch: @@ local idexpression ret; expression e; @@ -ret = +return e; -return ret; Signed-off-by: Elise Lennion <[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