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> |
||
|---|---|---|
| .. | ||
| ircomm_core.c | ||
| ircomm_event.c | ||
| ircomm_lmp.c | ||
| ircomm_param.c | ||
| ircomm_ttp.c | ||
| ircomm_tty.c | ||
| ircomm_tty_attach.c | ||
| ircomm_tty_ioctl.c | ||
| Kconfig | ||
| Makefile | ||