Gustavo A. R. Silva wrote:
> -Wflex-array-member-not-at-end was introduced in GCC-14, and we are
> getting ready to enable it, globally.
> 
> Use the new TRAILING_OVERLAP() helper to fix a dozen instances of
> the following type of warning:
> 
> drivers/acpi/nfit/intel.c:692:35: warning: structure containing a flexible 
> array member is not at the end of another structure 
> [-Wflex-array-member-not-at-end]
> 
> Acked-by: Dan Williams <[email protected]>
> Tested-by: Dan Williams <[email protected]>
> Signed-off-by: Gustavo A. R. Silva <[email protected]>
> ---
> Changes in v5:
>  - Fix union initialization. (Dan)
>  - Leave trailing object indentation unchanged. (Kees)

Looks good, thanks for the fixups!

Reply via email to