[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20110616.232344.2285390268187937319.davem@davemloft.net>
Date: Thu, 16 Jun 2011 23:23:44 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: joe@...ches.com
Cc: netdev@...r.kernel.org, kaber@...sh.net, sage@...dream.net,
samuel@...tiz.org, paul.moore@...com, vladislav.yasevich@...com,
sri@...ibm.com, linux-kernel@...r.kernel.org,
ceph-devel@...r.kernel.org,
linux-decnet-user@...ts.sourceforge.net, linux-sctp@...r.kernel.org
Subject: Re: [PATCH net-next 1/2] net: Remove casts of void *
From: Joe Perches <joe@...ches.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@...ches.com>
Applied.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists