diff options
| author | Amitoj Kaur Chawla <[email protected]> | 2015-10-15 00:20:03 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2015-10-16 22:22:26 -0700 |
| commit | 167a47c5207fdfbe633cf54518c0291c88d0d97f (patch) | |
| tree | b70ff3dc9789b93f9586844407e32d78dee59312 /tools/perf/scripts/python/export-to-postgresql.py | |
| parent | 9581bada1f64003fd8cc7bc6cad3f0643877b439 (diff) | |
staging: lustre: osc: Remove useless cast on void pointer
The semantic patch used to find this is:
@r@
expression x;
void* e;
type T;
identifier f;
@@
(
*((T *)e)
|
((T *)x)[...]
|
((T *)x)->f
|
- (T *)
e
)
Signed-off-by: Amitoj Kaur Chawla <[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