diff options
| author | Amitoj Kaur Chawla <amitoj1606@gmail.com> | 2015-10-13 16:21:10 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-10-13 20:09:15 +0300 |
| commit | 634ffdd9ef91b1a6252347276bed77d3d73b0b9a (patch) | |
| tree | 661ac0e0fd4d7c5d0b4e3f91feeb9d5c07b30d40 /include/linux | |
| parent | 3e127cbb06d6e8aee93e298c39ae2caa33a5eef3 (diff) | |
| download | linux-634ffdd9ef91b1a6252347276bed77d3d73b0b9a.tar.xz | |
staging: lustre: llite: 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 'include/linux')
0 files changed, 0 insertions, 0 deletions
