aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/check-perf-trace.py
diff options
context:
space:
mode:
authorJanani Ravichandran <[email protected]>2016-02-25 15:17:38 -0500
committerGreg Kroah-Hartman <[email protected]>2016-03-11 22:09:09 -0800
commit60d0ed1c425c71b6a87b1bace9a3b0f5efda9251 (patch)
tree722f2883585a57e7f1b57bd1a46e61b6b6f49ec1 /tools/perf/scripts/python/check-perf-trace.py
parent350698f6efe844f9f40bf47da7bbab75eba34c61 (diff)
staging: nvec: nvec.c: Drop void pointer cast
Void pointers need not be cast to other pointer types. Semantic patch used: @r@ expression x; void *e; type T; identifier f; @@ ( *((T *)e) | ((T *)x) [...] | ((T *)x)->f | - (T *) e ) Signed-off-by: Janani Ravichandran <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions