mirror of https://gitee.com/openkylin/linux.git
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: Catalina Mocanu <catalina.mocanu@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
714ab9bdd3
commit
69869c01ff
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue