Title: [9359] trunk/drivers/staging/iio: merge from upstream: staging: iio: whitespace cleanup
Revision
9359
Author
vapier
Date
2010-10-24 16:42:54 -0400 (Sun, 24 Oct 2010)

Log Message

merge from upstream: staging: iio: whitespace cleanup

From: Phillip Kurtenbach <[email protected]>

Fixed whitespace coding style issues.

Signed-off-by: Phillip Kurtenbach <[email protected]>
Acked-by: Jonathan Cameron <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>

Modified Paths

Diff

Modified: trunk/drivers/staging/iio/industrialio-core.c (9358 => 9359)


--- trunk/drivers/staging/iio/industrialio-core.c	2010-10-24 20:42:50 UTC (rev 9358)
+++ trunk/drivers/staging/iio/industrialio-core.c	2010-10-24 20:42:54 UTC (rev 9359)
@@ -59,7 +59,7 @@
  * are queued. Hence a client MUST open the chrdev before the ring buffer is
  * 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,
 		     s64 timestamp,
 		     struct iio_shared_ev_pointer *

Modified: trunk/drivers/staging/iio/industrialio-ring.c (9358 => 9359)


--- trunk/drivers/staging/iio/industrialio-ring.c	2010-10-24 20:42:50 UTC (rev 9358)
+++ trunk/drivers/staging/iio/industrialio-ring.c	2010-10-24 20:42:54 UTC (rev 9359)
@@ -325,7 +325,7 @@
 }
 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,
 			       const char *buf,
 			       size_t len)
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to