From 28a5674e33c65fcb6cf135e6e2dc7d107154a537 Mon Sep 17 00:00:00 2001
From: Paul Wassi
Date: Mon, 31 Dec 2018 16:15:06 +0100
Subject: [PATCH] treewide: fix spaces vs. tabs
Fix spaces vs. tabs issues in ath79 and ramips.
Signed-off-by: Paul Wassi
---
target/linux/ath79/base-files/etc/board.d/01_leds | 6 +++---
target/linux/ramips/dts/rt5350.dtsi | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/target/linux/ath79/base-files/etc/board.d/01_leds b/target/linux/ath79/base-files/etc/board.d/01_leds
index 6a4df57933..699e5f8b89 100755
--- a/target/linux/ath79/base-files/etc/board.d/01_leds
+++ b/target/linux/ath79/base-files/etc/board.d/01_leds
@@ -50,9 +50,9 @@ etactica,eg200)
ucidef_set_led_default "etactica" "etactica" "$boardname:red:etactica" "ignore"
;;
glinet,gl-ar150)
- ucidef_set_led_netdev "wan" "WAN" "$boardname:green:wan" "eth0"
- ucidef_set_led_netdev "lan" "LAN" "$boardname:green:lan" "eth1"
- ;;
+ ucidef_set_led_netdev "wan" "WAN" "$boardname:green:wan" "eth0"
+ ucidef_set_led_netdev "lan" "LAN" "$boardname:green:lan" "eth1"
+ ;;
glinet,gl-x750)
ucidef_set_led_netdev "wan" "WAN" "$boardname:green:wan" "eth0"
;;
diff --git a/target/linux/ramips/dts/rt5350.dtsi b/target/linux/ramips/dts/rt5350.dtsi
index 10ccc52cdc..89a3903118 100644
--- a/target/linux/ramips/dts/rt5350.dtsi
+++ b/target/linux/ramips/dts/rt5350.dtsi
@@ -244,7 +244,7 @@
interrupts = <4>;
status = "disabled";
- };
+ };
gdma: gdma@2800 {
compatible = "ralink,rt3883-gdma";
--
2.30.2