All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging:iio:ad7150: Align arguments to match open parenthesis
@ 2018-03-08 12:22 Tom Lebreux
  2018-03-08 23:23 ` Tom Lebreux
  0 siblings, 1 reply; 2+ messages in thread
From: Tom Lebreux @ 2018-03-08 12:22 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
---
 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..947c088407a1 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

end of thread, other threads:[~2018-03-08 23:23 UTC | newest]

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

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.