Re: [PATCH 04/10] iio: imu: kmx61: Fixup parameters alignment

2015-01-04 Thread Jonathan Cameron
On 01/01/15 13:47, Hartmut Knaack wrote:
> Daniel Baluta schrieb am 23.12.2014 um 14:22:
>> Signed-off-by: Daniel Baluta 
> Acked-by: Hartmut Knaack 
Applied.
>> ---
>>  drivers/iio/imu/kmx61.c | 18 +-
>>  1 file changed, 9 insertions(+), 9 deletions(-)
>>
>> diff --git a/drivers/iio/imu/kmx61.c b/drivers/iio/imu/kmx61.c
>> index 4fc4f63..2652179 100644
>> --- a/drivers/iio/imu/kmx61.c
>> +++ b/drivers/iio/imu/kmx61.c
>> @@ -926,11 +926,11 @@ static int kmx61_read_event(struct iio_dev *indio_dev,
>>  }
>>  
>>  static int kmx61_write_event(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,
>> -int val, int val2)
>> + const struct iio_chan_spec *chan,
>> + enum iio_event_type type,
>> + enum iio_event_direction dir,
>> + enum iio_event_info info,
>> + int val, int val2)
>>  {
>>  struct kmx61_data *data = kmx61_get_data(indio_dev);
>>  
>> @@ -962,10 +962,10 @@ static int kmx61_read_event_config(struct iio_dev 
>> *indio_dev,
>>  }
>>  
>>  static int kmx61_write_event_config(struct iio_dev *indio_dev,
>> -   const struct iio_chan_spec *chan,
>> -   enum iio_event_type type,
>> -   enum iio_event_direction dir,
>> -   int state)
>> +const struct iio_chan_spec *chan,
>> +enum iio_event_type type,
>> +enum iio_event_direction dir,
>> +int state)
>>  {
>>  struct kmx61_data *data = kmx61_get_data(indio_dev);
>>  int ret = 0;
>>
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-iio" in
> the body of a message to majord...@vger.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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 04/10] iio: imu: kmx61: Fixup parameters alignment

2015-01-01 Thread Hartmut Knaack
Daniel Baluta schrieb am 23.12.2014 um 14:22:
> Signed-off-by: Daniel Baluta 
Acked-by: Hartmut Knaack 
> ---
>  drivers/iio/imu/kmx61.c | 18 +-
>  1 file changed, 9 insertions(+), 9 deletions(-)
> 
> diff --git a/drivers/iio/imu/kmx61.c b/drivers/iio/imu/kmx61.c
> index 4fc4f63..2652179 100644
> --- a/drivers/iio/imu/kmx61.c
> +++ b/drivers/iio/imu/kmx61.c
> @@ -926,11 +926,11 @@ static int kmx61_read_event(struct iio_dev *indio_dev,
>  }
>  
>  static int kmx61_write_event(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,
> - int val, int val2)
> +  const struct iio_chan_spec *chan,
> +  enum iio_event_type type,
> +  enum iio_event_direction dir,
> +  enum iio_event_info info,
> +  int val, int val2)
>  {
>   struct kmx61_data *data = kmx61_get_data(indio_dev);
>  
> @@ -962,10 +962,10 @@ static int kmx61_read_event_config(struct iio_dev 
> *indio_dev,
>  }
>  
>  static int kmx61_write_event_config(struct iio_dev *indio_dev,
> -const struct iio_chan_spec *chan,
> -enum iio_event_type type,
> -enum iio_event_direction dir,
> -int state)
> + const struct iio_chan_spec *chan,
> + enum iio_event_type type,
> + enum iio_event_direction dir,
> + int state)
>  {
>   struct kmx61_data *data = kmx61_get_data(indio_dev);
>   int ret = 0;
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 04/10] iio: imu: kmx61: Fixup parameters alignment

2014-12-23 Thread Daniel Baluta
Signed-off-by: Daniel Baluta 
---
 drivers/iio/imu/kmx61.c | 18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/drivers/iio/imu/kmx61.c b/drivers/iio/imu/kmx61.c
index 4fc4f63..2652179 100644
--- a/drivers/iio/imu/kmx61.c
+++ b/drivers/iio/imu/kmx61.c
@@ -926,11 +926,11 @@ static int kmx61_read_event(struct iio_dev *indio_dev,
 }
 
 static int kmx61_write_event(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,
-   int val, int val2)
+const struct iio_chan_spec *chan,
+enum iio_event_type type,
+enum iio_event_direction dir,
+enum iio_event_info info,
+int val, int val2)
 {
struct kmx61_data *data = kmx61_get_data(indio_dev);
 
@@ -962,10 +962,10 @@ static int kmx61_read_event_config(struct iio_dev 
*indio_dev,
 }
 
 static int kmx61_write_event_config(struct iio_dev *indio_dev,
-  const struct iio_chan_spec *chan,
-  enum iio_event_type type,
-  enum iio_event_direction dir,
-  int state)
+   const struct iio_chan_spec *chan,
+   enum iio_event_type type,
+   enum iio_event_direction dir,
+   int state)
 {
struct kmx61_data *data = kmx61_get_data(indio_dev);
int ret = 0;
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/