Skip to content

Commit

Permalink
ASoC: rt1015p: correct indentation
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
krzk authored and broonie committed Aug 23, 2021
1 parent c7bd589 commit 0aeb17d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/devicetree/bindings/sound/realtek,rt1015p.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ description: |
properties:
compatible:
oneOf:
- const: realtek,rt1015p
- const: realtek,rt1019p
enum:
- realtek,rt1015p
- realtek,rt1019p

sdb-gpios:
description:
Expand Down

0 comments on commit 0aeb17d

Please sign in to comment.