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

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
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment