diff options
author | Shraddha Barke <shraddha.6596@gmail.com> | 2015-08-10 13:30:35 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-08-14 18:44:45 -0700 |
commit | 0df4e3e9bbf8968d5ff079b0ace3de9c0b971021 (patch) | |
tree | 3b60d2c15501e0ae7ea54af04a5c935b04d67ef6 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 94858feccaada3f1810ff50dd21d33b1d4d95d56 (diff) |
Staging: unisys: 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
)
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/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions