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]
Message-ID: <10618962.nUPlyArG6x@steina-w>
Date: Tue, 07 Jan 2025 14:47:27 +0100
From: Alexander Stein <alexander.stein@...tq-group.com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>, Rob Herring <robh@...nel.org>, Krzysztof Kozlowski <krzk+dt@...nel.org>, Conor Dooley <conor+dt@...nel.org>, Joel Stanley <joel@....id.au>, Andrew Jeffery <andrew@...econstruct.com.au>, Justin Chen <justin.chen@...adcom.com>, Al Cooper <alcooperx@...il.com>, Broadcom internal kernel review list <bcm-kernel-feedback-list@...adcom.com>, Thierry Reding <thierry.reding@...il.com>, Jonathan Hunter <jonathanh@...dia.com>, Geert Uytterhoeven <geert+renesas@...der.be>, Magnus Damm <magnus.damm@...il.com>, Benjamin Herrenschmidt <benh@...nel.crashing.org>, Florian Fainelli <f.fainelli@...il.com>, Benjamin Bara <benjamin.bara@...data.com>, Bjorn Andersson <andersson@...nel.org>, Ahmad Zainie <wan.ahmad.zainie.wan.mohamad@...el.com>, Del Regno <angelogioacchino.delregno@...labora.com>, Tianping Fang <tianping.fang@...iatek.com>, Jassi Brar <jaswinder.singh@...aro.org>, Biju Das <biju.das.jz@...renesas.com>, Yoshihiro Shimoda <yoshihiro.shimod
 a.uh@...esas.com>, Francesco Dolcini <francesco.dolcini@...adex.com>, Macpaul Lin <macpaul.lin@...iatek.com>, linux-usb@...r.kernel.org, devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org, linux-aspeed@...ts.ozlabs.org, linux-kernel@...r.kernel.org, linux-tegra@...r.kernel.org, linux-renesas-soc@...r.kernel.org, Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
Subject: Re: [PATCH] dt-bindings: usb: Correct indentation and style in DTS example

Am Dienstag, 7. Januar 2025, 14:10:13 CET schrieb Krzysztof Kozlowski:

> DTS example in the bindings should be indented with 2- or 4-spaces and
> aligned with opening '- |', so correct any differences like 3-spaces or
> mixtures 2- and 4-spaces in one binding.
> 
> No functional changes here, but saves some comments during reviews of
> new patches built on existing code.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
> ---
>  .../bindings/usb/aspeed,usb-vhub.yaml         | 40 +++++++++----------
>  .../devicetree/bindings/usb/brcm,bdc.yaml     | 14 +++----
>  .../devicetree/bindings/usb/cypress,hx3.yaml  | 24 +++++------
>  .../devicetree/bindings/usb/dwc2.yaml         |  4 +-
>  .../devicetree/bindings/usb/fcs,fsa4480.yaml  | 20 +++++-----
>  .../bindings/usb/intel,keembay-dwc3.yaml      | 30 +++++++-------
>  .../devicetree/bindings/usb/ite,it5205.yaml   | 18 ++++-----
>  .../bindings/usb/maxim,max3420-udc.yaml       | 28 ++++++-------
>  .../bindings/usb/nvidia,tegra210-xusb.yaml    |  4 +-
>  .../bindings/usb/renesas,rzv2m-usb3drd.yaml   | 36 ++++++++---------
>  .../bindings/usb/renesas,usb3-peri.yaml       | 24 +++++------
>  .../devicetree/bindings/usb/ti,hd3ss3220.yaml | 38 +++++++++---------
>  .../bindings/usb/ti,tusb73x0-pci.yaml         |  6 +--
>  .../devicetree/bindings/usb/ti,usb8020b.yaml  | 20 +++++-----
>  .../devicetree/bindings/usb/ti,usb8041.yaml   | 16 ++++----
>  15 files changed, 161 insertions(+), 161 deletions(-)
> 
> [snip]
> diff --git a/Documentation/devicetree/bindings/usb/ti,usb8041.yaml b/Documentation/devicetree/bindings/usb/ti,usb8041.yaml
> index c2e29bd61e11..bce730a5e237 100644
> --- a/Documentation/devicetree/bindings/usb/ti,usb8041.yaml
> +++ b/Documentation/devicetree/bindings/usb/ti,usb8041.yaml
> @@ -51,17 +51,17 @@ examples:
>  
>          /* 2.0 hub on port 1 */
>          hub_2_0: hub@1 {
> -          compatible = "usb451,8142";
> -          reg = <1>;
> -          peer-hub = <&hub_3_0>;
> -          reset-gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
> +            compatible = "usb451,8142";
> +            reg = <1>;
> +            peer-hub = <&hub_3_0>;
> +            reset-gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
>          };
>  
>          /* 3.0 hub on port 2 */
>          hub_3_0: hub@2 {
> -          compatible = "usb451,8140";
> -          reg = <2>;
> -          peer-hub = <&hub_2_0>;
> -          reset-gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
> +            compatible = "usb451,8140";
> +            reg = <2>;
> +            peer-hub = <&hub_2_0>;
> +            reset-gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
>          };
>      };
> 

For ti,usb8041.yaml:
Reviewed-by: Alexander Stein <alexander.stein@...tq-group.com>
-- 
TQ-Systems GmbH | Mühlstraße 2, Gut Delling | 82229 Seefeld, Germany
Amtsgericht München, HRB 105018
Geschäftsführer: Detlef Schneider, Rüdiger Stahl, Stefan Schneider
http://www.tq-group.com/



Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ