Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c50ea266 authored by Ioana Ciornei's avatar Ioana Ciornei Committed by Greg Kroah-Hartman
Browse files

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: default avatarIoana Ciornei <ciorneiioana@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4a613ad4
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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);