summary refs log tree commit diff
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2020-07-16 14:59:08 +0100
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2020-07-20 09:02:53 +0100
commitbc022cb75f3fea78d5ebac72750d574630aa2a2f (patch)
tree2da44170e7310d6c2a5e4ea98150aafe679bd559
parent36d1368dd3374099b7ddd63c38b198166a2c11fb (diff)
downloadlinux-bc022cb75f3fea78d5ebac72750d574630aa2a2f.tar.gz
iio: dummy: iio_simple_dummy: Add newline after function-end
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>
-rw-r--r--drivers/iio/dummy/iio_simple_dummy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/dummy/iio_simple_dummy.c b/drivers/iio/dummy/iio_simple_dummy.c
index 9eba34c1a374..c0b7ef900735 100644
--- a/drivers/iio/dummy/iio_simple_dummy.c
+++ b/drivers/iio/dummy/iio_simple_dummy.c
@@ -689,6 +689,7 @@ static int iio_dummy_remove(struct iio_sw_device *swd)
 
 	return 0;
 }
+
 /*
  * module_iio_sw_device_driver() -  device driver registration
  *