Re: [PATCH net-next 3/7] intel: Remove casts of pointer to same type

From: Jeff Kirsher
Date: Mon Mar 24 2014 - 16:21:04 EST


On Mon, 2014-03-24 at 13:15 -0700, Joe Perches wrote:
> Casting a pointer to a pointer of the same type is pointless,
> so remove these unnecessary casts.
>
> Done via coccinelle script:
>
> $ cat typecast_2.cocci
> @@
> type T;
> T *foo;
> @@
>
> - (T *)foo
> + foo
>
> Signed-off-by: Joe Perches <joe@xxxxxxxxxxx>
> ---
> drivers/net/ethernet/intel/i40e/i40e_ethtool.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

Thanks Jow, I will add this to my queue.

Attachment: signature.asc
Description: This is a digitally signed message part