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:
ae1dd9b
)
Staging: iio: iio_simple_dummy: fix line over 80 characters
author
Ebru Akagunduz
<
[email protected]
>
Sun, 6 Oct 2013 11:46:47 +0000
(14:46 +0300)
committer
Greg Kroah-Hartman
<
[email protected]
>
Mon, 7 Oct 2013 05:13:45 +0000
(22:13 -0700)
Fix checkpatch.pl issues with line over 80 characters in
iio_simple_dummy.c
Signed-off-by: Ebru Akagunduz <
[email protected]
>
Reviewed-by: Josh Triplett <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/iio/iio_simple_dummy.c
patch
|
blob
|
history
diff --git
a/drivers/staging/iio/iio_simple_dummy.c
b/drivers/staging/iio/iio_simple_dummy.c
index 141ec6188dea871d7bccb83dc45e9f951814de0a..9135e603f5875d9204538ecf37cebf1a058d00af 100644
(file)
--- a/
drivers/staging/iio/iio_simple_dummy.c
+++ b/
drivers/staging/iio/iio_simple_dummy.c
@@
-470,7
+470,8
@@
static int iio_dummy_probe(int index)
* buffer, but avoid the output channel being registered by reducing the
* number of channels by 1.
*/
- ret = iio_simple_dummy_configure_buffer(indio_dev, iio_dummy_channels, 5);
+ ret = iio_simple_dummy_configure_buffer(indio_dev,
+ iio_dummy_channels, 5);
if (ret < 0)
goto error_unregister_events;