* [PATCH] iio: ABI: Fix typo in in_proximity_raw description
@ 2015-06-16 20:36 Peter Meerwald
2015-06-16 20:57 ` Daniel Baluta
0 siblings, 1 reply; 5+ messages in thread
From: Peter Meerwald @ 2015-06-16 20:36 UTC (permalink / raw)
To: linux-iio; +Cc: jic23, Peter Meerwald
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
---
Documentation/ABI/testing/sysfs-bus-iio | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio
index 3befcb1..7d909a4 100644
--- a/Documentation/ABI/testing/sysfs-bus-iio
+++ b/Documentation/ABI/testing/sysfs-bus-iio
@@ -1162,7 +1162,7 @@ KernelVersion: 3.4
Contact: linux-iio@vger.kernel.org
Description:
Proximity measurement indicating that some
- object is near the sensor, usually be observing
+ object is near the sensor, usually by observing
reflectivity of infrared or ultrasound emitted.
Often these sensors are unit less and as such conversion
to SI units is not possible. Where it is, the units should
--
1.9.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] iio: ABI: Fix typo in in_proximity_raw description
2015-06-16 20:36 Peter Meerwald
@ 2015-06-16 20:57 ` Daniel Baluta
2015-06-21 13:37 ` Jonathan Cameron
0 siblings, 1 reply; 5+ messages in thread
From: Daniel Baluta @ 2015-06-16 20:57 UTC (permalink / raw)
To: Peter Meerwald; +Cc: linux-iio@vger.kernel.org, Jonathan Cameron
On Tue, Jun 16, 2015 at 11:36 PM, Peter Meerwald <pmeerw@pmeerw.net> wrote:
> Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
Oh, didn't see that :)
Reviewed-by: Daniel Baluta <daniel.baluta@intel.com>
> ---
> Documentation/ABI/testing/sysfs-bus-iio | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio
> index 3befcb1..7d909a4 100644
> --- a/Documentation/ABI/testing/sysfs-bus-iio
> +++ b/Documentation/ABI/testing/sysfs-bus-iio
> @@ -1162,7 +1162,7 @@ KernelVersion: 3.4
> Contact: linux-iio@vger.kernel.org
> Description:
> Proximity measurement indicating that some
> - object is near the sensor, usually be observing
> + object is near the sensor, usually by observing
> reflectivity of infrared or ultrasound emitted.
> Often these sensors are unit less and as such conversion
> to SI units is not possible. Where it is, the units should
> --
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] iio: ABI: Fix typo in in_proximity_raw description
2015-06-16 20:57 ` Daniel Baluta
@ 2015-06-21 13:37 ` Jonathan Cameron
0 siblings, 0 replies; 5+ messages in thread
From: Jonathan Cameron @ 2015-06-21 13:37 UTC (permalink / raw)
To: Daniel Baluta, Peter Meerwald; +Cc: linux-iio@vger.kernel.org
On 16/06/15 21:57, Daniel Baluta wrote:
> On Tue, Jun 16, 2015 at 11:36 PM, Peter Meerwald <pmeerw@pmeerw.net> wrote:
>> Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
>
> Oh, didn't see that :)
>
> Reviewed-by: Daniel Baluta <daniel.baluta@intel.com>
Now that's awkward. The original patch is working its
way to stable, but this one definitely isn't worth sending
that way. Ah well, remind me to pick it up if I look like
I've forgotten by the time the original change turns up in
my togreg branch.
Thanks,
Jonathan
>
>> ---
>> Documentation/ABI/testing/sysfs-bus-iio | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio
>> index 3befcb1..7d909a4 100644
>> --- a/Documentation/ABI/testing/sysfs-bus-iio
>> +++ b/Documentation/ABI/testing/sysfs-bus-iio
>> @@ -1162,7 +1162,7 @@ KernelVersion: 3.4
>> Contact: linux-iio@vger.kernel.org
>> Description:
>> Proximity measurement indicating that some
>> - object is near the sensor, usually be observing
>> + object is near the sensor, usually by observing
>> reflectivity of infrared or ultrasound emitted.
>> Often these sensors are unit less and as such conversion
>> to SI units is not possible. Where it is, the units should
>> --
--
To unsubscribe from this list: send the line "unsubscribe linux-iio" in
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH] iio: ABI: Fix typo in in_proximity_raw description
@ 2016-03-13 15:02 Peter Meerwald
2016-03-15 22:03 ` Jonathan Cameron
0 siblings, 1 reply; 5+ messages in thread
From: Peter Meerwald @ 2016-03-13 15:02 UTC (permalink / raw)
To: Jonathan Cameron; +Cc: linux-iio, Peter Meerwald
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
---
Documentation/ABI/testing/sysfs-bus-iio | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio
index 3c66248..17a9210 100644
--- a/Documentation/ABI/testing/sysfs-bus-iio
+++ b/Documentation/ABI/testing/sysfs-bus-iio
@@ -1233,7 +1233,7 @@ KernelVersion: 3.4
Contact: linux-iio@vger.kernel.org
Description:
Proximity measurement indicating that some
- object is near the sensor, usually be observing
+ object is near the sensor, usually by observing
reflectivity of infrared or ultrasound emitted.
Often these sensors are unit less and as such conversion
to SI units is not possible. Higher proximity measurements
--
1.7.10.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] iio: ABI: Fix typo in in_proximity_raw description
2016-03-13 15:02 [PATCH] iio: ABI: Fix typo in in_proximity_raw description Peter Meerwald
@ 2016-03-15 22:03 ` Jonathan Cameron
0 siblings, 0 replies; 5+ messages in thread
From: Jonathan Cameron @ 2016-03-15 22:03 UTC (permalink / raw)
To: Peter Meerwald; +Cc: linux-iio
On 13/03/16 15:02, Peter Meerwald wrote:
> Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
Applied, thanks.
> ---
> Documentation/ABI/testing/sysfs-bus-iio | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio
> index 3c66248..17a9210 100644
> --- a/Documentation/ABI/testing/sysfs-bus-iio
> +++ b/Documentation/ABI/testing/sysfs-bus-iio
> @@ -1233,7 +1233,7 @@ KernelVersion: 3.4
> Contact: linux-iio@vger.kernel.org
> Description:
> Proximity measurement indicating that some
> - object is near the sensor, usually be observing
> + object is near the sensor, usually by observing
> reflectivity of infrared or ultrasound emitted.
> Often these sensors are unit less and as such conversion
> to SI units is not possible. Higher proximity measurements
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-03-15 22:03 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-13 15:02 [PATCH] iio: ABI: Fix typo in in_proximity_raw description Peter Meerwald
2016-03-15 22:03 ` Jonathan Cameron
-- strict thread matches above, loose matches on Subject: below --
2015-06-16 20:36 Peter Meerwald
2015-06-16 20:57 ` Daniel Baluta
2015-06-21 13:37 ` 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).