Commit be5418df authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Mark Brown

ASoC: dt-bindings: asahi-kasei,ak4458: fix missing quotes around hash

The yamllint expect comments to start with hash and space ('# '), so
quote the description to fix:

  asahi-kasei,ak4458.yaml:40:30: [error] missing starting space in comment (comments)
Reported-by: default avatarRob Herring <robh@kernel.org>
Closes: https://lore.kernel.org/all/CAL_JsqJzxQb1g=yVgHduLnYOpk8-Q3jppA1qQT1Ce51_gNWjhg@mail.gmail.com/
Fixes: 009e83b5 ("ASoC: dt-bindings: ak4458: Convert to dtschema")
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230407170032.102412-1-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 672029ca
......@@ -37,9 +37,9 @@ properties:
$ref: /schemas/types.yaml#/definitions/uint32
oneOf:
- const: 0
description: select #16, #17, #19 pins
description: "select #16, #17, #19 pins"
- const: 1
description: select #3, #4, #5 pins
description: "select #3, #4, #5 pins"
required:
- compatible
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment