From: Tom Lebreux Date: Thu, 8 Mar 2018 23:56:07 +0000 (-0500) Subject: staging:iio:ad7150: Align arguments to match open parenthesis X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6e2e828de05acbe2f4e070b3d51129fb1220b17d;p=linux.git 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 Signed-off-by: Jonathan Cameron --- diff --git a/drivers/staging/iio/cdc/ad7150.c b/drivers/staging/iio/cdc/ad7150.c index 2fe916c48848e..d16084d7068ce 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;