diff options
author | Jagan Teki <jagan@openedev.com> | 2016-10-26 12:01:01 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-11-02 15:43:56 +0100 |
commit | 46311707939f0cac228e07c59e0d86c310efa95c (patch) | |
tree | 6d37895cd3676b2cd9f8df25e9ea2c0afc501afb /arch/arm/boot/dts/imx6q-phytec-pbab01.dts | |
parent | ARM: dts: imx6qdl-nitrogen6_max: use hyphens for nodes name (diff) | |
download | linux-46311707939f0cac228e07c59e0d86c310efa95c.tar.xz linux-46311707939f0cac228e07c59e0d86c310efa95c.zip |
ARM: dts: imx: Fix "ERROR: code indent should use tabs where possible"
Fixed code indent tabs in respetcive imx23, imx51, imx53, imx6dl, imx6q
and imx6sx dtsi and dts files.
Signed-off-by: Jagan Teki <jagan@openedev.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6q-phytec-pbab01.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6q-phytec-pbab01.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6q-phytec-pbab01.dts b/arch/arm/boot/dts/imx6q-phytec-pbab01.dts index c139ac0ebe15..1f4771304da8 100644 --- a/arch/arm/boot/dts/imx6q-phytec-pbab01.dts +++ b/arch/arm/boot/dts/imx6q-phytec-pbab01.dts @@ -23,5 +23,5 @@ }; &sata { - status = "okay"; + status = "okay"; }; |