20 Feb
2020
20 Feb
'20
6:52 p.m.
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@kernel.org
Thanks, Mark.
-- Gustavo