All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chunfeng Yun <chunfeng.yun@mediatek.com>
To: Vinod Koul <vkoul@kernel.org>, Rob Herring <robh+dt@kernel.org>,
	Matthias Brugger <matthias.bgg@gmail.com>
Cc: Chunfeng Yun <chunfeng.yun@mediatek.com>,
	Kishon Vijay Abraham I <kishon@ti.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Chun-Kuang Hu <chunkuang.hu@kernel.org>,
	Philipp Zabel <p.zabel@pengutronix.de>,
	Jie Qiu <jie.qiu@mediatek.com>, CK Hu <ck.hu@mediatek.com>,
	Cawa Cheng <cawa.cheng@mediatek.com>,
	<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: [PATCH v5 01/13] dt-bindings: usb: fix yamllint check warning
Date: Tue, 16 Mar 2021 17:22:20 +0800	[thread overview]
Message-ID: <20210316092232.9806-1-chunfeng.yun@mediatek.com> (raw)

Fix warning: "missing starting space in comment"

Fixes: 23bf6fc7046c ("dt-bindings: usb: convert usb-device.txt to YAML schema")
Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
---
v5: add Fixes tag suggested by Greg
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


WARNING: multiple messages have this Message-ID (diff)
From: Chunfeng Yun <chunfeng.yun@mediatek.com>
To: Vinod Koul <vkoul@kernel.org>, Rob Herring <robh+dt@kernel.org>,
	"Matthias Brugger" <matthias.bgg@gmail.com>
Cc: Chunfeng Yun <chunfeng.yun@mediatek.com>,
	Kishon Vijay Abraham I <kishon@ti.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	"Chun-Kuang Hu" <chunkuang.hu@kernel.org>,
	Philipp Zabel <p.zabel@pengutronix.de>,
	Jie Qiu <jie.qiu@mediatek.com>, CK Hu <ck.hu@mediatek.com>,
	Cawa Cheng <cawa.cheng@mediatek.com>,
	<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: [PATCH v5 01/13] dt-bindings: usb: fix yamllint check warning
Date: Tue, 16 Mar 2021 17:22:20 +0800	[thread overview]
Message-ID: <20210316092232.9806-1-chunfeng.yun@mediatek.com> (raw)

Fix warning: "missing starting space in comment"

Fixes: 23bf6fc7046c ("dt-bindings: usb: convert usb-device.txt to YAML schema")
Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
---
v5: add Fixes tag suggested by Greg
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
_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

WARNING: multiple messages have this Message-ID (diff)
From: Chunfeng Yun <chunfeng.yun@mediatek.com>
To: Vinod Koul <vkoul@kernel.org>, Rob Herring <robh+dt@kernel.org>,
	"Matthias Brugger" <matthias.bgg@gmail.com>
Cc: Chunfeng Yun <chunfeng.yun@mediatek.com>,
	Kishon Vijay Abraham I <kishon@ti.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	"Chun-Kuang Hu" <chunkuang.hu@kernel.org>,
	Philipp Zabel <p.zabel@pengutronix.de>,
	Jie Qiu <jie.qiu@mediatek.com>, CK Hu <ck.hu@mediatek.com>,
	Cawa Cheng <cawa.cheng@mediatek.com>,
	<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: [PATCH v5 01/13] dt-bindings: usb: fix yamllint check warning
Date: Tue, 16 Mar 2021 17:22:20 +0800	[thread overview]
Message-ID: <20210316092232.9806-1-chunfeng.yun@mediatek.com> (raw)

Fix warning: "missing starting space in comment"

Fixes: 23bf6fc7046c ("dt-bindings: usb: convert usb-device.txt to YAML schema")
Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
---
v5: add Fixes tag suggested by Greg
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
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2021-03-16  9:23 UTC|newest]

Thread overview: 81+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-16  9:22 Chunfeng Yun [this message]
2021-03-16  9:22 ` [PATCH v5 01/13] dt-bindings: usb: fix yamllint check warning Chunfeng Yun
2021-03-16  9:22 ` Chunfeng Yun
2021-03-16  9:22 ` [PATCH v5 02/13] dt-bindings: phy: mediatek: dsi-phy: modify compatible dependence Chunfeng Yun
2021-03-16  9:22   ` Chunfeng Yun
2021-03-16  9:22   ` Chunfeng Yun
2021-03-18  2:43   ` Chunfeng Yun
2021-03-18  2:43     ` Chunfeng Yun
2021-03-18  2:43     ` Chunfeng Yun
2021-03-25  7:19   ` Vinod Koul
2021-03-25  7:19     ` Vinod Koul
2021-03-25  7:19     ` Vinod Koul
2021-03-16  9:22 ` [PATCH v5 03/13] dt-bindings: phy: mediatek: hdmi-phy: modify compatible items Chunfeng Yun
2021-03-16  9:22   ` Chunfeng Yun
2021-03-16  9:22   ` Chunfeng Yun
2021-03-25  7:20   ` Vinod Koul
2021-03-25  7:20     ` Vinod Koul
2021-03-25  7:20     ` Vinod Koul
2021-03-16  9:22 ` [PATCH v5 04/13] dt-bindings: phy: mediatek: tphy: change patternProperties Chunfeng Yun
2021-03-16  9:22   ` Chunfeng Yun
2021-03-16  9:22   ` Chunfeng Yun
2021-03-25  7:20   ` Vinod Koul
2021-03-25  7:20     ` Vinod Koul
2021-03-25  7:20     ` Vinod Koul
2021-03-16  9:22 ` [PATCH v5 05/13] arm64: dts: mt8173: fix property typo of 'phys' in dsi node Chunfeng Yun
2021-03-16  9:22   ` Chunfeng Yun
2021-03-16  9:22   ` Chunfeng Yun
2021-03-29 13:46   ` Matthias Brugger
2021-03-29 13:46     ` Matthias Brugger
2021-03-29 13:46     ` Matthias Brugger
2021-03-16  9:22 ` [PATCH v5 06/13] arm64: dts: mediatek: mt8173: fix dtbs_check warning Chunfeng Yun
2021-03-16  9:22   ` Chunfeng Yun
2021-03-16  9:22   ` Chunfeng Yun
2021-03-29 13:46   ` Matthias Brugger
2021-03-29 13:46     ` Matthias Brugger
2021-03-29 13:46     ` Matthias Brugger
2021-03-16  9:22 ` [PATCH v5 07/13] arm64: dts: mediatek: mt2712: harmonize node names Chunfeng Yun
2021-03-16  9:22   ` Chunfeng Yun
2021-03-16  9:22   ` Chunfeng Yun
2021-03-29 13:46   ` Matthias Brugger
2021-03-29 13:46     ` Matthias Brugger
2021-03-29 13:46     ` Matthias Brugger
2021-03-16  9:22 ` [PATCH v5 08/13] arm64: dts: mediatek: mt8516: harmonize node names and compatibles Chunfeng Yun
2021-03-16  9:22   ` Chunfeng Yun
2021-03-16  9:22   ` Chunfeng Yun
2021-03-29 13:46   ` Matthias Brugger
2021-03-29 13:46     ` Matthias Brugger
2021-03-29 13:46     ` Matthias Brugger
2021-03-16  9:22 ` [PATCH v5 09/13] arm64: dts: mediatek: mt7622: " Chunfeng Yun
2021-03-16  9:22   ` Chunfeng Yun
2021-03-16  9:22   ` Chunfeng Yun
2021-03-29 13:47   ` Matthias Brugger
2021-03-29 13:47     ` Matthias Brugger
2021-03-29 13:47     ` Matthias Brugger
2021-03-16  9:22 ` [PATCH v5 10/13] arm64: dts: mediatek: mt8183: fix dtbs_check warning Chunfeng Yun
2021-03-16  9:22   ` Chunfeng Yun
2021-03-16  9:22   ` Chunfeng Yun
2021-03-29 13:47   ` Matthias Brugger
2021-03-29 13:47     ` Matthias Brugger
2021-03-29 13:47     ` Matthias Brugger
2021-03-16  9:22 ` [PATCH v5 11/13] arm: dts: mt7629: harmonize node names and compatibles Chunfeng Yun
2021-03-16  9:22   ` Chunfeng Yun
2021-03-16  9:22   ` Chunfeng Yun
2021-03-29 13:47   ` Matthias Brugger
2021-03-29 13:47     ` Matthias Brugger
2021-03-29 13:47     ` Matthias Brugger
2021-03-16  9:22 ` [PATCH v5 12/13] arm: dts: mt7623: " Chunfeng Yun
2021-03-16  9:22   ` Chunfeng Yun
2021-03-16  9:22   ` Chunfeng Yun
2021-03-29 13:47   ` Matthias Brugger
2021-03-29 13:47     ` Matthias Brugger
2021-03-29 13:47     ` Matthias Brugger
2021-03-16  9:22 ` [PATCH v5 13/13] arm: dts: mt2701: " Chunfeng Yun
2021-03-16  9:22   ` Chunfeng Yun
2021-03-16  9:22   ` Chunfeng Yun
2021-03-29 13:47   ` Matthias Brugger
2021-03-29 13:47     ` Matthias Brugger
2021-03-29 13:47     ` Matthias Brugger
2021-03-23 22:44 ` [PATCH v5 01/13] dt-bindings: usb: fix yamllint check warning Rob Herring
2021-03-23 22:44   ` Rob Herring
2021-03-23 22:44   ` Rob Herring

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210316092232.9806-1-chunfeng.yun@mediatek.com \
    --to=chunfeng.yun@mediatek.com \
    --cc=cawa.cheng@mediatek.com \
    --cc=chunkuang.hu@kernel.org \
    --cc=ck.hu@mediatek.com \
    --cc=devicetree@vger.kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=jie.qiu@mediatek.com \
    --cc=kishon@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=matthias.bgg@gmail.com \
    --cc=p.zabel@pengutronix.de \
    --cc=robh+dt@kernel.org \
    --cc=vkoul@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.