All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: iio_simple_dummy: Fix indentation errors
@ 2015-08-05 12:15 Lars Svensson
  2015-08-05 12:22 ` Daniel Baluta
  0 siblings, 1 reply; 3+ messages in thread
From: Lars Svensson @ 2015-08-05 12:15 UTC (permalink / raw)
  To: jic23
  Cc: knaack.h, lars, pmeerw, gregkh, linux-iio, devel, linux-kernel,
	Lars Svensson

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

Signed-off-by: Lars Svensson <lars1.svensson@sonymobile.com>
---
 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] staging: iio_simple_dummy: Fix indentation errors
  2015-08-05 12:15 [PATCH] staging: iio_simple_dummy: Fix indentation errors Lars Svensson
@ 2015-08-05 12:22 ` Daniel Baluta
  2015-08-08 14:13   ` Jonathan Cameron
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Baluta @ 2015-08-05 12:22 UTC (permalink / raw)
  To: Lars Svensson
  Cc: Jonathan Cameron, Hartmut Knaack, Lars-Peter Clausen,
	Peter Meerwald, Greg Kroah-Hartman, linux-iio, driverdev,
	Linux Kernel Mailing List

On Wed, Aug 5, 2015 at 3:15 PM, Lars Svensson
<lars1.svensson@sonymobile.com> wrote:
> Fixing indentation errors in
> drivers/staging/iio/iio_simple_dummy_events.c.
>
> Signed-off-by: Lars Svensson <lars1.svensson@sonymobile.com>

Good catch.

Acked-by: Daniel Baluta <daniel.baluta@intel.com>


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] staging: iio_simple_dummy: Fix indentation errors
  2015-08-05 12:22 ` Daniel Baluta
@ 2015-08-08 14:13   ` Jonathan Cameron
  0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Cameron @ 2015-08-08 14:13 UTC (permalink / raw)
  To: Daniel Baluta, Lars Svensson
  Cc: Hartmut Knaack, Lars-Peter Clausen, Peter Meerwald,
	Greg Kroah-Hartman, linux-iio, driverdev,
	Linux Kernel Mailing List

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-08-08 14:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-05 12:15 [PATCH] staging: iio_simple_dummy: Fix indentation errors Lars Svensson
2015-08-05 12:22 ` Daniel Baluta
2015-08-08 14:13   ` Jonathan Cameron

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.