diff mbox series

[v4,01/12] dt-bindings: usb: fix yamllint check warning

Message ID 20210308053745.25697-1-chunfeng.yun@mediatek.com
State Superseded
Headers show
Series [v4,01/12] dt-bindings: usb: fix yamllint check warning | expand

Commit Message

Chunfeng Yun (云春峰) March 8, 2021, 5:37 a.m. UTC
Fix warning: "missing starting space in comment"

Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>

---
v2~v4: no changes
---
 Documentation/devicetree/bindings/usb/usb-device.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
2.18.0

Comments

Rob Herring March 10, 2021, 2:28 a.m. UTC | #1
On Mon, Mar 08, 2021 at 01:37:34PM +0800, Chunfeng Yun wrote:
> Fix warning: "missing starting space in comment"


What tree is this in because I don't see it.

> 

> Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>

> ---

> v2~v4: 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 d4c99809ee9a..b77960a7a37b 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
Chunfeng Yun (云春峰) March 10, 2021, 3:21 a.m. UTC | #2
On Tue, 2021-03-09 at 19:28 -0700, Rob Herring wrote:
> On Mon, Mar 08, 2021 at 01:37:34PM +0800, Chunfeng Yun wrote:

> > Fix warning: "missing starting space in comment"

> 

> What tree is this in because I don't see it.

The patch is based kernel 5.12-rc1, also happens on
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git usb-next


> 

> > 

> > Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>

> > ---

> > v2~v4: 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 d4c99809ee9a..b77960a7a37b 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
Greg Kroah-Hartman March 10, 2021, 8:54 a.m. UTC | #3
On Wed, Mar 10, 2021 at 11:21:09AM +0800, Chunfeng Yun wrote:
> On Tue, 2021-03-09 at 19:28 -0700, Rob Herring wrote:

> > On Mon, Mar 08, 2021 at 01:37:34PM +0800, Chunfeng Yun wrote:

> > > Fix warning: "missing starting space in comment"

> > 

> > What tree is this in because I don't see it.

> The patch is based kernel 5.12-rc1, also happens on

> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git usb-next


My branches are now rebased to not be on 5.12-rc1 because of the
problems with it, so please refresh and provide a "Fixes: " tag in your
updated patch.

thanks,

greg k-h
Chunfeng Yun (云春峰) March 11, 2021, 1:51 a.m. UTC | #4
On Wed, 2021-03-10 at 09:54 +0100, Greg Kroah-Hartman wrote:
> On Wed, Mar 10, 2021 at 11:21:09AM +0800, Chunfeng Yun wrote:

> > On Tue, 2021-03-09 at 19:28 -0700, Rob Herring wrote:

> > > On Mon, Mar 08, 2021 at 01:37:34PM +0800, Chunfeng Yun wrote:

> > > > Fix warning: "missing starting space in comment"

> > > 

> > > What tree is this in because I don't see it.

> > The patch is based kernel 5.12-rc1, also happens on

> > git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git usb-next

> 

> My branches are now rebased to not be on 5.12-rc1 because of the

> problems with it, so please refresh and provide a "Fixes: " tag in your

> updated patch.

Still reproduced on 5.12-rc2

> 

> thanks,

> 

> greg k-h
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/usb/usb-device.yaml b/Documentation/devicetree/bindings/usb/usb-device.yaml
index d4c99809ee9a..b77960a7a37b 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
   - |