From: Lee Jones Date: Thu, 16 Jul 2020 13:59:08 +0000 (+0100) Subject: iio: dummy: iio_simple_dummy: Add newline after function-end X-Git-Tag: v5.9-rc1~119^2~61^2~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc022cb75f3fea78d5ebac72750d574630aa2a2f;p=thirdparty%2Fkernel%2Fstable.git 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 Signed-off-by: Jonathan Cameron --- diff --git a/drivers/iio/dummy/iio_simple_dummy.c b/drivers/iio/dummy/iio_simple_dummy.c index 9eba34c1a3743..c0b7ef9007354 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 *