linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] iio: light: cm32181: Fix typo 's/claibscale/calibscale/'
@ 2015-01-15 22:24 Roberta Dobrescu
  2015-01-16  9:40 ` Daniel Baluta
  0 siblings, 1 reply; 3+ messages in thread
From: Roberta Dobrescu @ 2015-01-15 22:24 UTC (permalink / raw)
  To: linux-iio, jic23
  Cc: octavian.purdila, daniel.baluta, lars, Michael.Hennerich,
	knaack.h, pmeerw, Roberta Dobrescu

Signed-off-by: Roberta Dobrescu <roberta.dobrescu@gmail.com>
---
 drivers/iio/light/cm32181.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/iio/light/cm32181.c b/drivers/iio/light/cm32181.c
index ad36b29..5d12ae54 100644
--- a/drivers/iio/light/cm32181.c
+++ b/drivers/iio/light/cm32181.c
@@ -169,7 +169,7 @@ static int cm32181_write_als_it(struct cm32181_chip *cm32181, int val)
  * @cm32181:	pointer of struct cm32181.
  *
  * Convert sensor raw data to lux.  It depends on integration
- * time and claibscale variable.
+ * time and calibscale variable.
  *
  * Return: Positive value is lux, otherwise is error code.
  */
-- 
1.9.1

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

* Re: [PATCH] iio: light: cm32181: Fix typo 's/claibscale/calibscale/'
  2015-01-15 22:24 [PATCH] iio: light: cm32181: Fix typo 's/claibscale/calibscale/' Roberta Dobrescu
@ 2015-01-16  9:40 ` Daniel Baluta
  2015-01-16 22:52   ` Jonathan Cameron
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Baluta @ 2015-01-16  9:40 UTC (permalink / raw)
  To: Roberta Dobrescu
  Cc: linux-iio@vger.kernel.org, Jonathan Cameron,
	octavian.purdila@intel.com, Daniel Baluta, Lars-Peter Clausen,
	Michael.Hennerich, Hartmut Knaack, Peter Meerwald

On Fri, Jan 16, 2015 at 12:24 AM, Roberta Dobrescu
<roberta.dobrescu@gmail.com> wrote:
> Signed-off-by: Roberta Dobrescu <roberta.dobrescu@gmail.com>

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

> ---
>  drivers/iio/light/cm32181.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/iio/light/cm32181.c b/drivers/iio/light/cm32181.c
> index ad36b29..5d12ae54 100644
> --- a/drivers/iio/light/cm32181.c
> +++ b/drivers/iio/light/cm32181.c
> @@ -169,7 +169,7 @@ static int cm32181_write_als_it(struct cm32181_chip *cm32181, int val)
>   * @cm32181:   pointer of struct cm32181.
>   *
>   * Convert sensor raw data to lux.  It depends on integration
> - * time and claibscale variable.
> + * time and calibscale variable.
>   *
>   * Return: Positive value is lux, otherwise is error code.
>   */
> --
> 1.9.1
>
> --
> 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] iio: light: cm32181: Fix typo 's/claibscale/calibscale/'
  2015-01-16  9:40 ` Daniel Baluta
@ 2015-01-16 22:52   ` Jonathan Cameron
  0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Cameron @ 2015-01-16 22:52 UTC (permalink / raw)
  To: Daniel Baluta, Roberta Dobrescu
  Cc: linux-iio@vger.kernel.org, octavian.purdila@intel.com,
	Lars-Peter Clausen, Michael.Hennerich, Hartmut Knaack,
	Peter Meerwald

On 16/01/15 09:40, Daniel Baluta wrote:
> On Fri, Jan 16, 2015 at 12:24 AM, Roberta Dobrescu
> <roberta.dobrescu@gmail.com> wrote:
>> Signed-off-by: Roberta Dobrescu <roberta.dobrescu@gmail.com>
> 
> Reviewed-by: Daniel Baluta <daniel.baluta@intel.com>
Applied to a temporary branch that will get rebased and become
togreg sometime soon (when internet / time available)

In the meantime, possibly / probably pushed out as testing for the autobuilders
to play with it.

Jonathan
> 
>> ---
>>  drivers/iio/light/cm32181.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/iio/light/cm32181.c b/drivers/iio/light/cm32181.c
>> index ad36b29..5d12ae54 100644
>> --- a/drivers/iio/light/cm32181.c
>> +++ b/drivers/iio/light/cm32181.c
>> @@ -169,7 +169,7 @@ static int cm32181_write_als_it(struct cm32181_chip *cm32181, int val)
>>   * @cm32181:   pointer of struct cm32181.
>>   *
>>   * Convert sensor raw data to lux.  It depends on integration
>> - * time and claibscale variable.
>> + * time and calibscale variable.
>>   *
>>   * Return: Positive value is lux, otherwise is error code.
>>   */
>> --
>> 1.9.1
>>
>> --
>> 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-01-17 13:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-15 22:24 [PATCH] iio: light: cm32181: Fix typo 's/claibscale/calibscale/' Roberta Dobrescu
2015-01-16  9:40 ` Daniel Baluta
2015-01-16 22:52   ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).