[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210310022811.GA1612587@robh.at.kernel.org>
Date: Tue, 9 Mar 2021 19:28:11 -0700
From: Rob Herring <robh@...nel.org>
To: Chunfeng Yun <chunfeng.yun@...iatek.com>
Cc: Vinod Koul <vkoul@...nel.org>,
Matthias Brugger <matthias.bgg@...il.com>,
Kishon Vijay Abraham I <kishon@...com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Chun-Kuang Hu <chunkuang.hu@...nel.org>,
Philipp Zabel <p.zabel@...gutronix.de>,
linux-arm-kernel@...ts.infradead.org,
linux-mediatek@...ts.infradead.org, linux-kernel@...r.kernel.org,
devicetree@...r.kernel.org, linux-usb@...r.kernel.org
Subject: Re: [PATCH v4 01/12] dt-bindings: usb: fix yamllint check warning
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@...iatek.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
Powered by blists - more mailing lists