mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 18:43:33 +02:00
iio: adc: ad7380: add missing trailing commas
Add missing trailing commas in iio_scan_type structures Signed-off-by: Julien Stephan <jstephan@baylibre.com> Reviewed-by: David Lechner <dlechner@baylibre.com> Link: https://patch.msgid.link/20240731-ad7380-add-single-ended-chips-v2-3-cd63bf05744c@baylibre.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
parent
d092b68698
commit
65c89a5ac6
|
|
@ -97,13 +97,13 @@ static const struct iio_scan_type ad7380_scan_type_14[] = {
|
|||
.sign = 's',
|
||||
.realbits = 14,
|
||||
.storagebits = 16,
|
||||
.endianness = IIO_CPU
|
||||
.endianness = IIO_CPU,
|
||||
},
|
||||
[AD7380_SCAN_TYPE_RESOLUTION_BOOST] = {
|
||||
.sign = 's',
|
||||
.realbits = 16,
|
||||
.storagebits = 16,
|
||||
.endianness = IIO_CPU
|
||||
.endianness = IIO_CPU,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
@ -113,13 +113,13 @@ static const struct iio_scan_type ad7380_scan_type_16[] = {
|
|||
.sign = 's',
|
||||
.realbits = 16,
|
||||
.storagebits = 16,
|
||||
.endianness = IIO_CPU
|
||||
.endianness = IIO_CPU,
|
||||
},
|
||||
[AD7380_SCAN_TYPE_RESOLUTION_BOOST] = {
|
||||
.sign = 's',
|
||||
.realbits = 18,
|
||||
.storagebits = 32,
|
||||
.endianness = IIO_CPU
|
||||
.endianness = IIO_CPU,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user