]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
iio: adc: mt6359-auxadc: Fix comma spacing
authorGiorgi Tchankvetadze <giorgitchankvetadze1997@gmail.com>
Tue, 10 Mar 2026 14:38:10 +0000 (18:38 +0400)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 15 Mar 2026 12:29:43 +0000 (12:29 +0000)
commit8c7440c686091a109802a720db25224dcc21485a
treec0043663ae5f908681afd2674ad24b68887e9d40
parentff0843ceb1fb11a6b73e0e77b932ef7967aecd4b
iio: adc: mt6359-auxadc: Fix comma spacing

Fix incorrect whitespace around comma on line 325 to comply with
kernel coding style. This silences checkpatch errors "ERROR: space
prohibited before that ','" and "ERROR: space required after that ','".
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/mt6359-auxadc.c