From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 28F7BC433E6 for ; Tue, 9 Feb 2021 21:06:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DD18364E6B for ; Tue, 9 Feb 2021 21:06:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233737AbhBIVFp (ORCPT ); Tue, 9 Feb 2021 16:05:45 -0500 Received: from mail-oi1-f182.google.com ([209.85.167.182]:46569 "EHLO mail-oi1-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233971AbhBIUqB (ORCPT ); Tue, 9 Feb 2021 15:46:01 -0500 Received: by mail-oi1-f182.google.com with SMTP id k25so20875621oik.13; Tue, 09 Feb 2021 12:44:40 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=ejS4tdhR52JYnnlfzFqAKVsx5ukUQHINk1u0rYP7GiQ=; b=MUs+6LFOox7XMAZrPmhjFpznOBZSHohBmFzGyDntyiwgkeq4R8HwCtZeEcS22nFBz4 CVEIEGSMJNxI/tzx3EUsUCahgJMXCIkteeKD9Re5CGbtN4+3mbbEi+UtG1ZD1qq2UbXU S9A6ZSX1GLM51vm9R9D0MCm0e+MMvpdJomBH2CfCyP/E8sHcXriidTQ3+KWFLP3KdkHE G4Hf1E0MhUPQPKyjK1moSktaAxcPi455FyrePcjcLDlB0lzyLV1o94URTgI6+Skr0DxB gNdUlNYZjKUr9RN7cZ8cz++sWtad/DJFOqtRlJ+L3ygtcRBH+vQVlaXhxtb7aAEEPMFY f/1g== X-Gm-Message-State: AOAM530lzgGbXGKGOokrnFnuo4/35G34h+J7njwTC9RT3pL01hp3UnOX VNJJ5GA5YAPU07V0FaZtmQ== X-Google-Smtp-Source: ABdhPJxm224h6yL74JlgUNi3P5/DM+vvsFo+4bNVs1RVW27YOiS70JDy8LW1+QNkLr8bInysPI1yyQ== X-Received: by 2002:aca:f12:: with SMTP id 18mr3746528oip.106.1612903455452; Tue, 09 Feb 2021 12:44:15 -0800 (PST) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id c206sm208089oia.44.2021.02.09.12.44.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 09 Feb 2021 12:44:13 -0800 (PST) Received: (nullmailer pid 143147 invoked by uid 1000); Tue, 09 Feb 2021 20:44:12 -0000 Date: Tue, 9 Feb 2021 14:44:12 -0600 From: Rob Herring To: Chunfeng Yun Cc: Matthias Brugger , Kishon Vijay Abraham I , Vinod Koul , Greg Kroah-Hartman , Chun-Kuang Hu , Philipp Zabel , Min Guo , linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-usb@vger.kernel.org Subject: Re: [PATCH next v3 01/16] dt-bindings: usb: fix yamllint check warning Message-ID: <20210209204412.GA139333@robh.at.kernel.org> References: <20210201070016.41721-1-chunfeng.yun@mediatek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210201070016.41721-1-chunfeng.yun@mediatek.com> Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org 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-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