mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
39917f0872
Use c99 initializers for structures. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @decl@ identifier i1,fld; type T; field list[n] fs; @@ struct i1 { fs T fld; ...}; @bad@ identifier decl.i1,i2; expression e; initializer list[decl.n] is; @@ struct i1 i2 = { is, + .fld = e - e ,...}; // </smpl> Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> |
||
---|---|---|
.. | ||
apply.c | ||
core.c | ||
dispc_coefs.c | ||
dispc-compat.c | ||
dispc-compat.h | ||
dispc.c | ||
dispc.h | ||
display-sysfs.c | ||
display.c | ||
dpi.c | ||
dsi.c | ||
dss_features.c | ||
dss_features.h | ||
dss-of.c | ||
dss.c | ||
dss.h | ||
hdmi4_core.c | ||
hdmi4_core.h | ||
hdmi4.c | ||
hdmi5_core.c | ||
hdmi5_core.h | ||
hdmi5.c | ||
hdmi_common.c | ||
hdmi_phy.c | ||
hdmi_pll.c | ||
hdmi_wp.c | ||
hdmi.h | ||
Kconfig | ||
Makefile | ||
manager-sysfs.c | ||
manager.c | ||
omapdss-boot-init.c | ||
output.c | ||
overlay-sysfs.c | ||
overlay.c | ||
rfbi.c | ||
sdi.c | ||
venc.c |