Hi Jing, On Fri, Aug 20, 2021 at 08:47:09PM -0700, CGEL wrote: > From: jing yangyang <jing.yangyang@xxxxxxxxxx> > > Fix the following coccicheck warning: > ./drivers/staging/media/ipu3/ipu3-css-fw.h:174:21-34:i > WARNING: use flexible-array member instead > > Reported-by: Zeal Robot <zealci@xxxxxxxxxx> > Signed-off-by: jing yangyang <jing.yangyang@xxxxxxxxxx> Thanks for the patch. Gustavo Silva's patch "media: staging/intel-ipu3: css: Fix wrong size comparison imgu_css_fw_init" has addressed this, and fixed another problem as well. In other words, removing array entries from structs can have side effects. -- Kind regards, Sakari Ailus