]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging:iio:ad7152: Align arguments to match open parenthesis
authorTom Lebreux <tomlebreux@cock.li>
Thu, 8 Mar 2018 23:19:04 +0000 (18:19 -0500)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 10 Mar 2018 16:16:53 +0000 (16:16 +0000)
This patch fixes checkpatch.pl CHECK for alignment.

Signed-off-by: Tom Lebreux <tomlebreux@cock.li>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/staging/iio/cdc/ad7152.c

index 19dc896603a1a70c1319073ff534ed4b2577a62d..25f51db05d2d9deda8a4bc30f9353a03d46c8c3f 100644 (file)
@@ -426,8 +426,8 @@ static int ad7152_read_raw(struct iio_dev *indio_dev,
 }
 
 static int ad7152_write_raw_get_fmt(struct iio_dev *indio_dev,
-                              struct iio_chan_spec const *chan,
-                              long mask)
+                                   struct iio_chan_spec const *chan,
+                                   long mask)
 {
        switch (mask) {
        case IIO_CHAN_INFO_SCALE:
@@ -493,7 +493,7 @@ static const struct iio_chan_spec ad7152_channels[] = {
  */
 
 static int ad7152_probe(struct i2c_client *client,
-               const struct i2c_device_id *id)
+                       const struct i2c_device_id *id)
 {
        int ret = 0;
        struct ad7152_chip_info *chip;