Thread (7 messages) flat view 7 messages, 3 authors, 2011-06-17

Re: [PATCH net-next 1/2] net: Remove casts of void *

From: David Miller <davem@davemloft.net>
Date: 2011-06-17 03:26:13
Also in: ceph-devel, linux-sctp, lkml

From: Joe Perches <joe@perches.com>
Date: Mon, 13 Jun 2011 19:21:26 -0700
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>
Applied.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help