[PATCH] ASoC: dt-bindings: renesas: rsnd: correct comments syntax

From: Krzysztof Kozlowski
Date: Fri Mar 17 2023 - 04:22:20 EST


yamllint expect space after '#' comment mark:

renesas,rsnd.yaml:282:4: [error] missing starting space in comment (comments)

Fixes: 7f8b5b24bbb4 ("ASoC: dt-bindings: renesas,rsnd.yaml: add R-Car Gen4 support")
Reported-by: Rafał Miłecki <zajec5@xxxxxxxxx>
Link: https://lore.kernel.org/all/b2810924-169d-0bad-8f20-6ec2e683d170@xxxxxxxxx/
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
---
Documentation/devicetree/bindings/sound/renesas,rsnd.yaml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/devicetree/bindings/sound/renesas,rsnd.yaml b/Documentation/devicetree/bindings/sound/renesas,rsnd.yaml
index 676dfe7a7f17..68a93b290433 100644
--- a/Documentation/devicetree/bindings/sound/renesas,rsnd.yaml
+++ b/Documentation/devicetree/bindings/sound/renesas,rsnd.yaml
@@ -279,9 +279,9 @@ required:
allOf:
- $ref: dai-common.yaml#

- #--------------------
+ # --------------------
# reg/reg-names
- #--------------------
+ # --------------------
# for Gen1
- if:
properties:
@@ -336,9 +336,9 @@ allOf:
- ssi
- sdmc

- #--------------------
+ # --------------------
# clock-names
- #--------------------
+ # --------------------
- if:
properties:
compatible:
--
2.34.1