Message ID | 20201207045527.1607-2-thunder.leizhen@huawei.com |
---|---|
State | New |
Headers | show |
Series | dt-bindings: clock: imx8qxp-lpcg: eliminate yamllint warnings | expand |
On Mon, 07 Dec 2020 12:55:27 +0800, Zhen Lei wrote: > Eliminate the following yamllint warnings: > ./Documentation/devicetree/bindings/clock/imx8qxp-lpcg.yaml > :32:13:[warning] wrong indentation: expected 14 but found 12 (indentation) > :35:9: [warning] wrong indentation: expected 10 but found 8 (indentation) > > Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com> > --- > .../devicetree/bindings/clock/imx8qxp-lpcg.yaml | 20 ++++++++++---------- > 1 file changed, 10 insertions(+), 10 deletions(-) > Reviewed-by: Rob Herring <robh@kernel.org>
Quoting Zhen Lei (2020-12-06 20:55:27) > Eliminate the following yamllint warnings: > ./Documentation/devicetree/bindings/clock/imx8qxp-lpcg.yaml > :32:13:[warning] wrong indentation: expected 14 but found 12 (indentation) > :35:9: [warning] wrong indentation: expected 10 but found 8 (indentation) > > Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com> > --- Reviewed-by: Stephen Boyd <sboyd@kernel.org>
On Thu, Dec 17, 2020 at 02:28:53AM -0800, Stephen Boyd wrote: > Quoting Zhen Lei (2020-12-06 20:55:27) > > Eliminate the following yamllint warnings: > > ./Documentation/devicetree/bindings/clock/imx8qxp-lpcg.yaml > > :32:13:[warning] wrong indentation: expected 14 but found 12 (indentation) > > :35:9: [warning] wrong indentation: expected 10 but found 8 (indentation) > > > > Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com> > > --- > > Reviewed-by: Stephen Boyd <sboyd@kernel.org> If I tagged it, I was expecting you to pick up. But I'm gathering up all the fixes for what landed in Linus' tree, so I'll apply. Rob
On Mon, 07 Dec 2020 12:55:27 +0800, Zhen Lei wrote: > Eliminate the following yamllint warnings: > ./Documentation/devicetree/bindings/clock/imx8qxp-lpcg.yaml > :32:13:[warning] wrong indentation: expected 14 but found 12 (indentation) > :35:9: [warning] wrong indentation: expected 10 but found 8 (indentation) > > Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com> > --- > .../devicetree/bindings/clock/imx8qxp-lpcg.yaml | 20 ++++++++++---------- > 1 file changed, 10 insertions(+), 10 deletions(-) > Applied, thanks!
Quoting Rob Herring (2020-12-18 12:13:50) > On Thu, Dec 17, 2020 at 02:28:53AM -0800, Stephen Boyd wrote: > > Quoting Zhen Lei (2020-12-06 20:55:27) > > > Eliminate the following yamllint warnings: > > > ./Documentation/devicetree/bindings/clock/imx8qxp-lpcg.yaml > > > :32:13:[warning] wrong indentation: expected 14 but found 12 (indentation) > > > :35:9: [warning] wrong indentation: expected 10 but found 8 (indentation) > > > > > > Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com> > > > --- > > > > Reviewed-by: Stephen Boyd <sboyd@kernel.org> > > If I tagged it, I was expecting you to pick up. But I'm gathering up all > the fixes for what landed in Linus' tree, so I'll apply. > Thanks! I don't see this in clk tree so I guess it went through arm-soc.
diff --git a/Documentation/devicetree/bindings/clock/imx8qxp-lpcg.yaml b/Documentation/devicetree/bindings/clock/imx8qxp-lpcg.yaml index e709e530e17a27a..940486ef1051d10 100644 --- a/Documentation/devicetree/bindings/clock/imx8qxp-lpcg.yaml +++ b/Documentation/devicetree/bindings/clock/imx8qxp-lpcg.yaml @@ -29,18 +29,18 @@ properties: - const: fsl,imx8qxp-lpcg - items: - enum: - - fsl,imx8qm-lpcg + - fsl,imx8qm-lpcg - const: fsl,imx8qxp-lpcg - enum: - - fsl,imx8qxp-lpcg-adma - - fsl,imx8qxp-lpcg-conn - - fsl,imx8qxp-lpcg-dc - - fsl,imx8qxp-lpcg-dsp - - fsl,imx8qxp-lpcg-gpu - - fsl,imx8qxp-lpcg-hsio - - fsl,imx8qxp-lpcg-img - - fsl,imx8qxp-lpcg-lsio - - fsl,imx8qxp-lpcg-vpu + - fsl,imx8qxp-lpcg-adma + - fsl,imx8qxp-lpcg-conn + - fsl,imx8qxp-lpcg-dc + - fsl,imx8qxp-lpcg-dsp + - fsl,imx8qxp-lpcg-gpu + - fsl,imx8qxp-lpcg-hsio + - fsl,imx8qxp-lpcg-img + - fsl,imx8qxp-lpcg-lsio + - fsl,imx8qxp-lpcg-vpu deprecated: true reg: maxItems: 1
Eliminate the following yamllint warnings: ./Documentation/devicetree/bindings/clock/imx8qxp-lpcg.yaml :32:13:[warning] wrong indentation: expected 14 but found 12 (indentation) :35:9: [warning] wrong indentation: expected 10 but found 8 (indentation) Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com> --- .../devicetree/bindings/clock/imx8qxp-lpcg.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) -- 1.8.3