linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: fsl,dpaa2-console: drop unneeded quotes
@ 2023-11-22 22:44 Rob Herring
  2023-11-23  7:34 ` Krzysztof Kozlowski
  2023-11-27 17:52 ` Rob Herring
  0 siblings, 2 replies; 3+ messages in thread
From: Rob Herring @ 2023-11-22 22:44 UTC (permalink / raw)
  To: Li Yang, Krzysztof Kozlowski, Conor Dooley
  Cc: devicetree, linuxppc-dev, linux-kernel, linux-arm-kernel

Drop unneeded quotes over simple string values to fix a soon to be
enabled yamllint warning:

  [error] string value is redundantly quoted with any quotes (quoted-strings)

Signed-off-by: Rob Herring <robh@kernel.org>
---
 Documentation/devicetree/bindings/misc/fsl,dpaa2-console.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/misc/fsl,dpaa2-console.yaml b/Documentation/devicetree/bindings/misc/fsl,dpaa2-console.yaml
index 8cc951feb7df..59b83ea5e05e 100644
--- a/Documentation/devicetree/bindings/misc/fsl,dpaa2-console.yaml
+++ b/Documentation/devicetree/bindings/misc/fsl,dpaa2-console.yaml
@@ -12,7 +12,7 @@ maintainers:
 
 properties:
   compatible:
-    const: "fsl,dpaa2-console"
+    const: fsl,dpaa2-console
 
   reg:
     maxItems: 1
-- 
2.42.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: fsl,dpaa2-console: drop unneeded quotes
  2023-11-22 22:44 [PATCH] dt-bindings: fsl,dpaa2-console: drop unneeded quotes Rob Herring
@ 2023-11-23  7:34 ` Krzysztof Kozlowski
  2023-11-27 17:52 ` Rob Herring
  1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2023-11-23  7:34 UTC (permalink / raw)
  To: Rob Herring, Li Yang, Krzysztof Kozlowski, Conor Dooley
  Cc: devicetree, linuxppc-dev, linux-kernel, linux-arm-kernel

On 22/11/2023 23:44, Rob Herring wrote:
> Drop unneeded quotes over simple string values to fix a soon to be
> enabled yamllint warning:
> 
>   [error] string value is redundantly quoted with any quotes (quoted-strings)
> 
> Signed-off-by: Rob Herring <robh@kernel.org>

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: fsl,dpaa2-console: drop unneeded quotes
  2023-11-22 22:44 [PATCH] dt-bindings: fsl,dpaa2-console: drop unneeded quotes Rob Herring
  2023-11-23  7:34 ` Krzysztof Kozlowski
@ 2023-11-27 17:52 ` Rob Herring
  1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring @ 2023-11-27 17:52 UTC (permalink / raw)
  To: Rob Herring
  Cc: devicetree, Conor Dooley, linux-kernel, Li Yang,
	Krzysztof Kozlowski, linuxppc-dev, linux-arm-kernel


On Wed, 22 Nov 2023 15:44:19 -0700, Rob Herring wrote:
> Drop unneeded quotes over simple string values to fix a soon to be
> enabled yamllint warning:
> 
>   [error] string value is redundantly quoted with any quotes (quoted-strings)
> 
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
>  Documentation/devicetree/bindings/misc/fsl,dpaa2-console.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied, thanks!


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-11-27 17:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-22 22:44 [PATCH] dt-bindings: fsl,dpaa2-console: drop unneeded quotes Rob Herring
2023-11-23  7:34 ` Krzysztof Kozlowski
2023-11-27 17:52 ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).