linux/drivers/nfc/nfcmrvl
Uwe Kleine-König (The Capable Hub) 4f34361174
nfc: Unify style of usb_device_id arrays
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>
2026-08-11 18:14:01 +02:00
..
fw_dnld.c NFC: nfcmrvl: Replace strcpy() with strscpy() 2026-03-03 17:13:11 -08:00
fw_dnld.h nfc: mrvl: use SPDX-License-Identifier 2021-05-31 21:31:09 -07:00
i2c.c nfc: Unify style of of_device_id arrays 2026-08-11 18:14:00 +02:00
Kconfig nfc: Fix Kconfig indentation 2019-11-20 12:30:40 -08:00
main.c nfc: nfcmrvl: convert to gpio descriptors 2026-03-09 10:25:34 +01:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
nfcmrvl.h nfc: nfcmrvl: convert to gpio descriptors 2026-03-09 10:25:34 +01:00
spi.c nfc: Initialize spi_device_idarrays using member names 2026-08-11 18:14:00 +02:00
uart.c nfc: nfcmrvl: convert to gpio descriptors 2026-03-09 10:25:34 +01:00
usb.c nfc: Unify style of usb_device_id arrays 2026-08-11 18:14:01 +02:00