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

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
......@@ -124,8 +124,9 @@ 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,
enum iio_event_direction dir)
const struct iio_chan_spec *chan,
enum iio_event_type type,
enum iio_event_direction dir)
{
int ret;
u8 threshtype;
......
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