diff options
| author | Bhumika Goyal <[email protected]> | 2016-02-13 11:49:35 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-02-14 16:34:08 -0800 |
| commit | 12f2a7b900f0fa8e2f466630c8bc76444aaf9f68 (patch) | |
| tree | 3bb8c96ba0eb64498625f7ea82fe1cb130191f04 /tools/perf/scripts/python/export-to-postgresql.py | |
| parent | c611d48e65e25af2dc0176e9ac135116095ed03d (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/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions