diff options
author | Vladimir Barinov <vladimir.barinov@cogentembedded.com> | 2015-07-29 08:57:41 -0400 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2015-08-08 14:27:04 -0400 |
commit | bdb25b0af8bd225ddf82083d767fada56fb2c1ae (patch) | |
tree | 281aa9f2451df275e912aa796da54783bb7e25c2 | |
parent | 8838cc7f3c584d6aaf56c66577f8a2bfb21081ec (diff) |
iio: Fix typos in ABI documentation
Fix typos in ABI documentation
Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
-rw-r--r-- | Documentation/ABI/testing/sysfs-bus-iio | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio index 400d23441a61..abe228dc0dac 100644 --- a/Documentation/ABI/testing/sysfs-bus-iio +++ b/Documentation/ABI/testing/sysfs-bus-iio | |||
@@ -493,7 +493,7 @@ Contact: linux-iio@vger.kernel.org | |||
493 | Description: | 493 | Description: |
494 | Specifies the output powerdown mode. | 494 | Specifies the output powerdown mode. |
495 | DAC output stage is disconnected from the amplifier and | 495 | DAC output stage is disconnected from the amplifier and |
496 | 1kohm_to_gnd: connected to ground via an 1kOhm resistor, | 496 | 1kohm_to_gnd: connected to ground via an 1kOhm resistor, |
497 | 6kohm_to_gnd: connected to ground via a 6kOhm resistor, | 497 | 6kohm_to_gnd: connected to ground via a 6kOhm resistor, |
498 | 20kohm_to_gnd: connected to ground via a 20kOhm resistor, | 498 | 20kohm_to_gnd: connected to ground via a 20kOhm resistor, |
499 | 100kohm_to_gnd: connected to ground via an 100kOhm resistor, | 499 | 100kohm_to_gnd: connected to ground via an 100kOhm resistor, |
@@ -503,9 +503,9 @@ Description: | |||
503 | outX_powerdown_mode_available. If Y is not present the | 503 | outX_powerdown_mode_available. If Y is not present the |
504 | mode is shared across all outputs. | 504 | mode is shared across all outputs. |
505 | 505 | ||
506 | What: /sys/.../iio:deviceX/out_votlageY_powerdown_mode_available | 506 | What: /sys/.../iio:deviceX/out_voltageY_powerdown_mode_available |
507 | What: /sys/.../iio:deviceX/out_voltage_powerdown_mode_available | 507 | What: /sys/.../iio:deviceX/out_voltage_powerdown_mode_available |
508 | What: /sys/.../iio:deviceX/out_altvotlageY_powerdown_mode_available | 508 | What: /sys/.../iio:deviceX/out_altvoltageY_powerdown_mode_available |
509 | What: /sys/.../iio:deviceX/out_altvoltage_powerdown_mode_available | 509 | What: /sys/.../iio:deviceX/out_altvoltage_powerdown_mode_available |
510 | KernelVersion: 2.6.38 | 510 | KernelVersion: 2.6.38 |
511 | Contact: linux-iio@vger.kernel.org | 511 | Contact: linux-iio@vger.kernel.org |