looks fine
On 2025-03-13 15:36, Gustavo A. R. Silva wrote:
Fix the following warning by removing unused flex-array memberAcked-by: Scott Branden <scott.branden@xxxxxxxxxxxx>
`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>