diff options
| author | Shraddha Barke <[email protected]> | 2015-10-15 00:58:28 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2015-10-16 22:26:35 -0700 |
| commit | 8ba53beb2ce30f5fd0abe1638440889d10988b7c (patch) | |
| tree | 67856ff491e86de10e57745ba0e68c1f5a6717aa /tools/perf/scripts/python/export-to-postgresql.py | |
| parent | 167a47c5207fdfbe633cf54518c0291c88d0d97f (diff) | |
Staging: lustre: ptlrpc: Remove unnecessary 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 <[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