]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
iio: adc: ad7173: move opening brace to a separate line
authorGiorgi Tchankvetadze <giorgitchankvetadze1997@gmail.com>
Mon, 23 Feb 2026 08:24:00 +0000 (12:24 +0400)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 23 Feb 2026 21:20:26 +0000 (21:20 +0000)
commit049875cb16a02473f141968e1b3f29f226504dd9
treed181727a6e2ef345fa271bcecea3e808b77b96f2
parent06cdcd389ec464d42efa60fd096e91da6931773e
iio: adc: ad7173: move opening brace to a separate line

Place the opening brace of ad7173_calc_openwire_thrsh_raw() on its own
line to comply with the kernel coding style for function definitions.
Issue found by checkpatch.

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/ad7173.c