On 8/21/23 12:41, Bjorn Helgaas wrote: > From: Bjorn Helgaas <bhelgaas@xxxxxxxxxx> > > Fix typos in Documentation/devicetree/bindings. The changes are in > descriptions or comments where they shouldn't affect functionality. > > Signed-off-by: Bjorn Helgaas <bhelgaas@xxxxxxxxxx> Hi, One nit below. In any case: Reviewed-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Thanks. > --- > This is a follow-up to the patch at [1] for things that conflicted with > other changes in linux-next, plus a couple that I missed before. > > Based on next-20230821: 47d9bb711707 ("Add linux-next specific files for > 20230821") > > [1] https://lore.kernel.org/r/20230814212822.193684-3-helgaas@xxxxxxxxxx > > .../devicetree/bindings/leds/leds-group-multicolor.yaml | 2 +- > Documentation/devicetree/bindings/net/motorcomm,yt8xxx.yaml | 4 ++-- > Documentation/devicetree/bindings/phy/apm-xgene-phy.txt | 2 +- > .../devicetree/bindings/serial/nvidia,tegra20-hsuart.yaml | 2 +- > .../devicetree/bindings/thermal/nvidia,tegra124-soctherm.yaml | 2 +- > 5 files changed, 6 insertions(+), 6 deletions(-) > > diff --git a/Documentation/devicetree/bindings/phy/apm-xgene-phy.txt b/Documentation/devicetree/bindings/phy/apm-xgene-phy.txt > index e1bb12711fbf..602cf952b92b 100644 > --- a/Documentation/devicetree/bindings/phy/apm-xgene-phy.txt > +++ b/Documentation/devicetree/bindings/phy/apm-xgene-phy.txt > @@ -36,7 +36,7 @@ Optional properties: > 3-tuple setting for each (up to 3) supported link > speed on the host. Range is 0 to 273000 in unit of > uV. Default is 0. > -- apm,tx-pre-cursor2 : 2st pre-cursor emphasis taps control. Two set of > +- apm,tx-pre-cursor2 : 2nd pre-cursor emphasis taps control. Two set of s/set/sets/ > 3-tuple setting for each (up to 3) supported link > speed on the host. Range is 0 to 127400 in unit uV. > Default is 0x0. -- ~Randy