summaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorShraddha Barke <shraddha.6596@gmail.com>2015-10-15 00:58:20 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-10-16 22:51:48 -0700
commit2594ca30c0ae7f126fc84dc3a795f007c2b2787f (patch)
tree1bb7f41399a6f132b96096d9f2337077d674f547 /tools/perf/scripts/python
parent7f44582ea77229331c52cdd1374488523796a86f (diff)
downloadlinux-2594ca30c0ae7f126fc84dc3a795f007c2b2787f.tar.gz
linux-2594ca30c0ae7f126fc84dc3a795f007c2b2787f.zip
Staging: gdm724x: Remove unnecessary cast on void pointer
void pointers do not need to be cast to other pointer types. Semantic patch: @r@ expression x; void* e; type T; identifier f; @@ ( *((T *)e) | ((T *)x)[...] | ((T *)x)->f | - (T *) e ) Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions