Message ID | 20201207042400.1498-1-thunder.leizhen@huawei.com |
---|---|
Headers | show |
Series | dt-bindings: media: eliminate yamllint warnings | expand |
On 2020/12/7 17:08, Jacopo Mondi wrote: > Hi Zhen, > > On Mon, Dec 07, 2020 at 12:23:56PM +0800, Zhen Lei wrote: >> These patches are based on the latest linux-next code. >> >> Zhen Lei (4): >> dt-bindings: media: adv7604: eliminate yamllint warnings >> dt-bindings: media: nokia,smia: eliminate yamllint warnings >> dt-bindings: media: ov772x: eliminate yamllint warnings >> dt-bindings: media: imx214: eliminate yamllint warnings > > The adv7604, ov772x and imx214 bits have been addressed by: > https://www.spinics.net/lists/linux-media/msg181093.html OK > > Thanks > j > >> >> Documentation/devicetree/bindings/media/i2c/adv7604.yaml | 4 ++-- >> Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml | 11 ++++++----- >> Documentation/devicetree/bindings/media/i2c/ovti,ov772x.yaml | 12 ++++++------ >> Documentation/devicetree/bindings/media/i2c/sony,imx214.yaml | 12 ++++++------ >> 4 files changed, 20 insertions(+), 19 deletions(-) >> >> -- >> 1.8.3 >> >> > > . >
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@huawei.com> > --- > Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml | 11 ++++++----- > 1 file changed, 6 insertions(+), 5 deletions(-) > Reviewed-by: Rob Herring <robh@kernel.org>