Message ID | 20220704105307.552247-1-colin.i.king@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | dt-bindings: Fix spelling mistakes in documentation yaml files "is is" -> "is" | expand |
On Mon, Jul 4, 2022 at 12:53 PM Colin Ian King <colin.i.king@gmail.com> wrote: > > There are several occurrances of duplicated words "is" on the documentation I think there's a typo in "occurrences". > yaml files. Fix these. > > Signed-off-by: Colin Ian King <colin.i.king@gmail.com> > --- > Documentation/devicetree/bindings/arm/arm,vexpress-juno.yaml | 2 +- > Documentation/devicetree/bindings/mfd/ti,lp87524-q1.yaml | 2 +- > Documentation/devicetree/bindings/mfd/ti,lp87561-q1.yaml | 2 +- > Documentation/devicetree/bindings/mfd/ti,lp87565-q1.yaml | 2 +- > Documentation/devicetree/bindings/net/amlogic,meson-dwmac.yaml | 2 +- For amlogic,meson-dwmac.yaml: Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
On Mon, 04 Jul 2022, Colin Ian King wrote: > There are several occurrances of duplicated words "is" on the documentation > yaml files. Fix these. > > Signed-off-by: Colin Ian King <colin.i.king@gmail.com> > --- > Documentation/devicetree/bindings/arm/arm,vexpress-juno.yaml | 2 +- > Documentation/devicetree/bindings/mfd/ti,lp87524-q1.yaml | 2 +- > Documentation/devicetree/bindings/mfd/ti,lp87561-q1.yaml | 2 +- > Documentation/devicetree/bindings/mfd/ti,lp87565-q1.yaml | 2 +- Can you separate these out please Colin.
diff --git a/Documentation/devicetree/bindings/arm/arm,vexpress-juno.yaml b/Documentation/devicetree/bindings/arm/arm,vexpress-juno.yaml index a4b4452afc1d..a04882e101f3 100644 --- a/Documentation/devicetree/bindings/arm/arm,vexpress-juno.yaml +++ b/Documentation/devicetree/bindings/arm/arm,vexpress-juno.yaml @@ -139,7 +139,7 @@ patternProperties: the connection between the motherboard and any tiles. Sometimes the compatible is placed directly under this node, sometimes it is placed in a subnode named "motherboard-bus". Sometimes the compatible includes - "arm,vexpress,v2?-p1" sometimes (on software models) is is just + "arm,vexpress,v2?-p1" sometimes (on software models) is just "simple-bus". If the compatible is placed in the "motherboard-bus" node, it is stricter and always has two compatibles. type: object diff --git a/Documentation/devicetree/bindings/mfd/ti,lp87524-q1.yaml b/Documentation/devicetree/bindings/mfd/ti,lp87524-q1.yaml index f6cac4b1079c..3549a32452ec 100644 --- a/Documentation/devicetree/bindings/mfd/ti,lp87524-q1.yaml +++ b/Documentation/devicetree/bindings/mfd/ti,lp87524-q1.yaml @@ -26,7 +26,7 @@ properties: '#gpio-cells': description: The first cell is the pin number. - The second cell is is used to specify flags. + The second cell is used to specify flags. See ../gpio/gpio.txt for more information. const: 2 diff --git a/Documentation/devicetree/bindings/mfd/ti,lp87561-q1.yaml b/Documentation/devicetree/bindings/mfd/ti,lp87561-q1.yaml index dc5a29b5ef7d..43a3f7ccaf36 100644 --- a/Documentation/devicetree/bindings/mfd/ti,lp87561-q1.yaml +++ b/Documentation/devicetree/bindings/mfd/ti,lp87561-q1.yaml @@ -26,7 +26,7 @@ properties: '#gpio-cells': description: The first cell is the pin number. - The second cell is is used to specify flags. + The second cell is used to specify flags. See ../gpio/gpio.txt for more information. const: 2 diff --git a/Documentation/devicetree/bindings/mfd/ti,lp87565-q1.yaml b/Documentation/devicetree/bindings/mfd/ti,lp87565-q1.yaml index 012d25111054..373c4f89c4ea 100644 --- a/Documentation/devicetree/bindings/mfd/ti,lp87565-q1.yaml +++ b/Documentation/devicetree/bindings/mfd/ti,lp87565-q1.yaml @@ -28,7 +28,7 @@ properties: '#gpio-cells': description: The first cell is the pin number. - The second cell is is used to specify flags. + The second cell is used to specify flags. See ../gpio/gpio.txt for more information. const: 2 diff --git a/Documentation/devicetree/bindings/net/amlogic,meson-dwmac.yaml b/Documentation/devicetree/bindings/net/amlogic,meson-dwmac.yaml index 608e1d62bed5..3eb0513d824c 100644 --- a/Documentation/devicetree/bindings/net/amlogic,meson-dwmac.yaml +++ b/Documentation/devicetree/bindings/net/amlogic,meson-dwmac.yaml @@ -149,7 +149,7 @@ properties: - description: The first register range should be the one of the DWMAC controller - description: - The second range is is for the Amlogic specific configuration + The second range is for the Amlogic specific configuration (for example the PRG_ETHERNET register range on Meson8b and newer) required:
There are several occurrances of duplicated words "is" on the documentation yaml files. Fix these. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> --- Documentation/devicetree/bindings/arm/arm,vexpress-juno.yaml | 2 +- Documentation/devicetree/bindings/mfd/ti,lp87524-q1.yaml | 2 +- Documentation/devicetree/bindings/mfd/ti,lp87561-q1.yaml | 2 +- Documentation/devicetree/bindings/mfd/ti,lp87565-q1.yaml | 2 +- Documentation/devicetree/bindings/net/amlogic,meson-dwmac.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-)