Message ID | 20180308235607.11503-1-tomlebreux@cock.li (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Thu, 8 Mar 2018 18:56:07 -0500 Tom Lebreux <tomlebreux@cock.li> wrote: > This fixes the following checkpatch.pl CHECK: Alignment should match > open parenthesis > > Signed-off-by: Tom Lebreux <tomlebreux@cock.li> Applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to play with it. Thanks, Jonathan > --- > Changes in v2: > - Added Signed-off-by. > drivers/staging/iio/cdc/ad7150.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/drivers/staging/iio/cdc/ad7150.c b/drivers/staging/iio/cdc/ad7150.c > index 2fe916c48848..d16084d7068c 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; -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/staging/iio/cdc/ad7150.c b/drivers/staging/iio/cdc/ad7150.c index 2fe916c48848..d16084d7068c 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;
This fixes the following checkpatch.pl CHECK: Alignment should match open parenthesis Signed-off-by: Tom Lebreux <tomlebreux@cock.li> --- Changes in v2: - Added Signed-off-by. drivers/staging/iio/cdc/ad7150.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)