diff options
author | simran singhal <singhalsimran0@gmail.com> | 2017-04-01 16:09:21 +0200 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2017-04-02 10:47:57 +0200 |
commit | 6c6c0987f94f9f5539d0f97e588383b0c5c6f458 (patch) | |
tree | 352df74287513e68427488bf05663f0d59768499 /README | |
parent | iio: adc: Remove unnecessary cast on void pointer (diff) | |
download | linux-6c6c0987f94f9f5539d0f97e588383b0c5c6f458.tar.xz linux-6c6c0987f94f9f5539d0f97e588383b0c5c6f458.zip |
iio: common: ms_sensors: 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>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions