aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/sctop.py
diff options
context:
space:
mode:
authorJanani Ravichandran <[email protected]>2016-02-25 14:22:27 -0500
committerGreg Kroah-Hartman <[email protected]>2016-03-11 22:09:09 -0800
commit3cfcb95c72cf165176ddf66693747a7a7918182c (patch)
treecacbdebb4b0b7e479ce56ad11f720bc67f361dff /tools/perf/scripts/python/sctop.py
parent3e83b0ab5086c2a745237f1e6854d588305e8cfd (diff)
staging: wlan-ng: prism2mgmt.c: Drop void pointer cast
Void pointers don't need to 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/sctop.py')
0 files changed, 0 insertions, 0 deletions