diff options
author | Tom Lebreux <tomlebreux@cock.li> | 2018-03-08 18:56:07 -0500 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2018-03-10 16:18:14 +0000 |
commit | 6e2e828de05acbe2f4e070b3d51129fb1220b17d (patch) | |
tree | b96f74ee13ffa1c555561a25abe18dda43bb6fce /drivers/staging/iio | |
parent | d6570e198062c47cbe02bc2321c0514ffc57bc2f (diff) | |
download | blackbird-op-linux-6e2e828de05acbe2f4e070b3d51129fb1220b17d.tar.gz blackbird-op-linux-6e2e828de05acbe2f4e070b3d51129fb1220b17d.zip |
staging:iio:ad7150: Align arguments to match open parenthesis
This fixes the following checkpatch.pl CHECK: Alignment should match
open parenthesis
Signed-off-by: Tom Lebreux <tomlebreux@cock.li>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/staging/iio')
-rw-r--r-- | drivers/staging/iio/cdc/ad7150.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/staging/iio/cdc/ad7150.c b/drivers/staging/iio/cdc/ad7150.c index 2fe916c48848..d16084d7068c 100644 --- a/drivers/staging/iio/cdc/ad7150.c +++ b/drivers/staging/iio/cdc/ad7150.c @@ -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; |