2015-08-05 12:15:38

by Lars Svensson

[permalink] [raw]
Subject: [PATCH] staging: iio_simple_dummy: Fix indentation errors

Fixing indentation errors in
drivers/staging/iio/iio_simple_dummy_events.c.

Signed-off-by: Lars Svensson <[email protected]>
---
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


2015-08-05 12:22:27

by Daniel Baluta

[permalink] [raw]
Subject: Re: [PATCH] staging: iio_simple_dummy: Fix indentation errors

On Wed, Aug 5, 2015 at 3:15 PM, Lars Svensson
<[email protected]> wrote:
> Fixing indentation errors in
> drivers/staging/iio/iio_simple_dummy_events.c.
>
> Signed-off-by: Lars Svensson <[email protected]>

Good catch.

Acked-by: Daniel Baluta <[email protected]>


> ---
> 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 [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html

2015-08-08 14:13:59

by Jonathan Cameron

[permalink] [raw]
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
> <[email protected]> wrote:
>> Fixing indentation errors in
>> drivers/staging/iio/iio_simple_dummy_events.c.
>>
>> Signed-off-by: Lars Svensson <[email protected]>
>
> Good catch.
>
> Acked-by: Daniel Baluta <[email protected]>
>
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 [email protected]
>> 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 [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>