diff options
| author | simran singhal <[email protected]> | 2017-03-04 21:00:50 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2017-03-09 17:42:50 +0100 |
| commit | 9ac539f96a35079fbc74a67f2cce2d47fec486e8 (patch) | |
| tree | be67951660be54cf3a28696ede0ec2d050cfe35b /tools/perf/scripts/python | |
| parent | ac15649c1c9c674c595e084d7162027c7cf12338 (diff) | |
staging: lustre: Remove unnecessary cast on void pointer
The following Coccinelle script was used to detect this:
@r@
expression x;
void* e;
type T;
identifier f;
@@
(
*((T *)e)
|
((T *)x)[...]
|
((T*)x)->f
|
- (T*)
e
)
Signed-off-by: simran singhal <[email protected]>
Acked-by: Julia Lawall <[email protected]>
Reviewed-by: James Simmons <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions