* [PATCH] dt-bindings: mtd: amlogic,meson-nand: drop unneeded quotes
@ 2023-08-26 9:38 Krzysztof Kozlowski
2023-08-26 9:43 ` Conor Dooley
2023-08-28 6:39 ` Miquel Raynal
0 siblings, 2 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2023-08-26 9:38 UTC (permalink / raw)
To: Liang Yang, Miquel Raynal, Richard Weinberger,
Vignesh Raghavendra, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Neil Armstrong, Kevin Hilman, Jerome Brunet,
Martin Blumenstingl, linux-mtd, devicetree, linux-arm-kernel,
linux-amlogic, linux-kernel
Cc: Krzysztof Kozlowski
Drop unneeded quotes over simple string values to fix recently enabled
yamllint warning:
[error] string value is redundantly quoted with any quotes (quoted-strings)
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
Documentation/devicetree/bindings/mtd/amlogic,meson-nand.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/mtd/amlogic,meson-nand.yaml b/Documentation/devicetree/bindings/mtd/amlogic,meson-nand.yaml
index 1c79815e1f7f..57b6957c8415 100644
--- a/Documentation/devicetree/bindings/mtd/amlogic,meson-nand.yaml
+++ b/Documentation/devicetree/bindings/mtd/amlogic,meson-nand.yaml
@@ -67,8 +67,8 @@ patternProperties:
unevaluatedProperties: false
dependencies:
- nand-ecc-strength: ['nand-ecc-step-size']
- nand-ecc-step-size: ['nand-ecc-strength']
+ nand-ecc-strength: [nand-ecc-step-size]
+ nand-ecc-step-size: [nand-ecc-strength]
required:
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] dt-bindings: mtd: amlogic,meson-nand: drop unneeded quotes
2023-08-26 9:38 [PATCH] dt-bindings: mtd: amlogic,meson-nand: drop unneeded quotes Krzysztof Kozlowski
@ 2023-08-26 9:43 ` Conor Dooley
2023-08-28 6:39 ` Miquel Raynal
1 sibling, 0 replies; 3+ messages in thread
From: Conor Dooley @ 2023-08-26 9:43 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Liang Yang, Miquel Raynal, Richard Weinberger,
Vignesh Raghavendra, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Neil Armstrong, Kevin Hilman, Jerome Brunet,
Martin Blumenstingl, linux-mtd, devicetree, linux-arm-kernel,
linux-amlogic, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1175 bytes --]
On Sat, Aug 26, 2023 at 11:38:52AM +0200, Krzysztof Kozlowski wrote:
> Drop unneeded quotes over simple string values to fix recently enabled
> yamllint warning:
>
> [error] string value is redundantly quoted with any quotes (quoted-strings)
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
> Documentation/devicetree/bindings/mtd/amlogic,meson-nand.yaml | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/mtd/amlogic,meson-nand.yaml b/Documentation/devicetree/bindings/mtd/amlogic,meson-nand.yaml
> index 1c79815e1f7f..57b6957c8415 100644
> --- a/Documentation/devicetree/bindings/mtd/amlogic,meson-nand.yaml
> +++ b/Documentation/devicetree/bindings/mtd/amlogic,meson-nand.yaml
> @@ -67,8 +67,8 @@ patternProperties:
> unevaluatedProperties: false
>
> dependencies:
> - nand-ecc-strength: ['nand-ecc-step-size']
> - nand-ecc-step-size: ['nand-ecc-strength']
> + nand-ecc-strength: [nand-ecc-step-size]
> + nand-ecc-step-size: [nand-ecc-strength]
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Thanks,
Conor.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] dt-bindings: mtd: amlogic,meson-nand: drop unneeded quotes
2023-08-26 9:38 [PATCH] dt-bindings: mtd: amlogic,meson-nand: drop unneeded quotes Krzysztof Kozlowski
2023-08-26 9:43 ` Conor Dooley
@ 2023-08-28 6:39 ` Miquel Raynal
1 sibling, 0 replies; 3+ messages in thread
From: Miquel Raynal @ 2023-08-28 6:39 UTC (permalink / raw)
To: Krzysztof Kozlowski, Liang Yang, Miquel Raynal,
Richard Weinberger, Vignesh Raghavendra, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Neil Armstrong, Kevin Hilman,
Jerome Brunet, Martin Blumenstingl, linux-mtd, devicetree,
linux-arm-kernel, linux-amlogic, linux-kernel
On Sat, 2023-08-26 at 09:38:52 UTC, Krzysztof Kozlowski wrote:
> Drop unneeded quotes over simple string values to fix recently enabled
> yamllint warning:
>
> [error] string value is redundantly quoted with any quotes (quoted-strings)
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git nand/next, thanks.
Miquel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-08-28 6:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-26 9:38 [PATCH] dt-bindings: mtd: amlogic,meson-nand: drop unneeded quotes Krzysztof Kozlowski
2023-08-26 9:43 ` Conor Dooley
2023-08-28 6:39 ` Miquel Raynal
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).