aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/iio/dummy
diff options
context:
space:
mode:
authorPeter Meerwald-Stadler <pmeerw@pmeerw.net>2016-12-20 17:38:10 +0100
committerJonathan Cameron <jic23@kernel.org>2016-12-30 18:35:05 +0000
commit83b0b397b909bea2fb0db1fb4e1b35403a61f2a1 (patch)
treebd42d117e822174753fb60bc5c0752b2b8b4c892 /drivers/iio/dummy
parentiio: dac: ad5593r: Add ACPI support (diff)
downloadwireguard-linux-83b0b397b909bea2fb0db1fb4e1b35403a61f2a1.tar.xz
wireguard-linux-83b0b397b909bea2fb0db1fb4e1b35403a61f2a1.zip
iio: dummy: No semicolon at end of function definition
Signed-off-by: Peter Meerwald-Stadler <pmeerw@pmeerw.net> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/dummy')
-rw-r--r--drivers/iio/dummy/iio_simple_dummy.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/iio/dummy/iio_simple_dummy.h b/drivers/iio/dummy/iio_simple_dummy.h
index b9069a180672..f7005c3f5df3 100644
--- a/drivers/iio/dummy/iio_simple_dummy.h
+++ b/drivers/iio/dummy/iio_simple_dummy.h
@@ -88,11 +88,11 @@ static inline int
iio_simple_dummy_events_register(struct iio_dev *indio_dev)
{
return 0;
-};
+}
static inline void
iio_simple_dummy_events_unregister(struct iio_dev *indio_dev)
-{ };
+{}
#endif /* CONFIG_IIO_SIMPLE_DUMMY_EVENTS*/
@@ -119,11 +119,11 @@ void iio_simple_dummy_unconfigure_buffer(struct iio_dev *indio_dev);
static inline int iio_simple_dummy_configure_buffer(struct iio_dev *indio_dev)
{
return 0;
-};
+}
static inline
void iio_simple_dummy_unconfigure_buffer(struct iio_dev *indio_dev)
-{};
+{}
#endif /* CONFIG_IIO_SIMPLE_DUMMY_BUFFER */
#endif /* _IIO_SIMPLE_DUMMY_H_ */