aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorVille Syrjälä <[email protected]>2019-10-10 16:11:59 +0300
committerVille Syrjälä <[email protected]>2019-10-11 18:22:50 +0300
commit695379b3734266a49c13e6b7cbf1062902dc6367 (patch)
tree5bea5ee61431cf5eddd3b2794504969a7e528a4c /tools/perf/scripts/python/bin
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 <[email protected]> Cc: Boris Brezillon <[email protected]> Signed-off-by: Ville Syrjälä <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Reviewed-by: Boris Brezillon <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions