mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-16 06:41:39 -04:00
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:
committed by
Jonathan Cameron
parent
06cdcd389e
commit
049875cb16
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user