iio:accel:adxl345: Change alignment to match paranthesis
Align broken line to match upper line parenthesis. Solves the checkpatch.pl's message: CHECK: Alignment should match open parenthesis Signed-off-by: Luciana da Costa Marques <lucianadacostamarques@gmail.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
committed by
Jonathan Cameron
parent
b73c2c1a1c
commit
d4cd36220e
@@ -150,8 +150,8 @@ static int adxl345_read_raw(struct iio_dev *indio_dev,
|
|||||||
}
|
}
|
||||||
|
|
||||||
static int adxl345_write_raw(struct iio_dev *indio_dev,
|
static int adxl345_write_raw(struct iio_dev *indio_dev,
|
||||||
struct iio_chan_spec const *chan,
|
struct iio_chan_spec const *chan,
|
||||||
int val, int val2, long mask)
|
int val, int val2, long mask)
|
||||||
{
|
{
|
||||||
struct adxl345_data *data = iio_priv(indio_dev);
|
struct adxl345_data *data = iio_priv(indio_dev);
|
||||||
s64 n;
|
s64 n;
|
||||||
|
|||||||
Reference in New Issue
Block a user