[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <55C60EA2.3050902@kernel.org>
Date: Sat, 8 Aug 2015 15:13:54 +0100
From: Jonathan Cameron <jic23@...nel.org>
To: Daniel Baluta <daniel.baluta@...il.com>,
Lars Svensson <lars1.svensson@...ymobile.com>
Cc: Hartmut Knaack <knaack.h@....de>,
Lars-Peter Clausen <lars@...afoo.de>,
Peter Meerwald <pmeerw@...erw.net>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
"linux-iio@...r.kernel.org" <linux-iio@...r.kernel.org>,
driverdev <devel@...verdev.osuosl.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] staging: iio_simple_dummy: Fix indentation errors
On 05/08/15 13:22, Daniel Baluta wrote:
> On Wed, Aug 5, 2015 at 3:15 PM, Lars Svensson
> <lars1.svensson@...ymobile.com> wrote:
>> Fixing indentation errors in
>> drivers/staging/iio/iio_simple_dummy_events.c.
>>
>> Signed-off-by: Lars Svensson <lars1.svensson@...ymobile.com>
>
> Good catch.
>
> Acked-by: Daniel Baluta <daniel.baluta@...el.com>
>
Thanks. Applied to the togreg branch of iio.git which will
initially be pushed out as staging for the autobuilders to
deal with it.
Jonathan
>
>> ---
>> drivers/staging/iio/iio_simple_dummy_events.c | 4 ++--
>> 1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/drivers/staging/iio/iio_simple_dummy_events.c b/drivers/staging/iio/iio_simple_dummy_events.c
>> index ecc563c..73108ba 100644
>> --- a/drivers/staging/iio/iio_simple_dummy_events.c
>> +++ b/drivers/staging/iio/iio_simple_dummy_events.c
>> @@ -120,7 +120,7 @@ int iio_simple_dummy_read_event_value(struct iio_dev *indio_dev,
>> const struct iio_chan_spec *chan,
>> enum iio_event_type type,
>> enum iio_event_direction dir,
>> - enum iio_event_info info,
>> + enum iio_event_info info,
>> int *val, int *val2)
>> {
>> struct iio_dummy_state *st = iio_priv(indio_dev);
>> @@ -143,7 +143,7 @@ int iio_simple_dummy_write_event_value(struct iio_dev *indio_dev,
>> const struct iio_chan_spec *chan,
>> enum iio_event_type type,
>> enum iio_event_direction dir,
>> - enum iio_event_info info,
>> + enum iio_event_info info,
>> int val, int val2)
>> {
>> struct iio_dummy_state *st = iio_priv(indio_dev);
>> --
>> 1.8.2.2
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-iio" in
>> the body of a message to majordomo@...r.kernel.org
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
> --
> To unsubscribe from this list: send the line "unsubscribe linux-iio" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
--
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