summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorVille Syrjälä <ville.syrjala@linux.intel.com>2019-10-10 16:11:59 +0300
committerVille Syrjälä <ville.syrjala@linux.intel.com>2019-10-11 18:22:50 +0300
commit695379b3734266a49c13e6b7cbf1062902dc6367 (patch)
tree5bea5ee61431cf5eddd3b2794504969a7e528a4c /tools/perf/scripts/python/export-to-postgresql.py
parent23b482252836ab3c5e6b3b20ed3038449cbc7679 (diff)
drm/atmel-hlcdc: Use swap() where appropriate
@swap@ identifier TEMP; expression A,B; @@ - TEMP = A; - A = B; - B = TEMP; + swap(A, B); @@ type T; identifier swap.TEMP; @@ ( - T TEMP; | - T TEMP = {...}; ) ... when != TEMP Cc: Sam Ravnborg <sam@ravnborg.org> Cc: Boris Brezillon <bbrezillon@kernel.org> Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20191010131159.17346-3-ville.syrjala@linux.intel.com Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions