diff options
author | Jagan Teki <jteki@openedev.com> | 2016-10-14 11:39:29 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-10-24 10:47:42 +0200 |
commit | bf5393c5ec9caf042f6121c3e1c5541f47fedf57 (patch) | |
tree | 635b19ccf551c298682a2145f5cc0e3f16a139ba /arch/arm/boot/dts/imx6qdl-sabresd.dtsi | |
parent | ARM: dts: imx6qdl: Fix "WARNING: please, no space before tabs" (diff) | |
download | linux-bf5393c5ec9caf042f6121c3e1c5541f47fedf57.tar.xz linux-bf5393c5ec9caf042f6121c3e1c5541f47fedf57.zip |
ARM: dts: imx6qdl: Fix "ERROR: code indent should use tabs where possible"
Fixed code indent tabs in respetcive imx6qdl dtsi files.
Signed-off-by: Jagan Teki <jteki@openedev.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl-sabresd.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-sabresd.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-sabresd.dtsi b/arch/arm/boot/dts/imx6qdl-sabresd.dtsi index 8e9e0d98db2f..55ef53571fdd 100644 --- a/arch/arm/boot/dts/imx6qdl-sabresd.dtsi +++ b/arch/arm/boot/dts/imx6qdl-sabresd.dtsi @@ -129,8 +129,8 @@ pinctrl-0 = <&pinctrl_gpio_leds>; red { - gpios = <&gpio1 2 0>; - default-state = "on"; + gpios = <&gpio1 2 0>; + default-state = "on"; }; }; |