diff options
author | Janani Ravichandran <[email protected]> | 2016-02-25 14:13:24 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2016-03-11 22:09:09 -0800 |
commit | 0440107039cea810238233c494e40029bf2f54e6 (patch) | |
tree | 968fb1feb0ee1bd5c600bd208f78684a2dafdbf1 /tools/perf/scripts/python/sctop.py | |
parent | 5850c251faab28a9f76260ae1566d9c5179d37ab (diff) |
staging: wlan-ng: 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/sctop.py')
0 files changed, 0 insertions, 0 deletions