[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4C9F15E7.6030003@cam.ac.uk>
Date: Sun, 26 Sep 2010 10:44:07 +0100
From: Jonathan Cameron <jic23@....ac.uk>
To: Phillip Kurtenbach <pkurtenbach@...glemail.com>
CC: gregkh@...e.de, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org,
Phillip Kurtenbach <pkurtenbach@...il.com>
Subject: Re: [PATCH] staging: iio: whitespace cleanup
On 09/26/10 00:11, Phillip Kurtenbach wrote:
> Fixed whitespace coding style issues.
>
> Signed-off-by: Phillip Kurtenbach <pkurtenbach@...il.com>
Thanks. Those two seem to have been there a long time!
Acked-by: Jonathan Cameron <jic23@....ac.uk>
> ---
> drivers/staging/iio/industrialio-core.c | 2 +-
> drivers/staging/iio/industrialio-ring.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/staging/iio/industrialio-core.c b/drivers/staging/iio/industrialio-core.c
> index dd4d87a..c03e1ae 100644
> --- a/drivers/staging/iio/industrialio-core.c
> +++ b/drivers/staging/iio/industrialio-core.c
> @@ -59,7 +59,7 @@ EXPORT_SYMBOL(__iio_change_event);
> * 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 *
> diff --git a/drivers/staging/iio/industrialio-ring.c b/drivers/staging/iio/industrialio-ring.c
> index 6ab578e..972a41a 100644
> --- a/drivers/staging/iio/industrialio-ring.c
> +++ b/drivers/staging/iio/industrialio-ring.c
> @@ -312,7 +312,7 @@ ssize_t iio_read_ring_length(struct device *dev,
> }
> 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)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists