Staging: iio: accel: adis16201: Adjust argument to match open parentheses
authorHimanshu Jha <himanshujha199640@gmail.com>
Fri, 16 Mar 2018 20:06:25 +0000 (01:36 +0530)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 18 Mar 2018 08:35:09 +0000 (08:35 +0000)
In adis16201_read_raw() adjust an argument to match an open parentheses
using tabs and spaces.

Signed-off-by: Himanshu Jha <himanshujha199640@gmail.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/staging/iio/accel/adis16201.c

index 67a24ee..97e25a3 100644 (file)
@@ -115,7 +115,7 @@ static int adis16201_read_raw(struct iio_dev *indio_dev,
        switch (mask) {
        case IIO_CHAN_INFO_RAW:
                return adis_single_conversion(indio_dev, chan,
-                               ADIS16201_ERROR_ACTIVE, val);
+                                             ADIS16201_ERROR_ACTIVE, val);
        case IIO_CHAN_INFO_SCALE:
                switch (chan->type) {
                case IIO_VOLTAGE: