2023-01-29 12:43:15

by Jonathan Neuschäfer

[permalink] [raw]
Subject: [PATCH] dt-bindings: usb: phy: nop: Fix a typo ("specifiy")

Spell it correctly as "specify".

Signed-off-by: Jonathan Neuschäfer <[email protected]>
---
Documentation/devicetree/bindings/usb/usb-nop-xceiv.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/usb/usb-nop-xceiv.yaml b/Documentation/devicetree/bindings/usb/usb-nop-xceiv.yaml
index 326131dcf14d7..921b986adc477 100644
--- a/Documentation/devicetree/bindings/usb/usb-nop-xceiv.yaml
+++ b/Documentation/devicetree/bindings/usb/usb-nop-xceiv.yaml
@@ -35,7 +35,7 @@ properties:
maxItems: 1

vbus-regulator:
- description: Should specifiy the regulator supplying current drawn from
+ description: Should specify the regulator supplying current drawn from
the VBus line.
$ref: /schemas/types.yaml#/definitions/phandle

--
2.39.0



2023-01-30 22:17:50

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: usb: phy: nop: Fix a typo ("specifiy")


On Sun, 29 Jan 2023 13:42:58 +0100, Jonathan Neusch?fer wrote:
> Spell it correctly as "specify".
>
> Signed-off-by: Jonathan Neusch?fer <[email protected]>
> ---
> Documentation/devicetree/bindings/usb/usb-nop-xceiv.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>

Acked-by: Rob Herring <[email protected]>