Re: [PATCH][next] misc: bcm-vk: avoid -Wflex-array-member-not-at-end warning

From: Gustavo A. R. Silva
Date: Thu Mar 13 2025 - 20:50:08 EST




On 14/03/25 10:34, Scott Branden wrote:
looks fine

On 2025-03-13 15:36, Gustavo A. R. Silva wrote:
Fix the following warning by removing unused flex-array member
`data` in `struct bcm_vk_peer_log`:

drivers/misc/bcm-vk/bcm_vk.h:415:32: warning: structure containing a flexible array member is not at the end of another structure [-Wflex-array-member-not-at- end]

Signed-off-by: Gustavo A. R. Silva <gustavoars@xxxxxxxxxx>
Acked-by: Scott Branden <scott.branden@xxxxxxxxxxxx>

Thanks! :)

--
Gustavo