“9c2cbfb89e8cb30aa8d8e12ac7af42fec9f7a9d3”上不存在“git@gitcode.net:paddlepaddle/PaddleDetection.git”
staging: wilc1000: host_interface: remove cast on void pointers
Remove cast on void pointers. C programming language guarantees the conversion from void pointer to any other pointer type. Coccinelle patch: @r@ expression x; void* e; type T; identifier f; @@ ( *((T *)e) | ((T *)x)[...] | ((T *)x)->f | - (T *) e ) Signed-off-by: NAlison Schofield <amsfield22@gmail.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Showing
想要评论请 注册 或 登录