lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Fri, 11 Dec 2020 14:46:31 +0100
From:   Ulf Hansson <ulf.hansson@...aro.org>
To:     Zhen Lei <thunder.leizhen@...wei.com>
Cc:     Rob Herring <robh+dt@...nel.org>,
        Matthias Brugger <matthias.bgg@...il.com>,
        linux-mmc <linux-mmc@...r.kernel.org>,
        devicetree <devicetree@...r.kernel.org>,
        linux-arm-kernel <linux-arm-kernel@...ts.infradead.org>,
        linux-mediatek <linux-mediatek@...ts.infradead.org>,
        linux-kernel <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 1/1] dt-bindings: mmc: eliminate yamllint warnings

On Mon, 7 Dec 2020 at 04:27, Zhen Lei <thunder.leizhen@...wei.com> wrote:
>
> Eliminate the following yamllint warnings:
> ./Documentation/devicetree/bindings/mmc/mtk-sd.yaml
> :20:9: [warning] wrong indentation: expected 10 but found 8 (indentation)
> :30:9: [warning] wrong indentation: expected 10 but found 8 (indentation)
> :33:9: [warning] wrong indentation: expected 10 but found 8 (indentation)
>
> Signed-off-by: Zhen Lei <thunder.leizhen@...wei.com>

Applied for next, thanks!

Kind regards
Uffe


> ---
>  Documentation/devicetree/bindings/mmc/mtk-sd.yaml | 26 +++++++++++------------
>  1 file changed, 13 insertions(+), 13 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/mmc/mtk-sd.yaml b/Documentation/devicetree/bindings/mmc/mtk-sd.yaml
> index 030e3fdce49293a..01630b0ecea773e 100644
> --- a/Documentation/devicetree/bindings/mmc/mtk-sd.yaml
> +++ b/Documentation/devicetree/bindings/mmc/mtk-sd.yaml
> @@ -17,21 +17,21 @@ properties:
>    compatible:
>      oneOf:
>        - enum:
> -        - mediatek,mt2701-mmc
> -        - mediatek,mt2712-mmc
> -        - mediatek,mt6779-mmc
> -        - mediatek,mt7620-mmc
> -        - mediatek,mt7622-mmc
> -        - mediatek,mt8135-mmc
> -        - mediatek,mt8173-mmc
> -        - mediatek,mt8183-mmc
> -        - mediatek,mt8516-mmc
> +          - mediatek,mt2701-mmc
> +          - mediatek,mt2712-mmc
> +          - mediatek,mt6779-mmc
> +          - mediatek,mt7620-mmc
> +          - mediatek,mt7622-mmc
> +          - mediatek,mt8135-mmc
> +          - mediatek,mt8173-mmc
> +          - mediatek,mt8183-mmc
> +          - mediatek,mt8516-mmc
>        - items:
> -        - const: mediatek,mt7623-mmc
> -        - const: mediatek,mt2701-mmc
> +          - const: mediatek,mt7623-mmc
> +          - const: mediatek,mt2701-mmc
>        - items:
> -        - const: mediatek,mt8192-mmc
> -        - const: mediatek,mt8183-mmc
> +          - const: mediatek,mt8192-mmc
> +          - const: mediatek,mt8183-mmc
>
>    clocks:
>      description:
> --
> 1.8.3
>
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ