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>
This commit is contained in:
parent
4a613ad42d
commit
c50ea26641
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user