diff options
author | Robert Foss <[email protected]> | 2021-01-26 14:25:31 +0100 |
---|---|---|
committer | Linus Walleij <[email protected]> | 2021-01-26 15:59:17 +0100 |
commit | 9d5032f97e9e0655e8c507ab1f43237e31520b00 (patch) | |
tree | 3a2c9a83db71102e54aa4d9118ae1ca58c845578 | |
parent | 564272718686ea1b3c8cea5e581c3b0e94c9d545 (diff) |
dt-bindings: mediatek: mt8192: Fix dt_binding_check warning
Silence indentation level warning reported by dt_binding_check in
order to reduce noise during routine checks.
$ make dt_binding_check
mt8192-mt6359-rt1015-rt5682.yaml:10:4: [warning] wrong indentation:
expected 2 but found 3 (indentation)
Signed-off-by: Robert Foss <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Linus Walleij <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/sound/mt8192-mt6359-rt1015-rt5682.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/sound/mt8192-mt6359-rt1015-rt5682.yaml b/Documentation/devicetree/bindings/sound/mt8192-mt6359-rt1015-rt5682.yaml index bf8c8ba25009..54650823b29a 100644 --- a/Documentation/devicetree/bindings/sound/mt8192-mt6359-rt1015-rt5682.yaml +++ b/Documentation/devicetree/bindings/sound/mt8192-mt6359-rt1015-rt5682.yaml @@ -7,8 +7,8 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# title: Mediatek MT8192 with MT6359, RT1015 and RT5682 ASoC sound card driver maintainers: - - Jiaxin Yu <[email protected]> - - Shane Chien <[email protected]> + - Jiaxin Yu <[email protected]> + - Shane Chien <[email protected]> description: This binding describes the MT8192 sound card. |