aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIoana Ciornei <ciorneiioana@gmail.com>2015-10-28 19:01:52 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-10-28 19:53:42 -0400
commitc50ea26641279b8993ed3796d91598329d012420 (patch)
tree28f26b42eb724008e62aa48200dd4e6ea459a826
parent4a613ad42daa8eb507c641f0cbf33984ad8a02c4 (diff)
staging: iio: accel: fix block comments alignment
This patch properly aligns the block comment in order to follow the linux coding style convetions. Signed-off-by: Ioana Ciornei <ciorneiioana@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/iio/accel/lis3l02dq_core.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/staging/iio/accel/lis3l02dq_core.c b/drivers/staging/iio/accel/lis3l02dq_core.c
index db28b55a72c4..7a1939a66c93 100644
--- a/drivers/staging/iio/accel/lis3l02dq_core.c
+++ b/drivers/staging/iio/accel/lis3l02dq_core.c
@@ -406,8 +406,10 @@ static int lis3l02dq_initial_setup(struct iio_dev *indio_dev)
406 goto err_ret; 406 goto err_ret;
407 } 407 }
408 408
409 /* Read back to check this has worked acts as loose test of correct 409 /*
410 * chip */ 410 * Read back to check this has worked acts as loose test of correct
411 * chip
412 */
411 ret = lis3l02dq_spi_read_reg_8(indio_dev, 413 ret = lis3l02dq_spi_read_reg_8(indio_dev,
412 LIS3L02DQ_REG_CTRL_1_ADDR, 414 LIS3L02DQ_REG_CTRL_1_ADDR,
413 &valtest); 415 &valtest);