Staging: iio: iio_simple_dummy: fix line over 80 characters
authorEbru Akagunduz <ebru.akagunduz@gmail.com>
Sun, 6 Oct 2013 11:46:47 +0000 (14:46 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
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 <ebru.akagunduz@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/iio/iio_simple_dummy.c

index 141ec61..9135e60 100644 (file)
@@ -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;