diff options
| author | Shraddha Barke <shraddha.6596@gmail.com> | 2015-07-27 22:20:35 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-07-31 15:57:36 -0700 |
| commit | 0d749519f0441144f7da53e157d11f0680c15313 (patch) | |
| tree | fd496b7445af64dccf1337359a472d1898172dfe /include/linux | |
| parent | 01eb73d53070ca2c7a75c272291a79613604cd97 (diff) | |
Staging: lustre: Drop unnecessary cast
This patch does away with the cast on void * as it is unnecessary.
Semantic patch used is as follows:
@r@
expression x;
void* e;
type T;
identifier f;
@@
(
*((T *)e)
|
((T *)x)[...]
|
((T *)x)->f
|
- (T *)
e
)
Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions
