Re: [PATCH] staging: iio_simple_dummy: Fix indentation errors

From: Jonathan Cameron
Date: Sat Aug 08 2015 - 10:14:09 EST


On 05/08/15 13:22, Daniel Baluta wrote:
> On Wed, Aug 5, 2015 at 3:15 PM, Lars Svensson
> <lars1.svensson@xxxxxxxxxxxxxx> wrote:
>> Fixing indentation errors in
>> drivers/staging/iio/iio_simple_dummy_events.c.
>>
>> Signed-off-by: Lars Svensson <lars1.svensson@xxxxxxxxxxxxxx>
>
> Good catch.
>
> Acked-by: Daniel Baluta <daniel.baluta@xxxxxxxxx>
>
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@xxxxxxxxxxxxxxx
>> 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@xxxxxxxxxxxxxxx
> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/