From: Ioana Ciornei Date: Wed, 28 Oct 2015 23:01:53 +0000 (+0200) Subject: staging: iio: accel: remove unwanted blank lines X-Git-Tag: KARO-TX6UL-2015-11-03~34^2~51 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=663b03d8ae9e5923fc47471023fa8d243831bc73;p=karo-tx-linux.git staging: iio: accel: remove unwanted blank lines This patch removes unwanted blank lines in order to follow the linux coding style. Signed-off-by: Ioana Ciornei Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/iio/accel/sca3000_core.c b/drivers/staging/iio/accel/sca3000_core.c index 961d3109e448..dbe0a649e4f2 100644 --- a/drivers/staging/iio/accel/sca3000_core.c +++ b/drivers/staging/iio/accel/sca3000_core.c @@ -168,7 +168,6 @@ static int sca3000_write_ctrl_reg(struct sca3000_state *st, u8 sel, uint8_t val) { - int ret; ret = sca3000_reg_lock_on(st); @@ -374,7 +373,6 @@ error_ret: return ret; } - /* * Not even vaguely standard attributes so defined here rather than * in the relevant IIO core headers