Re: [PATCH next v3 01/16] dt-bindings: usb: fix yamllint check warning

2021-02-09 Thread Rob Herring
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 > --- > v2~v3: no changes > --- > Documentation/devicetree/bindings/usb/usb-devic

[PATCH next v3 01/16] dt-bindings: usb: fix yamllint check warning

2021-01-31 Thread Chunfeng Yun
Fix warning: "missing starting space in comment" Signed-off-by: Chunfeng Yun --- 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/Document