Re: [PATCH v2] drm/radeon: replace 1-element arrays with flexible-array members

2023-10-31 Thread Alex Deucher
On Tue, Oct 31, 2023 at 1:09 PM José Pekkarinen wrote: > > Reported by coccinelle, the following patch will move the > following 1 element arrays to flexible arrays. > > drivers/gpu/drm/radeon/atombios.h:5523:32-48: WARNING use flexible-array > member instead >

[PATCH v2] drm/radeon: replace 1-element arrays with flexible-array members

2023-10-31 Thread José Pekkarinen
Reported by coccinelle, the following patch will move the following 1 element arrays to flexible arrays. drivers/gpu/drm/radeon/atombios.h:5523:32-48: WARNING use flexible-array member instead (https://www.kernel.org/doc/html/latest/process/deprecated.html#zero-length-and-one-element-arrays)