Skip to content

Commit

Permalink
iio: remove extra ; after function definition
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
Acked-by: Jonathan Cameron <jic23@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Peter Meerwald authored and Greg Kroah-Hartman committed Jun 19, 2012
1 parent b90406f commit 19ea475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/iio/buffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ static inline int iio_buffer_register(struct iio_dev *indio_dev,
}

static inline void iio_buffer_unregister(struct iio_dev *indio_dev)
{};
{}

#endif /* CONFIG_IIO_BUFFER */

Expand Down

0 comments on commit 19ea475

Please sign in to comment.