linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: Fix incorrect "the the" corrections
@ 2022-08-16 15:30 Geert Uytterhoeven
  2022-08-16 18:25 ` Jakub Kicinski
  0 siblings, 1 reply; 3+ messages in thread
From: Geert Uytterhoeven @ 2022-08-16 15:30 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Slark Xiao
  Cc: Andy Gross, Bjorn Andersson, Niklas Söderlund, devicetree,
	linux-arm-msm, linux-renesas-soc, netdev, linux-kernel,
	Geert Uytterhoeven

Lots of double occurrences of "the" were replaced by single occurrences,
but some of them should become "to the" instead.

Fixes: 12e5bde18d7f6ca4 ("dt-bindings: Fix typo in comment")

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 Documentation/devicetree/bindings/net/qcom-emac.txt         | 2 +-
 Documentation/devicetree/bindings/thermal/rcar-thermal.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/net/qcom-emac.txt b/Documentation/devicetree/bindings/net/qcom-emac.txt
index e6cb2291471c4c11..7ae8aa14863454d2 100644
--- a/Documentation/devicetree/bindings/net/qcom-emac.txt
+++ b/Documentation/devicetree/bindings/net/qcom-emac.txt
@@ -14,7 +14,7 @@ MAC node:
 - mac-address : The 6-byte MAC address. If present, it is the default
 	MAC address.
 - internal-phy : phandle to the internal PHY node
-- phy-handle : phandle the external PHY node
+- phy-handle : phandle to the external PHY node
 
 Internal PHY node:
 - compatible : Should be "qcom,fsm9900-emac-sgmii" or "qcom,qdf2432-emac-sgmii".
diff --git a/Documentation/devicetree/bindings/thermal/rcar-thermal.yaml b/Documentation/devicetree/bindings/thermal/rcar-thermal.yaml
index 00dcbdd361442981..119998d10ff41836 100644
--- a/Documentation/devicetree/bindings/thermal/rcar-thermal.yaml
+++ b/Documentation/devicetree/bindings/thermal/rcar-thermal.yaml
@@ -42,7 +42,7 @@ properties:
     description:
       Address ranges of the thermal registers. If more then one range is given
       the first one must be the common registers followed by each sensor
-      according the datasheet.
+      according to the datasheet.
     minItems: 1
     maxItems: 4
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: Fix incorrect "the the" corrections
  2022-08-16 15:30 [PATCH] dt-bindings: Fix incorrect "the the" corrections Geert Uytterhoeven
@ 2022-08-16 18:25 ` Jakub Kicinski
  2022-08-17  7:33   ` Geert Uytterhoeven
  0 siblings, 1 reply; 3+ messages in thread
From: Jakub Kicinski @ 2022-08-16 18:25 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Krzysztof Kozlowski, Slark Xiao, Andy Gross, Bjorn Andersson,
	Niklas Söderlund, devicetree, linux-arm-msm,
	linux-renesas-soc, netdev, linux-kernel

On Tue, 16 Aug 2022 17:30:33 +0200 Geert Uytterhoeven wrote:
> Lots of double occurrences of "the" were replaced by single occurrences,
> but some of them should become "to the" instead.
> 
> Fixes: 12e5bde18d7f6ca4 ("dt-bindings: Fix typo in comment")
> 

No empty lines between tags.

> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

> Documentation/devicetree/bindings/net/qcom-emac.txt         | 2 +-
> Documentation/devicetree/bindings/thermal/rcar-thermal.yaml | 2 +-

Who takes it then? :S

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: Fix incorrect "the the" corrections
  2022-08-16 18:25 ` Jakub Kicinski
@ 2022-08-17  7:33   ` Geert Uytterhoeven
  0 siblings, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2022-08-17  7:33 UTC (permalink / raw)
  To: Jakub Kicinski
  Cc: Krzysztof Kozlowski, Slark Xiao, Andy Gross, Bjorn Andersson,
	Niklas Söderlund,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	linux-arm-msm, Linux-Renesas, netdev, Linux Kernel Mailing List

Hi Jakub,

On Tue, Aug 16, 2022 at 8:25 PM Jakub Kicinski <kuba@kernel.org> wrote:
> On Tue, 16 Aug 2022 17:30:33 +0200 Geert Uytterhoeven wrote:
> > Lots of double occurrences of "the" were replaced by single occurrences,
> > but some of them should become "to the" instead.
> >
> > Fixes: 12e5bde18d7f6ca4 ("dt-bindings: Fix typo in comment")
>
> No empty lines between tags.

Ooops, thanks. Shall I resend?

> > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
>
> > Documentation/devicetree/bindings/net/qcom-emac.txt         | 2 +-
> > Documentation/devicetree/bindings/thermal/rcar-thermal.yaml | 2 +-
>
> Who takes it then? :S

The tree that took 12e5bde18d7f6ca4, i.e. the DT tree?

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-08-17  7:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-16 15:30 [PATCH] dt-bindings: Fix incorrect "the the" corrections Geert Uytterhoeven
2022-08-16 18:25 ` Jakub Kicinski
2022-08-17  7:33   ` Geert Uytterhoeven

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).