diff options
| author | Alison Schofield <[email protected]> | 2016-02-12 22:54:08 -0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-02-14 16:31:44 -0800 |
| commit | 4375cad941ee9cc8f7c2a467464cd29ec3d9abd1 (patch) | |
| tree | 521f9ae7b8a7f14b11be8bb599c0a760a7620433 /tools/perf/scripts/python/export-to-postgresql.py | |
| parent | d5c89442d431afa2d5c35a5141b259c4ff5d8c03 (diff) | |
staging: wilc1000: wilc_wfi_cfgoperations: remove cast on void pointers
Remove cast on void pointers. C programming language guarantees
the conversion from void pointer to any other pointer type.
Coccinelle patch:
@r@
expression x;
void* e;
type T;
identifier f;
@@
(
*((T *)e)
|
((T *)x)[...]
|
((T *)x)->f
|
- (T *)
e
)
Signed-off-by: Alison Schofield <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions