Message ID | 20201207042400.1498-5-thunder.leizhen@huawei.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | dt-bindings: media: eliminate yamllint warnings | expand |
diff --git a/Documentation/devicetree/bindings/media/i2c/sony,imx214.yaml b/Documentation/devicetree/bindings/media/i2c/sony,imx214.yaml index 884bd3527e0a430..0599df605a4f8a6 100644 --- a/Documentation/devicetree/bindings/media/i2c/sony,imx214.yaml +++ b/Documentation/devicetree/bindings/media/i2c/sony,imx214.yaml @@ -69,13 +69,13 @@ properties: description: See ../video-interfaces.txt anyOf: - items: - - const: 1 - - const: 2 + - const: 1 + - const: 2 - items: - - const: 1 - - const: 2 - - const: 3 - - const: 4 + - const: 1 + - const: 2 + - const: 3 + - const: 4 link-frequencies: $ref: /schemas/types.yaml#/definitions/uint64-array
Eliminate the following yamllint warnings: ./Documentation/devicetree/bindings/media/i2c/sony,imx214.yaml :72:17: [warning] wrong indentation: expected 18 but found 16 (indentation) :75:17: [warning] wrong indentation: expected 18 but found 16 (indentation) Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com> --- Documentation/devicetree/bindings/media/i2c/sony,imx214.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)