Re: [PATCH v2 wireless-next 6/9] wifi: ath10k: Remove unnecessary (void*) conversions

From: Jeff Johnson
Date: Wed Sep 20 2023 - 14:48:37 EST


On 9/18/2023 9:50 PM, Wu Yunchuan wrote:
No need cast (void*) to (struct htt_rx_ring_setup_ring32 *),
(struct htt_rx_ring_setup_ring64 *). Change the prototype to
remove the local variable.

Signed-off-by: Wu Yunchuan <yunchuan@xxxxxxxxxxxx>
Suggested-by: Jeff Johnson <quic_jjohnson@xxxxxxxxxxx>

Ideally your Signed-off-by: should be the last tag you add, but in this context I don't think it matters.

Acked-by: Jeff Johnson <quic_jjohnson@xxxxxxxxxxx>