From 663b03d8ae9e5923fc47471023fa8d243831bc73 Mon Sep 17 00:00:00 2001 From: Ioana Ciornei Date: Thu, 29 Oct 2015 01:01:53 +0200 Subject: [PATCH] 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 --- drivers/staging/iio/accel/sca3000_core.c | 2 -- 1 file changed, 2 deletions(-) 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 @@ sca3000_store_measurement_mode(struct device *dev, return ret; } - /* * Not even vaguely standard attributes so defined here rather than * in the relevant IIO core headers -- 2.45.2