]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
iio: adc: max1363: Reformat enum and array initializers
authorGiorgi Tchankvetadze <giorgitchankvetadze1997@gmail.com>
Sat, 7 Mar 2026 07:15:56 +0000 (11:15 +0400)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 14 Mar 2026 12:10:03 +0000 (12:10 +0000)
commitaf2f069b78950910ec7932a21544faad5ad8b13f
tree4ed9b2e0e8f1c7786f9f6c2efb4b9ac40965b882
parent1ff6d25d691d1b10c977b61219206c3400a81606
iio: adc: max1363: Reformat enum and array initializers

Reformat the device enum so each entry is on its own line and add a
trailing comma to the final enumerator. Also reformat the nearby monitor
speeds array for consistency.

No functional change.

Signed-off-by: Giorgi Tchankvetadze <giorgitchankvetadze1997@gmail.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/adc/max1363.c