diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2019-09-20 14:03:03 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2019-10-21 14:10:47 +0200 |
commit | e816c50993890ffb6b25ec9f351e8133719b5007 (patch) | |
tree | cf67112c879fa33129bca0957b4c1dc3354a7431 /target/linux/ramips/dts/mt7621_elecom_wrc-1900gst.dts | |
parent | 2ae5100d707057c29ed2ebdd0ae31b50a333f95b (diff) | |
download | upstream-e816c50993890ffb6b25ec9f351e8133719b5007.tar.gz upstream-e816c50993890ffb6b25ec9f351e8133719b5007.tar.bz2 upstream-e816c50993890ffb6b25ec9f351e8133719b5007.zip |
ramips: fix whitespace issues in DTS files
This is the result of grepping/searching for several common
whitespace issues like double empty lines, leading spaces, etc.
This patch fixes them for the ramips target.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ramips/dts/mt7621_elecom_wrc-1900gst.dts')
-rw-r--r-- | target/linux/ramips/dts/mt7621_elecom_wrc-1900gst.dts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/mt7621_elecom_wrc-1900gst.dts b/target/linux/ramips/dts/mt7621_elecom_wrc-1900gst.dts index 2135f00ea2..7cbf2cd803 100644 --- a/target/linux/ramips/dts/mt7621_elecom_wrc-1900gst.dts +++ b/target/linux/ramips/dts/mt7621_elecom_wrc-1900gst.dts @@ -3,8 +3,7 @@ #include "mt7621_elecom_wrc-gst.dtsi" - / { compatible = "elecom,wrc-1900gst", "mediatek,mt7621-soc"; model = "ELECOM WRC-1900GST"; - }; +}; |