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

From: Geoff Levand
Date: Mon Feb 24 2020 - 19:30:00 EST


On 2/24/20 8:32 AM, 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:

Seems fine.

Acked-by: Geoff Levand <geoff@xxxxxxxxxxxxx>