summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorUwe Kleine-König (The Capable Hub) <u.kleine-koenig@baylibre.com>2026-05-04 18:57:15 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-05-23 14:47:33 +0300
commit048a96b73ffb499130ccd5fffd1a9c05e08a3d5f (patch)
tree766f6882f97885392c6a27335ba585423420f828 /scripts
parentbbf003b7794d6ad6f939fdd29f1f1bde8ac554c1 (diff)
downloadlinux-048a96b73ffb499130ccd5fffd1a9c05e08a3d5f.tar.xz
misc: rtsx: Use named initializers for struct pci_device_id
Initializing structures using list initializers is harder to read than using named initializers. Seeing the member name is more ideomatic and easier to understand. Use named initializers for the driver's pci_device_id array. While at it also drop an explicit zero in the terminating array entry. There are no changes to the compiled result of the array; verified with builds for x86 and arm64. Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig@baylibre.com> Link: https://patch.msgid.link/20260504155715.2163032-2-u.kleine-koenig@baylibre.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions