Message ID | 20201207042400.1498-2-thunder.leizhen@huawei.com |
---|---|
State | New |
Headers | show |
Series | dt-bindings: media: eliminate yamllint warnings | expand |
diff --git a/Documentation/devicetree/bindings/media/i2c/adv7604.yaml b/Documentation/devicetree/bindings/media/i2c/adv7604.yaml index 81f17e719d87da5..693f31daf5aa699 100644 --- a/Documentation/devicetree/bindings/media/i2c/adv7604.yaml +++ b/Documentation/devicetree/bindings/media/i2c/adv7604.yaml @@ -21,8 +21,8 @@ properties: compatible: items: - enum: - - adi,adv7611 - - adi,adv7612 + - adi,adv7611 + - adi,adv7612 reg: minItems: 1
Eliminate the following yamllint warnings: ./Documentation/devicetree/bindings/media/i2c/adv7604.yaml :24:9: [warning] wrong indentation: expected 10 but found 8 (indentation) Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com> --- Documentation/devicetree/bindings/media/i2c/adv7604.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)