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] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 20 Jul 2021 04:20:20 +0000
From:   Joakim Zhang <qiangqing.zhang@....com>
To:     Fabio Estevam <festevam@...il.com>,
        "davem@...emloft.net" <davem@...emloft.net>
CC:     "robh+dt@...nel.org" <robh+dt@...nel.org>,
        "netdev@...r.kernel.org" <netdev@...r.kernel.org>,
        "devicetree@...r.kernel.org" <devicetree@...r.kernel.org>
Subject: RE: [PATCH net-next] dt-bindings: net: fec: Fix indentation


Hi Fabio,

> -----Original Message-----
> From: Fabio Estevam <festevam@...il.com>
> Sent: 2021年7月20日 7:27
> To: davem@...emloft.net
> Cc: Joakim Zhang <qiangqing.zhang@....com>; robh+dt@...nel.org;
> netdev@...r.kernel.org; devicetree@...r.kernel.org; Fabio Estevam
> <festevam@...il.com>
> Subject: [PATCH net-next] dt-bindings: net: fec: Fix indentation
> 
> The following warning is observed when running 'make dtbs_check':
> Documentation/devicetree/bindings/net/fsl,fec.yaml:85:7: [warning] wrong
> indentation: expected 8 but found 6 (indentation)
> 
> Fix the indentation accordingly.
> 
> Signed-off-by: Fabio Estevam <festevam@...il.com>
> ---

Strange, why not reported when I do "make dtbs_check"? Need update something?
Reviewed-by: Joakim Zhang <qiangqing.zhang@....com>

Best Regards,
Joakim Zhang
>  Documentation/devicetree/bindings/net/fsl,fec.yaml | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/net/fsl,fec.yaml
> b/Documentation/devicetree/bindings/net/fsl,fec.yaml
> index 7fa11f6622b1..0f8ca4e574c6 100644
> --- a/Documentation/devicetree/bindings/net/fsl,fec.yaml
> +++ b/Documentation/devicetree/bindings/net/fsl,fec.yaml
> @@ -82,11 +82,11 @@ properties:
>      maxItems: 5
>      contains:
>        enum:
> -      - ipg
> -      - ahb
> -      - ptp
> -      - enet_clk_ref
> -      - enet_out
> +        - ipg
> +        - ahb
> +        - ptp
> +        - enet_clk_ref
> +        - enet_out
> 
>    phy-mode: true
> 
> --
> 2.25.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ