aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorBhumika Goyal <[email protected]>2016-02-13 11:48:02 +0530
committerGreg Kroah-Hartman <[email protected]>2016-02-14 16:34:08 -0800
commit0c42bc25ed916d0fba1205cbdf668c38717fca77 (patch)
tree8fc4a2858b7e0568dcfa75464face06eefc99c26 /tools/perf/scripts/python
parent12f2a7b900f0fa8e2f466630c8bc76444aaf9f68 (diff)
Staging: wlan-ng: 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')
0 files changed, 0 insertions, 0 deletions