On 16.05.2017 20:38, Fabian Frederick wrote:
See Documentation/process/coding-style.rst: "Casting the return value which is a void pointer is redundant. The conversion from void pointer to any other pointer type is guaranteed by the C programming language." This will stop copy/paste cascade warnings. Signed-off-by: Fabian Frederick <fabf@xxxxxxxxx> ---
I like that patch.