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

Jonathan Neuschäfer posted 1 patch 2 years, 7 months ago
Documentation/devicetree/bindings/usb/usb-nop-xceiv.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] dt-bindings: usb: phy: nop: Fix a typo ("specifiy")
Posted by Jonathan Neuschäfer 2 years, 7 months ago
Spell it correctly as "specify".

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
---
 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
Re: [PATCH] dt-bindings: usb: phy: nop: Fix a typo ("specifiy")
Posted by Rob Herring 2 years, 7 months ago
On Sun, 29 Jan 2023 13:42:58 +0100, Jonathan Neuschäfer wrote:
> Spell it correctly as "specify".
> 
> Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
> ---
>  Documentation/devicetree/bindings/usb/usb-nop-xceiv.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Acked-by: Rob Herring <robh@kernel.org>