On Mon, 07 Dec 2020 12:23:58 +0800, Zhen Lei wrote: > Eliminate the following yamllint warnings: > ./Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml > :4:1: [error] missing document start "---" (document-start) > :29:9: [warning] wrong indentation: expected 10 but found 8 (indentation) > :32:9: [warning] wrong indentation: expected 10 but found 8 (indentation) > > Signed-off-by: Zhen Lei <thunder.leizhen@xxxxxxxxxx> > --- > Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml | 11 ++++++----- > 1 file changed, 6 insertions(+), 5 deletions(-) > Applied, thanks!