linux/drivers/misc/amd-sbi
Uwe Kleine-König (The Capable Hub) f06bae4ddc misc: Unify code style for various *_device_id arrays
- Add a trailing comma for initializers unless the closing brace is on
   the same line and for the list terminator;
 - Use a single space in the list terminator;
 - A space after an opening { and before a closing };
 - Use the PCI_DEVICE* macro in two drivers for pci_device_id entry
   which is usual for these arrays
 - No explicit zeros in the list terminator;

None of these changes introduces changes to the compiled result.

Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig@baylibre.com>
Acked-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Link: https://patch.msgid.link/583653bc7b9ae19707bc28be69a20e66b8c3720a.1784299069.git.u.kleine-koenig@baylibre.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2026-07-31 14:20:50 +02:00
..
Kconfig misc: amd-sbi: Add support for SB-TSI over I3C 2026-07-17 15:50:48 +02:00
Makefile hwmon/misc: amd-sbi: Move sbtsi register transfer to core abstraction 2026-07-17 15:50:48 +02:00
rmi-core.c misc: amd-sbi: Add null check for devm_kasprintf() 2026-07-17 15:50:30 +02:00
rmi-core.h misc: amd-sbi: Add support for CPUID protocol 2025-05-21 14:44:40 +02:00
rmi-hwmon.c misc: amd-sbi: Add support for AMD_SBI IOCTL 2025-05-21 14:44:40 +02:00
rmi-i2c.c misc: Unify code style for various *_device_id arrays 2026-07-31 14:20:50 +02:00
tsi-core.c misc: amd-sbi: Add SBTSI ioctl register transfer interface 2026-07-17 15:50:48 +02:00
tsi-core.h misc: amd-sbi: Add SBTSI ioctl register transfer interface 2026-07-17 15:50:48 +02:00
tsi.c misc: amd-sbi: Add SBTSI ioctl register transfer interface 2026-07-17 15:50:48 +02:00