Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1570295 > unrolled thread

[PATCH] arm: mvebu: Fix whitespace in armada-xp-98dx3236.dtsi

Started byChris Packham <chris.packham@alliedtelesis.co.nz>
First post2017-01-31 04:50 +0100
Last post2017-01-31 12:30 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] arm: mvebu: Fix whitespace in armada-xp-98dx3236.dtsi Chris Packham <chris.packham@alliedtelesis.co.nz> - 2017-01-31 04:50 +0100
    Re: [PATCH] arm: mvebu: Fix whitespace in armada-xp-98dx3236.dtsi Gregory CLEMENT <gregory.clement@free-electrons.com> - 2017-01-31 12:30 +0100

#1570295 — [PATCH] arm: mvebu: Fix whitespace in armada-xp-98dx3236.dtsi

FromChris Packham <chris.packham@alliedtelesis.co.nz>
Date2017-01-31 04:50 +0100
Subject[PATCH] arm: mvebu: Fix whitespace in armada-xp-98dx3236.dtsi
Message-ID<t5xC9-46T-3@gated-at.bofh.it>
Change sequences of 8 spaces to hard-tabs.

Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
---
I think this crept in during review and I didn't notice. The file is new enough
that we shouldn't lose any useful history.

 arch/arm/boot/dts/armada-xp-98dx3236.dtsi | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/arch/arm/boot/dts/armada-xp-98dx3236.dtsi b/arch/arm/boot/dts/armada-xp-98dx3236.dtsi
index 9461128fae24..f6a03dcee5ef 100644
--- a/arch/arm/boot/dts/armada-xp-98dx3236.dtsi
+++ b/arch/arm/boot/dts/armada-xp-98dx3236.dtsi
@@ -201,13 +201,13 @@
 			#size-cells = <1>;
 			ranges = <0 MBUS_ID(0x08, 0x00) 0 0x100000>;
 
-                        dfx_coredivclk: corediv-clock@f8268 {
-                                compatible = "marvell,mv98dx3236-corediv-clock";
-                                reg = <0xf8268 0xc>;
-                                #clock-cells = <1>;
-                                clocks = <&mainpll>;
-                                clock-output-names = "nand";
-                        };
+			dfx_coredivclk: corediv-clock@f8268 {
+				compatible = "marvell,mv98dx3236-corediv-clock";
+				reg = <0xf8268 0xc>;
+				#clock-cells = <1>;
+				clocks = <&mainpll>;
+				clock-output-names = "nand";
+			};
 
 			dfx: dfx@0 {
 				compatible = "marvell,dfx-server";
-- 
2.11.0.24.ge6920cf

[toc] | [next] | [standalone]


#1570617

FromGregory CLEMENT <gregory.clement@free-electrons.com>
Date2017-01-31 12:30 +0100
Message-ID<t5ENk-5s-7@gated-at.bofh.it>
In reply to#1570295
Hi Chris,
 
 On mar., janv. 31 2017, Chris Packham <chris.packham@alliedtelesis.co.nz> wrote:

> Change sequences of 8 spaces to hard-tabs.
>
> Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>

Here again I directly squashed this patch in "ARM: dts: mvebu: Add
device tree for 98DX3236 SoCs". By the way I also fixed the topic, as
for device tree files the topic must start by "ARM: dts: "

Thanks,

Gregory

> ---
> I think this crept in during review and I didn't notice. The file is new enough
> that we shouldn't lose any useful history.
>
>  arch/arm/boot/dts/armada-xp-98dx3236.dtsi | 14 +++++++-------
>  1 file changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/arch/arm/boot/dts/armada-xp-98dx3236.dtsi b/arch/arm/boot/dts/armada-xp-98dx3236.dtsi
> index 9461128fae24..f6a03dcee5ef 100644
> --- a/arch/arm/boot/dts/armada-xp-98dx3236.dtsi
> +++ b/arch/arm/boot/dts/armada-xp-98dx3236.dtsi
> @@ -201,13 +201,13 @@
>  			#size-cells = <1>;
>  			ranges = <0 MBUS_ID(0x08, 0x00) 0 0x100000>;
>  
> -                        dfx_coredivclk: corediv-clock@f8268 {
> -                                compatible = "marvell,mv98dx3236-corediv-clock";
> -                                reg = <0xf8268 0xc>;
> -                                #clock-cells = <1>;
> -                                clocks = <&mainpll>;
> -                                clock-output-names = "nand";
> -                        };
> +			dfx_coredivclk: corediv-clock@f8268 {
> +				compatible = "marvell,mv98dx3236-corediv-clock";
> +				reg = <0xf8268 0xc>;
> +				#clock-cells = <1>;
> +				clocks = <&mainpll>;
> +				clock-output-names = "nand";
> +			};
>  
>  			dfx: dfx@0 {
>  				compatible = "marvell,dfx-server";
> -- 
> 2.11.0.24.ge6920cf
>

-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web