diff options
| author | Uwe Kleine-König <u.kleine-koenig@baylibre.com> | 2026-05-18 18:08:08 +0200 |
|---|---|---|
| committer | Helge Deller <deller@gmx.de> | 2026-06-07 18:25:41 +0200 |
| commit | 608a9fe171a770b62bf34aaa1f4992061c9dcdb3 (patch) | |
| tree | 72433f479cf9534b8b7a7c5b8a3314d0da4eeaba /scripts/Makefile.thinlto | |
| parent | e38b27199e0f5b530fd2b033e3b63241a0b16596 (diff) | |
fbdev: matroxfb/ssd1307fb: Use named initializers for struct i2c_device_id
While being less compact, using named initializers allows to more easily
see which members of the structs are assigned which value without having
to lookup the declaration of the struct. And it's also more robust
against changes to the struct definition.
While touching all these arrays, unify usage of whitespace in the list
terminator.
This patch doesn't modify the compiled arrays, only their representation
in source form benefits. The former was confirmed with x86 and arm64
builds.
Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig@baylibre.com>
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'scripts/Makefile.thinlto')
0 files changed, 0 insertions, 0 deletions
