diff options
| author | simran singhal <singhalsimran0@gmail.com> | 2017-03-04 21:00:50 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 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 <singhalsimran0@gmail.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
