summaryrefslogtreecommitdiff
path: root/scripts/Makefile.thinlto
diff options
context:
space:
mode:
authorUwe Kleine-König (The Capable Hub) <u.kleine-koenig@baylibre.com>2026-05-18 19:23:22 +0200
committerUwe Kleine-König <ukleinek@kernel.org>2026-05-26 07:50:42 +0200
commitff558108c0d8cdb4f7d4550f44d53b25c7820a43 (patch)
treee6c8b4f2d6429c9ebc857ea23e0bf4740c846d5e /scripts/Makefile.thinlto
parent74bca0f2d37f5fd9a4bd5378d9f9579e72038556 (diff)
pwm: pca9685: 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. 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> Link: https://patch.msgid.link/20260518172323.932774-2-u.kleine-koenig@baylibre.com Signed-off-by: Uwe Kleine-König <ukleinek@kernel.org>
Diffstat (limited to 'scripts/Makefile.thinlto')
0 files changed, 0 insertions, 0 deletions