diff options
author | Ioana Ciornei <ciorneiioana@gmail.com> | 2015-10-29 01:01:52 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-10-29 08:53:42 +0900 |
commit | c50ea26641279b8993ed3796d91598329d012420 (patch) | |
tree | 28f26b42eb724008e62aa48200dd4e6ea459a826 /drivers | |
parent | 4a613ad42daa8eb507c641f0cbf33984ad8a02c4 (diff) | |
download | linux-c50ea26641279b8993ed3796d91598329d012420.tar.gz linux-c50ea26641279b8993ed3796d91598329d012420.tar.bz2 linux-c50ea26641279b8993ed3796d91598329d012420.zip |
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/iio/accel/lis3l02dq_core.c | 6 |
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) goto err_ret; } - /* Read back to check this has worked acts as loose test of correct - * chip */ + /* + * Read back to check this has worked acts as loose test of correct + * chip + */ ret = lis3l02dq_spi_read_reg_8(indio_dev, LIS3L02DQ_REG_CTRL_1_ADDR, &valtest); |