projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6570e1
)
staging:iio:ad7150: Align arguments to match open parenthesis
author
Tom Lebreux
<tomlebreux@cock.li>
Thu, 8 Mar 2018 23:56:07 +0000
(18:56 -0500)
committer
Jonathan Cameron
<Jonathan.Cameron@huawei.com>
Sat, 10 Mar 2018 16:18:14 +0000
(16:18 +0000)
This fixes the following checkpatch.pl CHECK: Alignment should match
open parenthesis
Signed-off-by: Tom Lebreux <tomlebreux@cock.li>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/staging/iio/cdc/ad7150.c
patch
|
blob
|
history
diff --git
a/drivers/staging/iio/cdc/ad7150.c
b/drivers/staging/iio/cdc/ad7150.c
index 2fe916c48848e6ef6ba3dd2fd1f89fc9d7f3aded..d16084d7068ce06a94e0adca5f5f517fc8c97045 100644
(file)
--- 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;