]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
ARM: dts: exynos: Fix language typo and indentation
authorKrzysztof Kozlowski <krzk@kernel.org>
Tue, 18 Jun 2019 19:07:32 +0000 (21:07 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Fri, 21 Jun 2019 16:23:08 +0000 (18:23 +0200)
Correct language typo and wrong indentation.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/boot/dts/exynos4210.dtsi

index ce29e026e2261b64652db466fdbedda6d2d2db51..67c1b0174294f77fc7cbefc25db825009b8753ad 100644 (file)
@@ -8,7 +8,7 @@
  *             www.linaro.org
  *
  * Samsung's Exynos4210 SoC device nodes are listed in this file. Exynos4210
- * based board files can include this file and provide values for board specfic
+ * based board files can include this file and provide values for board specific
  * bindings.
  *
  * Note: This file does not include device nodes for all the controllers in
 
                        trips {
                                cpu_alert0: cpu-alert-0 {
-                               temperature = <85000>; /* millicelsius */
+                                       temperature = <85000>; /* millicelsius */
                                };
                                cpu_alert1: cpu-alert-1 {
-                               temperature = <100000>; /* millicelsius */
+                                       temperature = <100000>; /* millicelsius */
                                };
                                cpu_alert2: cpu-alert-2 {
-                               temperature = <110000>; /* millicelsius */
+                                       temperature = <110000>; /* millicelsius */
                                };
                        };
                };