aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorsimran singhal <[email protected]>2017-03-04 21:00:49 +0530
committerGreg Kroah-Hartman <[email protected]>2017-03-09 17:38:55 +0100
commitac15649c1c9c674c595e084d7162027c7cf12338 (patch)
tree99e409491969f18dbad6982d867d5af35f03b52f /tools/perf/scripts/python
parentc66de311168b679cb5d2c3d2f936f3e54730d8ae (diff)
staging: nvec: Remove unnecessary cast on void pointer
The following Coccinelle script was used to detect this: @r@ expression x; void* e; type T; identifier f; @@ ( *((T *)e) | ((T *)x)[...] | ((T*)x)->f | - (T*) e ) Signed-off-by: simran singhal <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions