Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging:iio:Documentation Trivial typo fixes.

Just a couple of things I came across whilst reviewing this file for
moving out of staging. I doubt anyone cares, but seemed sensible to fix
them now!

Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Jonathan Cameron and committed by
Greg Kroah-Hartman
68284a12 49c36dff

+3 -3
+3 -3
drivers/staging/iio/Documentation/sysfs-bus-iio
··· 108 108 physically equivalent inputs when non differential readings are 109 109 separately available. In differential only parts, then all that 110 110 is required is a consistent labeling. Units after application 111 - of scale and offset are nanofarads.. 111 + of scale and offset are nanofarads. 112 112 113 113 What: /sys/bus/iio/devices/iio:deviceX/in_temp_raw 114 114 What: /sys/bus/iio/devices/iio:deviceX/in_tempX_raw ··· 119 119 Contact: linux-iio@vger.kernel.org 120 120 Description: 121 121 Raw (unscaled no bias removal etc) temperature measurement. 122 - It an axis is specified it generally means that the temperature 122 + If an axis is specified it generally means that the temperature 123 123 sensor is associated with one part of a compound device (e.g. 124 124 a gyroscope axis). Units after application of scale and offset 125 125 are milli degrees Celsuis. ··· 232 232 If known for a device, scale to be applied to <type>Y[_name]_raw 233 233 post addition of <type>[Y][_name]_offset in order to obtain the 234 234 measured value in <type> units as specified in 235 - <type>[Y][_name]_raw documentation.. If shared across all in 235 + <type>[Y][_name]_raw documentation. If shared across all in 236 236 channels then Y and <x|y|z> are not present and the value is 237 237 called <type>[Y][_name]_scale. The peak modifier means this 238 238 value is applied to <type>Y[_name]_peak_raw values.