On Wed, 29 Mar 2017 00:35:16 +0530 simran singhal <singhalsimran0@xxxxxxxxx> wrote: > 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 > ) > > Unnecessary parantheses are also remove. > > Signed-off-by: simran singhal <singhalsimran0@xxxxxxxxx> Looks good Reviewed-by: Stephen Hemminger <stephen@xxxxxxxxxxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html