Re: [PATCH] sound: Replace zero-length array with flexible-array member

From: Gustavo A. R. Silva
Date: Thu Feb 20 2020 - 13:49:53 EST




On 2/20/20 12:45, Mark Brown wrote:
> On Thu, Feb 20, 2020 at 07:24:20AM -0600, Gustavo A. R. Silva wrote:
>> The current codebase makes use of the zero-length array language
>> extension to the C90 standard, but the preferred mechanism to declare
>> variable-length types such as these ones is a flexible array member[1][2],
>> introduced in C99:
>
> Acked-by: Mark Brown <broonie@xxxxxxxxxx>
>

Thanks, Mark.

--
Gustavo