diff options
| author | Amitoj Kaur Chawla <amitoj1606@gmail.com> | 2015-10-15 00:20:03 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-10-16 22:22:26 -0700 |
| commit | 167a47c5207fdfbe633cf54518c0291c88d0d97f (patch) | |
| tree | b70ff3dc9789b93f9586844407e32d78dee59312 /tools/perf/scripts/python/bin | |
| parent | 9581bada1f64003fd8cc7bc6cad3f0643877b439 (diff) | |
| download | linux-167a47c5207fdfbe633cf54518c0291c88d0d97f.tar.gz linux-167a47c5207fdfbe633cf54518c0291c88d0d97f.zip | |
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 <amitoj1606@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
