2019-04-04 11:17:53

by Colin King

[permalink] [raw]
Subject: [PATCH][V2] Documentation: bus: ti-sysc: fix spelling mistakes "multipe" and "interconnet"

From: Colin Ian King <[email protected]>

There is are a couple of spelling mistakes in the Documentation. Fix them.

Signed-off-by: Colin Ian King <[email protected]>
---

V2: Add fix to interconnect, thanks to Mukesh Ojha for spotting that

---
Documentation/devicetree/bindings/bus/ti-sysc.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/bus/ti-sysc.txt b/Documentation/devicetree/bindings/bus/ti-sysc.txt
index 85a23f551f02..cf0e1d6d6f2e 100644
--- a/Documentation/devicetree/bindings/bus/ti-sysc.txt
+++ b/Documentation/devicetree/bindings/bus/ti-sysc.txt
@@ -131,6 +131,6 @@ using offsets from l4_cfg second segment (0x4a000000 + 0x80000 = 0x4a0ab000):
};
};

-Note that other SoCs, such as am335x can have multipe child devices. On am335x
+Note that other SoCs, such as am335x can have multiple child devices. On am335x
there are two MUSB instances, two USB PHY instances, and a single CPPI41 DMA
-instance as children of a single interconnet target module.
+instance as children of a single interconnect target module.
--
2.20.1


2019-04-04 11:24:39

by Mukesh Ojha

[permalink] [raw]
Subject: Re: [PATCH][V2] Documentation: bus: ti-sysc: fix spelling mistakes "multipe" and "interconnet"


On 4/4/2019 4:46 PM, Colin King wrote:
> From: Colin Ian King <[email protected]>
>
> There is are a couple of spelling mistakes in the Documentation. Fix them.
>
> Signed-off-by: Colin Ian King <[email protected]>
Reviewed-by: Mukesh Ojha <[email protected]>

Cheers,
-Mukesh
> ---
>
> V2: Add fix to interconnect, thanks to Mukesh Ojha for spotting that
>
> ---
> Documentation/devicetree/bindings/bus/ti-sysc.txt | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/bus/ti-sysc.txt b/Documentation/devicetree/bindings/bus/ti-sysc.txt
> index 85a23f551f02..cf0e1d6d6f2e 100644
> --- a/Documentation/devicetree/bindings/bus/ti-sysc.txt
> +++ b/Documentation/devicetree/bindings/bus/ti-sysc.txt
> @@ -131,6 +131,6 @@ using offsets from l4_cfg second segment (0x4a000000 + 0x80000 = 0x4a0ab000):
> };
> };
>
> -Note that other SoCs, such as am335x can have multipe child devices. On am335x
> +Note that other SoCs, such as am335x can have multiple child devices. On am335x
> there are two MUSB instances, two USB PHY instances, and a single CPPI41 DMA
> -instance as children of a single interconnet target module.
> +instance as children of a single interconnect target module.

2019-04-04 14:23:30

by Tony Lindgren

[permalink] [raw]
Subject: Re: [PATCH][V2] Documentation: bus: ti-sysc: fix spelling mistakes "multipe" and "interconnet"

* Mukesh Ojha <[email protected]> [190404 11:23]:
>
> On 4/4/2019 4:46 PM, Colin King wrote:
> > From: Colin Ian King <[email protected]>
> >
> > There is are a couple of spelling mistakes in the Documentation. Fix them.

Thanks will pick this up for v5.2.

Regards,

Tony