Commit d6570e19 authored by Tom Lebreux's avatar Tom Lebreux Committed by Jonathan Cameron

staging:iio:ad7152: Align arguments to match open parenthesis

This patch fixes checkpatch.pl CHECK for alignment.
Signed-off-by: default avatarTom Lebreux <tomlebreux@cock.li>
Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent 5214ad6d
...@@ -426,8 +426,8 @@ static int ad7152_read_raw(struct iio_dev *indio_dev, ...@@ -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, static int ad7152_write_raw_get_fmt(struct iio_dev *indio_dev,
struct iio_chan_spec const *chan, struct iio_chan_spec const *chan,
long mask) long mask)
{ {
switch (mask) { switch (mask) {
case IIO_CHAN_INFO_SCALE: case IIO_CHAN_INFO_SCALE:
...@@ -493,7 +493,7 @@ static const struct iio_chan_spec ad7152_channels[] = { ...@@ -493,7 +493,7 @@ static const struct iio_chan_spec ad7152_channels[] = {
*/ */
static int ad7152_probe(struct i2c_client *client, static int ad7152_probe(struct i2c_client *client,
const struct i2c_device_id *id) const struct i2c_device_id *id)
{ {
int ret = 0; int ret = 0;
struct ad7152_chip_info *chip; struct ad7152_chip_info *chip;
......
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