aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/check-perf-trace.py
diff options
context:
space:
mode:
authorJanani Ravichandran <[email protected]>2016-02-25 13:44:39 -0500
committerGreg Kroah-Hartman <[email protected]>2016-03-11 22:09:09 -0800
commit5084d7c66248394d3887805c7f13c5d274573bfd (patch)
tree09288e63ff04e2e7c6f6a9d752e4675907e5c9c7 /tools/perf/scripts/python/check-perf-trace.py
parent264cd1d1c23dfe9b758e3e454ea2db84226c4a79 (diff)
staging: fbtft: fb_uc1611.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