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>
This commit is contained in:
Giorgi Tchankvetadze
2026-02-23 12:24:00 +04:00
committed by Jonathan Cameron
parent 06cdcd389e
commit 049875cb16

View File

@@ -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 =