Commit 6e2e828d authored by Tom Lebreux's avatar Tom Lebreux Committed by Jonathan Cameron
Browse files

staging:iio:ad7150: Align arguments to match open parenthesis



This fixes the following checkpatch.pl CHECK: Alignment should match
open parenthesis

Signed-off-by: default avatarTom Lebreux <tomlebreux@cock.li>
Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent d6570e19
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -124,7 +124,8 @@ static int ad7150_read_raw(struct iio_dev *indio_dev,
}

static int ad7150_read_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 ret;