mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 13:14:02 +02:00
The usual coding style is to skip the comma after a initializer iff the closing } is on the same line. Also there is usually no empty line between the array and the MODULE_DEVICE_TABLE() macro. Adapt two drivers accordingly to match this common style. Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig@baylibre.com> Link: https://patch.msgid.link/8a186cb0376deb3d4f4264e6ed351562b79bb53d.1783091699.git.u.kleine-koenig@baylibre.com Signed-off-by: David Heidelberg <david@ixit.cz> |
||
|---|---|---|
| .. | ||
| fw_dnld.c | ||
| fw_dnld.h | ||
| i2c.c | ||
| Kconfig | ||
| main.c | ||
| Makefile | ||
| nfcmrvl.h | ||
| spi.c | ||
| uart.c | ||
| usb.c | ||