diff options
| author | Amitoj Kaur Chawla <[email protected]> | 2015-10-15 00:15:23 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2015-10-16 22:22:26 -0700 |
| commit | c54ed23f65407f2d91c358e98b9a639ec0c6ca1d (patch) | |
| tree | e5e9af6fb090054b6ac88fbf2f6ee8f8ba421380 /tools/perf/scripts/python | |
| parent | 864ef621fa45b5dd6a113d771640fc4984cc8dc6 (diff) | |
staging: lustre: ptlrpc: pinger: 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')
0 files changed, 0 insertions, 0 deletions