mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] arm: mvebu: Fix whitespace in armada-xp-98dx3236.dtsi
@ 2017-01-31  3:42 Chris Packham
  2017-01-31 11:12 ` Gregory CLEMENT
  0 siblings, 1 reply; 2+ messages in thread
From: Chris Packham @ 2017-01-31  3:42 UTC (permalink / raw)
  To: gregory.clement, linux-arm-kernel
  Cc: Chris Packham, Jason Cooper, Andrew Lunn, Sebastian Hesselbarth,
	Rob Herring, Mark Rutland, Russell King, devicetree,
	linux-kernel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-31 11:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-31  3:42 [PATCH] arm: mvebu: Fix whitespace in armada-xp-98dx3236.dtsi Chris Packham
2017-01-31 11:12 ` Gregory CLEMENT

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome