Commit c4f0ebd9 authored by Shraddha Barke's avatar Shraddha Barke Committed by Jonathan Cameron

Staging: iio: cdc: ad7150: Fix alignment should match open parenthesis

Fix the checkpatch warning of alignment should match open
parenthesis.
Signed-off-by: default avatarShraddha Barke <shraddha.6596@gmail.com>
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent c0559ae2
......@@ -160,7 +160,8 @@ static int ad7150_read_event_config(struct iio_dev *indio_dev,
/* lock should be held */
static int ad7150_write_event_params(struct iio_dev *indio_dev,
unsigned int chan, enum iio_event_type type,
unsigned int chan,
enum iio_event_type type,
enum iio_event_direction dir)
{
int ret;
......@@ -209,7 +210,8 @@ static int ad7150_write_event_params(struct iio_dev *indio_dev,
}
static int ad7150_write_event_config(struct iio_dev *indio_dev,
const struct iio_chan_spec *chan, enum iio_event_type type,
const struct iio_chan_spec *chan,
enum iio_event_type type,
enum iio_event_direction dir, int state)
{
u8 thresh_type, cfg, adaptive;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment