1
0
Fork 0

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>
hifive-unleashed-5.1
Ioana Ciornei 2015-10-29 01:01:52 +02:00 committed by Greg Kroah-Hartman
parent 4a613ad42d
commit c50ea26641
1 changed files with 4 additions and 2 deletions

View File

@ -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);