mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 21:48:54 +02:00
- 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>
|
||
|---|---|---|
| .. | ||
| afu_irq.c | ||
| config.c | ||
| context.c | ||
| core.c | ||
| file.c | ||
| Kconfig | ||
| link.c | ||
| main.c | ||
| Makefile | ||
| mmio.c | ||
| ocxl_internal.h | ||
| pasid.c | ||
| pci.c | ||
| sysfs.c | ||
| trace.c | ||
| trace.h | ||