xserver/hw/xfree86
Alan Coopersmith afceb0d3d1 modesetting: fix typo in XF86ModuleVersionInfo initialization
Found by clang 19.1.7:

hw/xfree86/drivers/modesetting/driver.c:163:21:
 warning: initializer overrides prior initialization of this subobject
 [-Winitializer-overrides]
  163 |     ._modinfo1_   = MODINFOSTRING2,
      |                     ^~~~~~~~~~~~~~
hw/xfree86/drivers/modesetting/driver.c:162:21:
 note: previous initialization is here
  162 |     ._modinfo1_   = MODINFOSTRING1,
      |                     ^~~~~~~~~~~~~~

Fixes: 2a10eff6c ("xfree86: modsetting: use explicit field initializers for XF86ModuleData")
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1910>
(cherry picked from commit 062c339519)
2026-01-25 10:40:01 -08:00
..
common xfree86: make modeline2c.awk put a newline at the end of xf86DefModeSet.c 2026-01-25 10:40:01 -08:00
ddc treewide: replace xnfcalloc() calls by XNFcallocarray() 2026-01-25 10:39:55 -08:00
dixmods xfree86: shmodule: use explicit field initializers for XF86ModuleData 2026-01-25 10:40:00 -08:00
doc xfree86: doc: update docs on XF86ModuleData 2026-01-25 10:40:00 -08:00
dri dri: report failed memory allocation 2026-01-25 10:40:00 -08:00
dri2 dri2: Protect against dri2ClientPrivate assertion failures 2026-01-25 10:40:00 -08:00
drivers modesetting: fix typo in XF86ModuleVersionInfo initialization 2026-01-25 10:40:01 -08:00
exa exa.man: editorial changes for this man page 2026-01-25 10:40:01 -08:00
fbdevhw man pages: use .BR to mark up man page references 2026-01-25 10:40:01 -08:00
glamor_egl xorg: initialize glamor provider 2023-11-07 17:59:43 +03:00
i2c treewide: replace xnfreallocarray macro call by XNFreallocarray() 2026-01-25 10:39:55 -08:00
int10 xfree86: xf86int10module: use explicit field initializers for XF86ModuleData 2026-01-25 10:40:00 -08:00
loader treewide: replace strdup() calls to Xstrdup() 2026-01-25 10:39:55 -08:00
man man pages: use .BR to mark up man page references 2026-01-25 10:40:01 -08:00
modes treewide: replace xnfstrdup() calls by XNFstrdup() 2026-01-25 10:39:55 -08:00
os-support xfree86: os-support: fix FTBS when no recent enough libdrm found 2026-01-25 10:40:01 -08:00
parser xfree86: parser: rename IOBASE for fixing name conflict 2026-01-25 10:39:58 -08:00
ramdac xfree86: use own dev-privates key for per-screen cursor 2026-01-19 12:32:21 -08:00
shadowfb xfree86: xfbmodule: use explicit field initializers for XF86ModuleData 2026-01-25 10:40:00 -08:00
utils man pages: use .BR to mark up man page references 2026-01-25 10:40:01 -08:00
vgahw xfree86: vgaHWmodule: use explicit field initializers for XF86ModuleData 2026-01-25 10:40:00 -08:00
x86emu xfree86: x86emu: rename segment register fields 2026-01-25 10:39:53 -08:00
xkb xkb: drop defining XKBSRV_NEED_FILE_FUNCS 2026-01-19 12:32:18 -08:00
.gitignore Xorg: Add Xorg.wrap to hw/xfree86/.gitignore 2014-04-18 11:39:16 +02:00
meson.build meson: Support building Xnest and Xorg on darwin 2022-06-26 09:16:42 +00:00
sdksyms.sh include: unexport XIstubs.h 2026-01-25 10:39:56 -08:00
xorg-wrapper.c Fix various spelling errors 2019-10-01 17:05:28 +00:00
Xorg.sh.in xfree86: rename Xorg.bin to Xorg 2015-01-05 09:53:58 +10:00
xorgconf.cpp Fix spelling/wording issues 2020-07-05 13:07:33 -07:00