Re: [PATCH] ath9k: remove cast to void pointer
From: Joe Perches <joe@perches.com>
Date: 2017-08-31 21:29:06
Also in:
lkml, netdev
From: Joe Perches <joe@perches.com>
Date: 2017-08-31 21:29:06
Also in:
lkml, netdev
On Thu, 2017-08-31 at 18:37 +0530, Himanshu Jha wrote:
casting to void pointer from any pointer type and vice-versa is done implicitly and therefore casting is not needed in such a case.
You said you were going to remember to mention the tool and script that did this.