From: Giorgi Tchankvetadze Date: Mon, 23 Feb 2026 08:24:00 +0000 (+0400) Subject: iio: adc: ad7173: move opening brace to a separate line X-Git-Tag: v7.1-rc1~17^2~120^2~157 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=049875cb16a02473f141968e1b3f29f226504dd9;p=thirdparty%2Fkernel%2Flinux.git 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 Reviewed-by: Andy Shevchenko Signed-off-by: Jonathan Cameron --- diff --git a/drivers/iio/adc/ad7173.c b/drivers/iio/adc/ad7173.c index d36612352b443..f76a9e08f39e4 100644 --- a/drivers/iio/adc/ad7173.c +++ b/drivers/iio/adc/ad7173.c @@ -1763,7 +1763,8 @@ static int ad7173_validate_openwire_ain_inputs(struct ad7173_state *st, static unsigned int ad7173_calc_openwire_thrsh_raw(struct ad7173_state *st, struct iio_chan_spec *chan, struct ad7173_channel *chan_st_priv, - unsigned int thrsh_mv) { + unsigned int thrsh_mv) +{ unsigned int thrsh_raw; thrsh_raw =