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

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>

authored by

Masanari Iida and committed by
Jonathan Corbet
ac3e8ea1 633708a4

+11 -11
+1 -1
Documentation/devicetree/bindings/arm/msm/timer.txt
··· 8 8 "qcom,kpss-timer" - krait subsystem 9 9 "qcom,scss-timer" - scorpion subsystem 10 10 11 - - interrupts : Interrupts for the the debug timer, the first general purpose 11 + - interrupts : Interrupts for the debug timer, the first general purpose 12 12 timer, and optionally a second general purpose timer in that 13 13 order. 14 14
+1 -1
Documentation/devicetree/bindings/ata/cavium-compact-flash.txt
··· 9 9 10 10 Compatibility with many Cavium evaluation boards. 11 11 12 - - reg: The base address of the the CF chip select banks. Depending on 12 + - reg: The base address of the CF chip select banks. Depending on 13 13 the device configuration, there may be one or two banks. 14 14 15 15 - cavium,bus-width: The width of the connection to the CF devices. Valid
+1 -1
Documentation/devicetree/bindings/c6x/dscr.txt
··· 12 12 enable (and disable in some cases) SoC pin drivers, select peripheral clock 13 13 sources (internal or pin), etc. In some cases, a configuration register is 14 14 write once or the individual bits are write once. In addition to device config, 15 - the DSCR block may provide registers which which are used to reset peripherals, 15 + the DSCR block may provide registers which are used to reset peripherals, 16 16 provide device ID information, provide ethernet MAC addresses, as well as other 17 17 miscellaneous functions. 18 18
+1 -1
Documentation/devicetree/bindings/dma/renesas,rcar-dmac.txt
··· 1 1 * Renesas R-Car DMA Controller Device Tree bindings 2 2 3 - Renesas R-Car Generation 2 SoCs have have multiple multi-channel DMA 3 + Renesas R-Car Generation 2 SoCs have multiple multi-channel DMA 4 4 controller instances named DMAC capable of serving multiple clients. Channels 5 5 can be dedicated to specific clients or shared between a large number of 6 6 clients.
+1 -1
Documentation/devicetree/bindings/gpio/gpio-pcf857x.txt
··· 39 39 - lines-initial-states: Bitmask that specifies the initial state of each 40 40 line. When a bit is set to zero, the corresponding line will be initialized to 41 41 the input (pulled-up) state. When the bit is set to one, the line will be 42 - initialized the the low-level output state. If the property is not specified 42 + initialized the low-level output state. If the property is not specified 43 43 all lines will be initialized to the input state. 44 44 45 45 The I/O expander can detect input state changes, and thus optionally act as
+1 -1
Documentation/devicetree/bindings/iio/adc/xilinx-xadc.txt
··· 59 59 Each child node represents one channel and has the following 60 60 properties: 61 61 Required properties: 62 - * reg: Pair of pins the the channel is connected to. 62 + * reg: Pair of pins the channel is connected to. 63 63 0: VP/VN 64 64 1: VAUXP[0]/VAUXN[0] 65 65 2: VAUXP[1]/VAUXN[1]
+1 -1
Documentation/devicetree/bindings/mtd/fsmc-nand.txt
··· 9 9 Optional properties: 10 10 - bank-width : Width (in bytes) of the device. If not present, the width 11 11 defaults to 1 byte 12 - - nand-skip-bbtscan: Indicates the the BBT scanning should be skipped 12 + - nand-skip-bbtscan: Indicates the BBT scanning should be skipped 13 13 - timings: array of 6 bytes for NAND timings. The meanings of these bytes 14 14 are: 15 15 byte 0 TCLR : CLE to RE delay in number of AHB clock cycles, only 4 bits
+1 -1
Documentation/devicetree/bindings/net/broadcom-systemport.txt
··· 3 3 Required properties: 4 4 - compatible: should be one of "brcm,systemport-v1.00" or "brcm,systemport" 5 5 - reg: address and length of the register set for the device. 6 - - interrupts: interrupts for the device, first cell must be for the the rx 6 + - interrupts: interrupts for the device, first cell must be for the rx 7 7 interrupts, and the second cell should be for the transmit queues. An 8 8 optional third interrupt cell for Wake-on-LAN can be specified 9 9 - local-mac-address: Ethernet MAC address (48 bits) of this adapter
+1 -1
Documentation/devicetree/bindings/power/rockchip-io-domain.txt
··· 37 37 38 38 39 39 You specify supplies using the standard regulator bindings by including 40 - a phandle the the relevant regulator. All specified supplies must be able 40 + a phandle the relevant regulator. All specified supplies must be able 41 41 to report their voltage. The IO Voltage Domain for any non-specified 42 42 supplies will be not be touched. 43 43
+2 -2
Documentation/devicetree/overlay-notes.txt
··· 10 10 ----------------- 11 11 12 12 A Device Tree's overlay purpose is to modify the kernel's live tree, and 13 - have the modification affecting the state of the the kernel in a way that 13 + have the modification affecting the state of the kernel in a way that 14 14 is reflecting the changes. 15 15 Since the kernel mainly deals with devices, any new device node that result 16 16 in an active device should have it created while if the device node is either ··· 80 80 }; 81 81 ---- foo+bar.dts ------------------------------------------------------------- 82 82 83 - As a result of the the overlay, a new device node (bar) has been created 83 + As a result of the overlay, a new device node (bar) has been created 84 84 so a bar platform device will be registered and if a matching device driver 85 85 is loaded the device will be created as expected. 86 86