From: Ioana Ciornei Date: Wed, 28 Oct 2015 23:01:52 +0000 (+0200) Subject: staging: iio: accel: fix block comments alignment X-Git-Tag: v4.4-rc1~125^2~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c50ea26641279b8993ed3796d91598329d012420;p=thirdparty%2Fkernel%2Fstable.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/iio/accel/lis3l02dq_core.c b/drivers/staging/iio/accel/lis3l02dq_core.c index db28b55a72c47..7a1939a66c935 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);