Skip to content

Commit 0aeb17d

Browse files
krzkbroonie
authored andcommitted
ASoC: rt1015p: correct indentation
Use common enum instead of oneOf and correct indentation warning: realtek,rt1015p.yaml:18:7: [warning] wrong indentation: expected 4 but found 6 (indentation) Signed-off-by: Krzysztof Kozlowski <[email protected]> Acked-by: Tzung-Bi Shih <[email protected]> Acked-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent c7bd589 commit 0aeb17d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/devicetree/bindings/sound/realtek,rt1015p.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ description: |
1515
1616
properties:
1717
compatible:
18-
oneOf:
19-
- const: realtek,rt1015p
20-
- const: realtek,rt1019p
18+
enum:
19+
- realtek,rt1015p
20+
- realtek,rt1019p
2121

2222
sdb-gpios:
2323
description:

0 commit comments

Comments
 (0)