Commit 663b03d8 authored by Ioana Ciornei's avatar Ioana Ciornei Committed by Greg Kroah-Hartman

staging: iio: accel: remove unwanted blank lines

This patch removes unwanted blank lines in order to follow
the linux coding style.
Signed-off-by: default avatarIoana Ciornei <ciorneiioana@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c50ea266
...@@ -168,7 +168,6 @@ static int sca3000_write_ctrl_reg(struct sca3000_state *st, ...@@ -168,7 +168,6 @@ static int sca3000_write_ctrl_reg(struct sca3000_state *st,
u8 sel, u8 sel,
uint8_t val) uint8_t val)
{ {
int ret; int ret;
ret = sca3000_reg_lock_on(st); ret = sca3000_reg_lock_on(st);
...@@ -374,7 +373,6 @@ sca3000_store_measurement_mode(struct device *dev, ...@@ -374,7 +373,6 @@ sca3000_store_measurement_mode(struct device *dev,
return ret; return ret;
} }
/* /*
* Not even vaguely standard attributes so defined here rather than * Not even vaguely standard attributes so defined here rather than
* in the relevant IIO core headers * in the relevant IIO core headers
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment