projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b90406f
)
iio: remove extra ; after function definition
author
Peter Meerwald
<pmeerw@pmeerw.net>
Mon, 18 Jun 2012 18:33:03 +0000
(20:33 +0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 19 Jun 2012 00:31:42 +0000
(17:31 -0700)
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
Acked-by: Jonathan Cameron <jic23@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/iio/buffer.h
patch
|
blob
|
history
diff --git
a/include/linux/iio/buffer.h
b/include/linux/iio/buffer.h
index fb0fe46fd65942dc675feae74afc0d7aa65088e1..ad4fb1af0f7d238f16918ee93d424b60fda4e6ba 100644
(file)
--- a/
include/linux/iio/buffer.h
+++ b/
include/linux/iio/buffer.h
@@
-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 */