diff options
author | Irina Tirdea <irina.tirdea@intel.com> | 2015-01-27 13:41:53 -0500 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2015-01-29 13:49:58 -0500 |
commit | 81110933a94279afce73beecae568e704cf2b9b6 (patch) | |
tree | 3a1515664e88243eeb8fea16d41f767e368f730b /Documentation/ABI/testing | |
parent | 2f0ecb7c6563d711bec15268d56adf1c630e77d1 (diff) |
iio: Documentation: Fix calibheight unit
Change calibheight unit from centimeters to meters
to follow iio guidelines of using SI units.
Signed-off-by: Irina Tirdea <irina.tirdea@intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'Documentation/ABI/testing')
-rw-r--r-- | Documentation/ABI/testing/sysfs-bus-iio | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio index b4ea9c521f69..588620ef2101 100644 --- a/Documentation/ABI/testing/sysfs-bus-iio +++ b/Documentation/ABI/testing/sysfs-bus-iio | |||
@@ -347,7 +347,7 @@ What: /sys/bus/iio/devices/iio:deviceX/in_steps_calibheight | |||
347 | KernelVersion: 3.19 | 347 | KernelVersion: 3.19 |
348 | Contact: linux-iio@vger.kernel.org | 348 | Contact: linux-iio@vger.kernel.org |
349 | Description: | 349 | Description: |
350 | Height of the user (in centimeters) used by some pedometers | 350 | Height of the user (in meters) used by some pedometers |
351 | to compute the stride length, distance, speed and activity | 351 | to compute the stride length, distance, speed and activity |
352 | type. | 352 | type. |
353 | 353 | ||