staging: iio: whitespace cleanup

Fixed whitespace coding style issues.

Signed-off-by: Phillip Kurtenbach <pkurtenbach@gmail.com>
Acked-by: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Phillip Kurtenbach 2010-09-26 01:11:09 +02:00 committed by Greg Kroah-Hartman
parent 20caa14c59
commit 0abd242839
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ EXPORT_SYMBOL(__iio_change_event);
* are queued. Hence a client MUST open the chrdev before the ring buffer is * are queued. Hence a client MUST open the chrdev before the ring buffer is
* switched on. * switched on.
*/ */
int __iio_push_event(struct iio_event_interface *ev_int, int __iio_push_event(struct iio_event_interface *ev_int,
int ev_code, int ev_code,
s64 timestamp, s64 timestamp,
struct iio_shared_ev_pointer * struct iio_shared_ev_pointer *

View File

@ -325,7 +325,7 @@ ssize_t iio_read_ring_length(struct device *dev,
} }
EXPORT_SYMBOL(iio_read_ring_length); EXPORT_SYMBOL(iio_read_ring_length);
ssize_t iio_write_ring_length(struct device *dev, ssize_t iio_write_ring_length(struct device *dev,
struct device_attribute *attr, struct device_attribute *attr,
const char *buf, const char *buf,
size_t len) size_t len)