Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 69869c01 authored by Catalina Mocanu's avatar Catalina Mocanu Committed by Greg Kroah-Hartman
Browse files

staging: iio: impedance-analyzer: add blank line after declaration



This fixes the following checkpatch.pl warning:
WARNING: Missing a blank line after declarations.

Signed-off-by: default avatarCatalina Mocanu <catalina.mocanu@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 714ab9bd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -193,6 +193,7 @@ static int ad5933_cmd(struct ad5933_state *st, unsigned char cmd)
static int ad5933_reset(struct ad5933_state *st)
{
	unsigned char dat = st->ctrl_lb | AD5933_CTRL_RESET;

	return ad5933_i2c_write(st->client,
			AD5933_REG_CONTROL_LB, 1, &dat);
}