OSDN Git Service

staging:iio:ad7150: Align arguments to match open parenthesis
authorTom Lebreux <tomlebreux@cock.li>
Thu, 8 Mar 2018 23:56:07 +0000 (18:56 -0500)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 10 Mar 2018 16:18:14 +0000 (16:18 +0000)
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>
drivers/staging/iio/cdc/ad7150.c

index 2fe916c..d16084d 100644 (file)
@@ -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;