aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-postgresql.py
diff options
context:
space:
mode:
authorBhumika Goyal <[email protected]>2016-02-13 11:49:35 +0530
committerGreg Kroah-Hartman <[email protected]>2016-02-14 16:34:08 -0800
commit12f2a7b900f0fa8e2f466630c8bc76444aaf9f68 (patch)
tree3bb8c96ba0eb64498625f7ea82fe1cb130191f04 /tools/perf/scripts/python/call-graph-from-postgresql.py
parentc611d48e65e25af2dc0176e9ac135116095ed03d (diff)
Staging: media: Remove multiple assignments
Remove multiple assignments by factorizing them. Made a coccinelle script to match cases: @@ identifier a,b; constant c; @@ -a=b=c; +a=c; +b=c; Signed-off-by: Bhumika Goyal <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions