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

Commit ce9d4756 authored by Oussama Jabbari's avatar Oussama Jabbari Committed by Jonathan Cameron
Browse files

staging: iio: adis16060: Fix coding style problem



This patch fixes a warning from checkpatch.pl script :
"WARNING: Missing a blank line after declarations"

Signed-off-by: default avatarOussama Jabbari <oussama.jabbari@gmail.com>
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent 889c5580
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -180,6 +180,7 @@ static int adis16060_w_probe(struct spi_device *spi)
	int ret;
	struct iio_dev *indio_dev = adis16060_iio_dev;
	struct adis16060_state *st;

	if (!indio_dev) {
		ret =  -ENODEV;
		goto error_ret;