Message ID | 20210201070016.41721-1-chunfeng.yun@mediatek.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | [next,v3,01/16] dt-bindings: usb: fix yamllint check warning | expand |
On Mon, Feb 01, 2021 at 03:00:01PM +0800, Chunfeng Yun wrote: > Fix warning: "missing starting space in comment" > I'm not seeing this warning in linux-next. It may already be fixed. > Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com> > --- > v2~v3: no changes > --- > Documentation/devicetree/bindings/usb/usb-device.yaml | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/Documentation/devicetree/bindings/usb/usb-device.yaml b/Documentation/devicetree/bindings/usb/usb-device.yaml > index 7bb25a45427d..23e76cfb2066 100644 > --- a/Documentation/devicetree/bindings/usb/usb-device.yaml > +++ b/Documentation/devicetree/bindings/usb/usb-device.yaml > @@ -82,9 +82,9 @@ required: > additionalProperties: true > > examples: > - #hub connected to port 1 > - #device connected to port 2 > - #device connected to port 3 > + # hub connected to port 1 > + # device connected to port 2 > + # device connected to port 3 > # interface 0 of configuration 1 > # interface 0 of configuration 2 > - | > -- > 2.18.0
diff --git a/Documentation/devicetree/bindings/usb/usb-device.yaml b/Documentation/devicetree/bindings/usb/usb-device.yaml index 7bb25a45427d..23e76cfb2066 100644 --- a/Documentation/devicetree/bindings/usb/usb-device.yaml +++ b/Documentation/devicetree/bindings/usb/usb-device.yaml @@ -82,9 +82,9 @@ required: additionalProperties: true examples: - #hub connected to port 1 - #device connected to port 2 - #device connected to port 3 + # hub connected to port 1 + # device connected to port 2 + # device connected to port 3 # interface 0 of configuration 1 # interface 0 of configuration 2 - |
Fix warning: "missing starting space in comment" Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com> --- v2~v3: no changes --- Documentation/devicetree/bindings/usb/usb-device.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)