aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorsimran singhal <[email protected]>2017-03-04 21:00:52 +0530
committerGreg Kroah-Hartman <[email protected]>2017-03-09 18:50:05 +0100
commite5619b1350946d7aabe8ed6b0210458a7057dd24 (patch)
treeb8c9bc861e6dd148ddde131619349119ead47b2e /tools/perf/scripts/python
parentc95d2e87fca1402e1a6a2a8577bf78abd401671f (diff)
staging: rts5208: 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]> Acked-by: Julia Lawall <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions