All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] staging:iio:ad7150: Align arguments to match open parenthesis
@ 2018-03-08 23:56 Tom Lebreux
  2018-03-10 16:18 ` Jonathan Cameron
  0 siblings, 1 reply; 2+ messages in thread
From: Tom Lebreux @ 2018-03-08 23:56 UTC (permalink / raw)
  To: Jonathan Cameron; +Cc: Lars-Peter Clausen, linux-iio, Tom Lebreux

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(-)

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;
-- 
2.16.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] staging:iio:ad7150: Align arguments to match open parenthesis
  2018-03-08 23:56 [PATCH v2] staging:iio:ad7150: Align arguments to match open parenthesis Tom Lebreux
@ 2018-03-10 16:18 ` Jonathan Cameron
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Cameron @ 2018-03-10 16:18 UTC (permalink / raw)
  To: Tom Lebreux; +Cc: Lars-Peter Clausen, linux-iio

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;


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-03-10 16:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-08 23:56 [PATCH v2] staging:iio:ad7150: Align arguments to match open parenthesis Tom Lebreux
2018-03-10 16:18 ` Jonathan Cameron

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.