Skip to content

Commit

Permalink
staging: iio: adis16060: Fix coding style problem
Browse files Browse the repository at this point in the history
This patch fixes a warning from checkpatch.pl script :
"WARNING: Missing a blank line after declarations"

Signed-off-by: Oussama Jabbari <oussama.jabbari@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
  • Loading branch information
Oussama Jabbari authored and Jonathan Cameron committed Aug 7, 2014
1 parent 889c558 commit ce9d475
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/staging/iio/gyro/adis16060_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ce9d475

Please sign in to comment.