diff options
author | simran singhal <singhalsimran0@gmail.com> | 2017-03-04 21:00:49 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-03-09 17:38:55 +0100 |
commit | ac15649c1c9c674c595e084d7162027c7cf12338 (patch) | |
tree | 99e409491969f18dbad6982d867d5af35f03b52f /MAINTAINERS | |
parent | c66de311168b679cb5d2c3d2f936f3e54730d8ae (diff) |
staging: nvec: 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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions