aboutsummaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorsimran singhal <singhalsimran0@gmail.com>2017-03-04 21:00:49 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-03-09 17:38:55 +0100
commitac15649c1c9c674c595e084d7162027c7cf12338 (patch)
tree99e409491969f18dbad6982d867d5af35f03b52f /MAINTAINERS
parentc66de311168b679cb5d2c3d2f936f3e54730d8ae (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