diff options
| author | Amitoj Kaur Chawla <[email protected]> | 2015-10-15 00:18:33 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2015-10-16 22:22:26 -0700 |
| commit | 9581bada1f64003fd8cc7bc6cad3f0643877b439 (patch) | |
| tree | 8ab9d2ffd460299ee9ee7a7ba4900917a8df87bd /tools/perf/scripts/python/export-to-sqlite.py | |
| parent | 7f93fca90e09ade58cc1d4221706c0af5ef29076 (diff) | |
staging: lustre: mgc: 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/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions