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>
This commit is contained in:
committed by
Jonathan Cameron
parent
2cc5b0df86
commit
83b0b397b9
@@ -88,11 +88,11 @@ static inline int
|
|||||||
iio_simple_dummy_events_register(struct iio_dev *indio_dev)
|
iio_simple_dummy_events_register(struct iio_dev *indio_dev)
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
};
|
}
|
||||||
|
|
||||||
static inline void
|
static inline void
|
||||||
iio_simple_dummy_events_unregister(struct iio_dev *indio_dev)
|
iio_simple_dummy_events_unregister(struct iio_dev *indio_dev)
|
||||||
{ };
|
{}
|
||||||
|
|
||||||
#endif /* CONFIG_IIO_SIMPLE_DUMMY_EVENTS*/
|
#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)
|
static inline int iio_simple_dummy_configure_buffer(struct iio_dev *indio_dev)
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
};
|
}
|
||||||
|
|
||||||
static inline
|
static inline
|
||||||
void iio_simple_dummy_unconfigure_buffer(struct iio_dev *indio_dev)
|
void iio_simple_dummy_unconfigure_buffer(struct iio_dev *indio_dev)
|
||||||
{};
|
{}
|
||||||
|
|
||||||
#endif /* CONFIG_IIO_SIMPLE_DUMMY_BUFFER */
|
#endif /* CONFIG_IIO_SIMPLE_DUMMY_BUFFER */
|
||||||
#endif /* _IIO_SIMPLE_DUMMY_H_ */
|
#endif /* _IIO_SIMPLE_DUMMY_H_ */
|
||||||
|
|||||||
Reference in New Issue
Block a user