aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/netdev-times.py
diff options
context:
space:
mode:
authorTapasweni Pathak <[email protected]>2014-10-30 17:03:55 +0530
committerGreg Kroah-Hartman <[email protected]>2014-10-30 13:06:03 -0700
commitad6128a3a16627e6bfd3f34db371365f0d341c6f (patch)
tree1487746cfcb5fa8d1af9a46d83fb6c439308693e /tools/perf/scripts/python/netdev-times.py
parent037a449ac71fc5c70d2b0af28ce6792065daae55 (diff)
staging: rtl8723au: core: Remove useless cast on void pointer
void pointers do not need to be cast to other pointer types. The semantic patch used to find this: @r@ expression x; void* e; type T; identifier f; @@ ( *((T *)e) | ((T *)x)[...] | ((T *)x)->f | - (T *) e ) Build tested it. Signed-off-by: Tapasweni Pathak <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions