From e348ccc4e6e9d16d56bec77b69628205d58e6750 Mon Sep 17 00:00:00 2001
From: Paul Wassi <p.wassi@gmx.at>
Date: Thu, 23 Aug 2018 09:35:04 +0200
Subject: treewide: fix some cosmetic glitches in dts files

- fix single spaces hidden by a tab
- replace indentation with spaces by tabs
- make empty lines empty
- drop trailing whitespace
- drop unnecessary blank lines

Signed-off-by: Mathias Kresin <dev@kresin.me>
Signed-off-by: Paul Wassi <p.wassi@gmx.at>
---
 .../arch/arm/boot/dts/armada-385-linksys-venom.dts     | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

(limited to 'target/linux/mvebu/files-4.14/arch')

diff --git a/target/linux/mvebu/files-4.14/arch/arm/boot/dts/armada-385-linksys-venom.dts b/target/linux/mvebu/files-4.14/arch/arm/boot/dts/armada-385-linksys-venom.dts
index 00a4ee9f39..2e0bed815f 100644
--- a/target/linux/mvebu/files-4.14/arch/arm/boot/dts/armada-385-linksys-venom.dts
+++ b/target/linux/mvebu/files-4.14/arch/arm/boot/dts/armada-385-linksys-venom.dts
@@ -121,51 +121,51 @@
 			/* Spansion S34ML02G2 256MiB, OEM Layout */
 			partition@0 {
 				label = "u-boot";
-				reg = <0x0000000 0x200000>;  /* 2MB */
+				reg = <0x0000000 0x200000>;	/* 2MB */
 				read-only;
 			};
 
 			partition@200000 {
 				label = "u_env";
-				reg = <0x200000 0x20000>;    /* 128KB */
+				reg = <0x200000 0x20000>;	/* 128KB */
 			};
 
 			partition@220000 {
 				label = "s_env";
-				reg = <0x220000 0x40000>;    /* 256KB */
+				reg = <0x220000 0x40000>;	/* 256KB */
 			};
 
 			partition@180000 {
 				label = "unused_area";
-				reg = <0x260000 0x5c0000>;   /* 5.75MB */
+				reg = <0x260000 0x5c0000>;	/* 5.75MB */
 			};
 
 			partition@7e0000 {
 				label = "devinfo";
-				reg = <0x7e0000 0x40000>;   /* 256KB */
+				reg = <0x7e0000 0x40000>;	/* 256KB */
 				read-only;
 			};
 
 			/* kernel1 overlaps with rootfs1 by design */
 			partition@900000 {
 				label = "kernel1";
-				reg = <0x900000 0x7b00000>;  /* 123MB */
+				reg = <0x900000 0x7b00000>;	/* 123MB */
 			};
 
 			partition@c00000 {
 				label = "rootfs1";
-				reg = <0xc00000 0x7800000>;  /* 120MB */
+				reg = <0xc00000 0x7800000>;	/* 120MB */
 			};
 
 			/* kernel2 overlaps with rootfs2 by design */
 			partition@8400000 {
 				label = "kernel2";
-				reg = <0x8400000 0x7b00000>; /* 123MB */
+				reg = <0x8400000 0x7b00000>;	/* 123MB */
 			};
 
 			partition@8700000 {
 				label = "rootfs2";
-				reg = <0x8700000 0x7800000>;  /* 120MB */
+				reg = <0x8700000 0x7800000>;	/* 120MB */
 			};
 
 			/* last MB is for the BBT, not writable */
-- 
cgit v1.2.3