mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 10:33:27 +00:00
ea11073387
Unnecessary casts of void * clutter the code. These are the remainder casts after several specific patches to remove netdev_priv and dev_priv. Done via coccinelle script: $ cat cast_void_pointer.cocci @@ type T; T *pt; void *pv; @@ - pt = (T *)pv; + pt = pv; Signed-off-by: Joe Perches <joe@perches.com> Acked-by: Paul Moore <paul.moore@hp.com> Signed-off-by: David S. Miller <davem@conan.davemloft.net> |
||
---|---|---|
.. | ||
irlan_client.c | ||
irlan_client_event.c | ||
irlan_common.c | ||
irlan_eth.c | ||
irlan_event.c | ||
irlan_filter.c | ||
irlan_provider.c | ||
irlan_provider_event.c | ||
Kconfig | ||
Makefile |