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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 27 May 2022 06:20:49 +0000
From:   <nobuhiro1.iwamatsu@...hiba.co.jp>
To:     <krzysztof.kozlowski@...aro.org>, <arnd@...db.de>,
        <olof@...om.net>, <arm@...nel.org>, <soc@...nel.org>,
        <robh+dt@...nel.org>, <krzysztof.kozlowski+dt@...aro.org>,
        <linux-arm-kernel@...ts.infradead.org>,
        <devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: RE: [PATCH 4/5] arm64: dts: toshiba: adjust whitespace around '='

Hi Krzysztof,

> -----Original Message-----
> From: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
> Sent: Friday, May 27, 2022 5:46 AM
> To: Arnd Bergmann <arnd@...db.de>; Olof Johansson <olof@...om.net>;
> arm@...nel.org; soc@...nel.org; iwamatsu nobuhiro(岩松 信洋 □SWC◯A
> CT) <nobuhiro1.iwamatsu@...hiba.co.jp>; Rob Herring
> <robh+dt@...nel.org>; Krzysztof Kozlowski
> <krzysztof.kozlowski+dt@...aro.org>; linux-arm-kernel@...ts.infradead.org;
> devicetree@...r.kernel.org; linux-kernel@...r.kernel.org
> Cc: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
> Subject: [PATCH 4/5] arm64: dts: toshiba: adjust whitespace around '='
> 
> Fix whitespace coding style: use single space instead of tabs or multiple
> spaces around '=' sign in property assignment.  No functional changes (same
> DTB).
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
> 

Thank you.
Applied on visconti/fixes.

Best regards,
  Nobuhiro

> ---
> 
> Output compared with dtx_diff and fdtdump.
> ---
>  arch/arm64/boot/dts/toshiba/tmpv7708.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/toshiba/tmpv7708.dtsi
> b/arch/arm64/boot/dts/toshiba/tmpv7708.dtsi
> index 0fc32c036f30..b04829b3175d 100644
> --- a/arch/arm64/boot/dts/toshiba/tmpv7708.dtsi
> +++ b/arch/arm64/boot/dts/toshiba/tmpv7708.dtsi
> @@ -485,7 +485,7 @@ pcie: pcie@...00000 {
>  			      <0x0 0x28050000 0x0 0x00010000>,
>  			      <0x0 0x24200000 0x0 0x00002000>,
>  			      <0x0 0x24162000 0x0 0x00001000>;
> -			reg-names  = "dbi", "config", "ulreg", "smu", "mpu";
> +			reg-names = "dbi", "config", "ulreg", "smu", "mpu";
>  			device_type = "pci";
>  			bus-range = <0x00 0xff>;
>  			num-lanes = <2>;
> --
> 2.34.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ