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]
Message-ID: <20200619143835.unnla3s6zywxcnfj@earth.universe>
Date:   Fri, 19 Jun 2020 16:38:35 +0200
From:   Sebastian Reichel <sre@...nel.org>
To:     Krzysztof Kozlowski <krzk@...nel.org>
Cc:     Rob Herring <robh+dt@...nel.org>,
        Laurentiu Palcu <laurentiu.palcu@...el.com>,
        linux-pm@...r.kernel.org, devicetree@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/2] dt-bindings: power: supply: bq25890: Indent example
 with tabs

Hi,

On Wed, Jun 17, 2020 at 12:23:04PM +0200, Krzysztof Kozlowski wrote:
> Fix example indentation to tabs to follow generic Linux coding style.
> This avoids copying the space indentation to DTS when re-using the
> example.
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@...nel.org>
> ---

Thanks, queued.

-- Sebastian

>  .../bindings/power/supply/bq25890.txt         | 22 +++++++++----------
>  1 file changed, 11 insertions(+), 11 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/power/supply/bq25890.txt b/Documentation/devicetree/bindings/power/supply/bq25890.txt
> index dc9c8f76e06c..51ecc756521f 100644
> --- a/Documentation/devicetree/bindings/power/supply/bq25890.txt
> +++ b/Documentation/devicetree/bindings/power/supply/bq25890.txt
> @@ -36,17 +36,17 @@ Optional properties:
>  Example:
>  
>  bq25890 {
> -        compatible = "ti,bq25890";
> -        reg = <0x6a>;
> +	compatible = "ti,bq25890";
> +	reg = <0x6a>;
>  
> -        ti,battery-regulation-voltage = <4200000>;
> -        ti,charge-current = <1000000>;
> -        ti,termination-current = <50000>;
> -        ti,precharge-current = <128000>;
> -        ti,minimum-sys-voltage = <3600000>;
> -        ti,boost-voltage = <5000000>;
> -        ti,boost-max-current = <1000000>;
> +	ti,battery-regulation-voltage = <4200000>;
> +	ti,charge-current = <1000000>;
> +	ti,termination-current = <50000>;
> +	ti,precharge-current = <128000>;
> +	ti,minimum-sys-voltage = <3600000>;
> +	ti,boost-voltage = <5000000>;
> +	ti,boost-max-current = <1000000>;
>  
> -        ti,use-ilim-pin;
> -        ti,thermal-regulation-threshold = <120>;
> +	ti,use-ilim-pin;
> +	ti,thermal-regulation-threshold = <120>;
>  };
> -- 
> 2.17.1
> 

Download attachment "signature.asc" of type "application/pgp-signature" (834 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ