iio: dummy: iio_simple_dummy: Add newline after function-end
authorLee Jones <lee.jones@linaro.org>
Thu, 16 Jul 2020 13:59:08 +0000 (14:59 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 20 Jul 2020 08:02:53 +0000 (09:02 +0100)
Fixes the following checkpatch.pl warning(s):

 CHECK: Please use a blank line after function/struct/union/enum declarations
 #46: FILE: drivers/iio/dummy/iio_simple_dummy.c:690:
  }
 +/*
 total: 0 errors, 0 warnings, 1 checks, 22 lines checked

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/dummy/iio_simple_dummy.c

index 9eba34c..c0b7ef9 100644 (file)
@@ -689,6 +689,7 @@ static int iio_dummy_remove(struct iio_sw_device *swd)
 
        return 0;
 }
+
 /*
  * module_iio_sw_device_driver() -  device driver registration
  *