Re: [PATCH] drm/qxl: use flexible-array member instead of zero-length array

2020-12-22 Thread Gerd Hoffmann
On Fri, Dec 11, 2020 at 09:32:29AM +0800, Tian Tao wrote: > Use flexible-array member introduced in C99 instead of zero-length > array. Most of zero-length array was already taken care in previous > patch [1]. Now modified few more cases which were not handled earlier. > > [1]. https://patchwork.k

[PATCH] drm/qxl: use flexible-array member instead of zero-length array

2020-12-11 Thread Tian Tao
Use flexible-array member introduced in C99 instead of zero-length array. Most of zero-length array was already taken care in previous patch [1]. Now modified few more cases which were not handled earlier. [1]. https://patchwork.kernel.org/patch/11394197/ Signed-off-by: Tian Tao --- drivers/gpu