aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorBhumika Goyal <[email protected]>2016-10-08 15:58:04 +0530
committerGreg Kroah-Hartman <[email protected]>2016-10-16 10:25:07 +0200
commit1af172fa4156ec0ab39e47ebc0883f41802d478c (patch)
tree814b04ebe2ffc14e6b8016ce413dcd2d93156120 /tools/perf/scripts/python/export-to-postgresql.py
parent321c799cd95cafc67fbf955f8a61b49e42b2f9b4 (diff)
Staging: skein: skein_api: Remove useless type conversion
Some type conversions like casting a pointer to a pointer of same type, casting to the original type using addressof(&) operator etc. are not needed. Therefore, remove them. Done using coccinelle: @@ type t; t *p; t a; @@ ( - (t)(a) + a | - (t *)(p) + p | - (t *)(&a) + &a ) 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