summaryrefslogtreecommitdiff
path: root/drivers/staging/iio/iio_dummy_evgen.c
diff options
context:
space:
mode:
authorCatalina Mocanu <catalina.mocanu@gmail.com>2014-09-18 21:55:06 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-09-19 23:24:19 (GMT)
commit4b4c727519b510ab9d9b33de51ea41fc34b9ef27 (patch)
tree941e79614e31d0f012b5311170c023995c6bc712 /drivers/staging/iio/iio_dummy_evgen.c
parentb581c3d9a90772613e05e659b4e8defc81704212 (diff)
downloadlinux-4b4c727519b510ab9d9b33de51ea41fc34b9ef27.tar.xz
staging: iio: dummy: add blank lines after declarations.
This fixes the following checkpatch.pl warning: WARNING: Missing a blank line after declarations. Signed-off-by: Catalina Mocanu <catalina.mocanu@gmail.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/iio/iio_dummy_evgen.c')
-rw-r--r--drivers/staging/iio/iio_dummy_evgen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/iio/iio_dummy_evgen.c b/drivers/staging/iio/iio_dummy_evgen.c
index 132d278..5a804f1 100644
--- a/drivers/staging/iio/iio_dummy_evgen.c
+++ b/drivers/staging/iio/iio_dummy_evgen.c
@@ -202,6 +202,7 @@ static struct device iio_evgen_dev = {
static __init int iio_dummy_evgen_init(void)
{
int ret = iio_dummy_evgen_create();
+
if (ret < 0)
return ret;
device_initialize(&iio_evgen_dev);