2019-04-04 08:16:37

by Colin King

[permalink] [raw]
Subject: [PATCH] Documentation: bus: ti-sysc: fix spelling mistake "multipe" -> "multiple"

From: Colin Ian King <[email protected]>

There is a spelling mistake in the Documentation. Fix it.

Signed-off-by: Colin Ian King <[email protected]>
---
Documentation/devicetree/bindings/bus/ti-sysc.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/bus/ti-sysc.txt b/Documentation/devicetree/bindings/bus/ti-sysc.txt
index 85a23f551f02..8eec4c384000 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.
--
2.20.1


2019-04-04 08:56:08

by Mukesh Ojha

[permalink] [raw]
Subject: Re: [PATCH] Documentation: bus: ti-sysc: fix spelling mistake "multipe" -> "multiple"


On 4/4/2019 1:45 PM, Colin King wrote:
> From: Colin Ian King <[email protected]>
>
> There is a spelling mistake in the Documentation. Fix it.
>
> Signed-off-by: Colin Ian King <[email protected]>
> ---
> Documentation/devicetree/bindings/bus/ti-sysc.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/bus/ti-sysc.txt b/Documentation/devicetree/bindings/bus/ti-sysc.txt
> index 85a23f551f02..8eec4c384000 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.

s/interconnet/interconnect

fix this as well.
Reviewed-by: Mukesh Ojha <[email protected]>

Cheers,
-Mukesh