]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
iio: adc: meson-saradc: Make the of_device_id array style consistent
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Tue, 15 Sep 2020 19:26:21 +0000 (21:26 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Wed, 16 Sep 2020 18:17:24 +0000 (19:17 +0100)
commit14b15f3f9c92c34342af508ef9c83df29bb28029
tree50e9555a5090f327c9a34c55e109b5f02d26ab66
parent13ca1a1be50180ccd700cff00a342156b1cdae8e
iio: adc: meson-saradc: Make the of_device_id array style consistent

Use only one line for the closing bracket of the last entry and the
opening bracket for the next one to keep the style across the whole
array consistent. Also add a "sentinel" comment to the last entry and
remove the comma to ensure that there won't be any entry after it.
No functional changes.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Link: https://lore.kernel.org/r/20200915192621.13202-1-martin.blumenstingl@googlemail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/adc/meson_saradc.c