* [PATCH] dt-bindings: Fix spelling mistakes in documentation yaml files "is is" -> "is"
@ 2022-07-04 10:53 Colin Ian King
2022-07-04 10:56 ` Martin Blumenstingl
2022-07-04 10:58 ` Lee Jones
0 siblings, 2 replies; 3+ messages in thread
From: Colin Ian King @ 2022-07-04 10:53 UTC (permalink / raw)
To: Linus Walleij, Rob Herring, Krzysztof Kozlowski, Lee Jones,
David S . Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
Neil Armstrong, Kevin Hilman, Jerome Brunet, Martin Blumenstingl,
linux-arm-kernel, devicetree
Cc: kernel-janitors, linux-kernel, netdev, linux-amlogic
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(-)
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:
--
2.35.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] dt-bindings: Fix spelling mistakes in documentation yaml files "is is" -> "is"
2022-07-04 10:53 [PATCH] dt-bindings: Fix spelling mistakes in documentation yaml files "is is" -> "is" Colin Ian King
@ 2022-07-04 10:56 ` Martin Blumenstingl
2022-07-04 10:58 ` Lee Jones
1 sibling, 0 replies; 3+ messages in thread
From: Martin Blumenstingl @ 2022-07-04 10:56 UTC (permalink / raw)
To: Colin Ian King
Cc: Linus Walleij, Rob Herring, Krzysztof Kozlowski, Lee Jones,
David S . Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
Neil Armstrong, Kevin Hilman, Jerome Brunet, linux-arm-kernel,
devicetree, kernel-janitors, linux-kernel, netdev, linux-amlogic
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>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] dt-bindings: Fix spelling mistakes in documentation yaml files "is is" -> "is"
2022-07-04 10:53 [PATCH] dt-bindings: Fix spelling mistakes in documentation yaml files "is is" -> "is" Colin Ian King
2022-07-04 10:56 ` Martin Blumenstingl
@ 2022-07-04 10:58 ` Lee Jones
1 sibling, 0 replies; 3+ messages in thread
From: Lee Jones @ 2022-07-04 10:58 UTC (permalink / raw)
To: Colin Ian King
Cc: Linus Walleij, Rob Herring, Krzysztof Kozlowski, David S . Miller,
Eric Dumazet, Jakub Kicinski, Paolo Abeni, Neil Armstrong,
Kevin Hilman, Jerome Brunet, Martin Blumenstingl,
linux-arm-kernel, devicetree, kernel-janitors, linux-kernel,
netdev, linux-amlogic
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.
--
Lee Jones [李琼斯]
Principal Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-07-04 10:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-04 10:53 [PATCH] dt-bindings: Fix spelling mistakes in documentation yaml files "is is" -> "is" Colin Ian King
2022-07-04 10:56 ` Martin Blumenstingl
2022-07-04 10:58 ` Lee Jones
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).