mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-30 08:02:30 +00:00
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: Oussama Jabbari <oussama.jabbari@gmail.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
This commit is contained in:
parent
889c558095
commit
ce9d475607
1 changed files with 1 additions and 0 deletions
|
@ -180,6 +180,7 @@ static int adis16060_w_probe(struct spi_device *spi)
|
||||||
int ret;
|
int ret;
|
||||||
struct iio_dev *indio_dev = adis16060_iio_dev;
|
struct iio_dev *indio_dev = adis16060_iio_dev;
|
||||||
struct adis16060_state *st;
|
struct adis16060_state *st;
|
||||||
|
|
||||||
if (!indio_dev) {
|
if (!indio_dev) {
|
||||||
ret = -ENODEV;
|
ret = -ENODEV;
|
||||||
goto error_ret;
|
goto error_ret;
|
||||||
|
|
Loading…
Reference in a new issue