Re: [PATCH] hv: Remove unnecessary (void*) conversions
From: Wei Liu <wei.liu@kernel.org>
Date: 2022-10-26 15:24:03
Also in:
lkml
From: Wei Liu <wei.liu@kernel.org>
Date: 2022-10-26 15:24:03
Also in:
lkml
On Sat, Oct 08, 2022 at 04:32:06PM +0800, Li zeming wrote:
addrp is a void pointer and does not require a cast type. Signed-off-by: Li zeming <redacted>
This has already been changed. Thanks for the patch anyway.