Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d7c0886e authored by Ebru Akagunduz's avatar Ebru Akagunduz Committed by Greg Kroah-Hartman
Browse files

Staging: iio: iio_simple_dummy: fix line over 80 characters



Fix checkpatch.pl issues with line over 80 characters in
iio_simple_dummy.c

Signed-off-by: default avatarEbru Akagunduz <ebru.akagunduz@gmail.com>
Reviewed-by: default avatarJosh Triplett <josh@joshtriplett.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ae1dd9bc
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;