Commit bc022cb7 authored by Lee Jones's avatar Lee Jones Committed by Jonathan Cameron

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: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent 36d1368d
...@@ -689,6 +689,7 @@ static int iio_dummy_remove(struct iio_sw_device *swd) ...@@ -689,6 +689,7 @@ static int iio_dummy_remove(struct iio_sw_device *swd)
return 0; return 0;
} }
/* /*
* module_iio_sw_device_driver() - device driver registration * module_iio_sw_device_driver() - device driver registration
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment