diff options
author | Masanari Iida <standby24x7@gmail.com> | 2015-01-02 14:54:39 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2015-01-28 23:13:11 +0100 |
commit | ac3e8ea1d3a6b204f78e2e828f85b15d25617515 (patch) | |
tree | ceb5242f16e61f5b66e9d1198b98b111d9f03897 /Documentation/devicetree/bindings/iio | |
parent | Documentation: mm: Fix typo in vm.txt (diff) | |
download | linux-ac3e8ea1d3a6b204f78e2e828f85b15d25617515.tar.xz linux-ac3e8ea1d3a6b204f78e2e828f85b15d25617515.zip |
Documentation: devicetree: Fix double words in Doumentation/devicetree
This patch fix multiple words such as "the the" and "which which"
in Documentation/devicetree.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/devicetree/bindings/iio')
-rw-r--r-- | Documentation/devicetree/bindings/iio/adc/xilinx-xadc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/iio/adc/xilinx-xadc.txt b/Documentation/devicetree/bindings/iio/adc/xilinx-xadc.txt index d9ee909d2b78..d71258e2d456 100644 --- a/Documentation/devicetree/bindings/iio/adc/xilinx-xadc.txt +++ b/Documentation/devicetree/bindings/iio/adc/xilinx-xadc.txt @@ -59,7 +59,7 @@ Optional properties: Each child node represents one channel and has the following properties: Required properties: - * reg: Pair of pins the the channel is connected to. + * reg: Pair of pins the channel is connected to. 0: VP/VN 1: VAUXP[0]/VAUXN[0] 2: VAUXP[1]/VAUXN[1] |